summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-11-15 17:58:23 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-11-18 14:39:07 +0100
commit650cf157f336009f6b1d18f2bd65414e0b1006a2 (patch)
tree85ad60c14203f2129dfdabf5b6ff3f7ffd4a28a9 /doc
parent89ded0446ba8e6f19445196000d8f065dda663f2 (diff)
update documentation possible package.xml tags
Change-Id: I2453233b7f1661e210cdc86bd1c0c635d9769c12 Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index a6688a003..fed4e5a65 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -241,16 +241,16 @@
\o \bold{ReleaseDate} The day this component version was released - optional.
\o \bold{Name} domain-like identification for this component - required.
\o \bold{Dependencies} Comma-separated list of dependencies - optional.
+ \o \bold{AutoDependOn} Is the opposite of dependencies: "If foo is being loaded, load me also."
\o \bold{Virtual} Set to true if this is a virtual component not showing up in the installer.
\o \bold{SortingPriority} Priority of this component when visible in the tree. Lowest priority number is on top.
\o \bold{Script} File name of a script being loaded - optional.
\o \bold{UserInterfaces} One ore more file names of user interfaces being loaded - optional.
\o \bold{Translations} One ore more file names of translations being loaded - optional.
\o \bold{UpdateText} A description added to the component description if the component is an update - optional.
- \o \bold{NewComponent} If this flag is set the component appears as an update if its not installed - optional.
- \o \bold{Important} The package is marked as important. This is relevant for updates found with UpdateAgent.
+ \o \bold{Default} If that value is set to true the component will be preselected in the installer mode
+ \o \bold{Essential} The package is marked as essential. This is relevant for updates found with UpdateAgent and it will force a restart of the UpdateAgent/MaintenanceTool.
\o \bold{ForcedInstallation} This packages must always be installed and can't get unchecked by the user.
- \o \bold{AutoSelectOn} Define boolean expressions with other components names to define when this components gets autoselected.
\o \bold{Replaces} Comma-separated list of components to replace - optional.
\endlist