hpkg format: Generalize user/global settings file attributes

* For all identifiers: Rename global settings file to global writable
  file. We want to use the respective attribute also for other writable
  files, not only settings files.
* User settings file/global writable file info/attribute: Add
  isDirectory property/child attribute. This allows declaring global/
  user settings directories associated with the package.
This commit is contained in:
Ingo Weinhold
2013-06-06 00:17:02 +02:00
parent 8944824d1c
commit 4489c88b61
27 changed files with 427 additions and 307 deletions
@@ -1 +0,0 @@
#include <../os/package/GlobalSettingsFileInfo.h>
@@ -0,0 +1 @@
#include <../os/package/GlobalWritableFileInfo.h>
@@ -1 +0,0 @@
#include <../os/package/SettingsFileUpdateType.h>
@@ -0,0 +1 @@
#include <../os/package/WritableFileUpdateType.h>