Symbian3/PDK/Source/GUID-DA68ED44-4BF4-54EF-8090-821F73F7904D.dita
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
parent 14 578be2adaf3e
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     2
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     3
<!-- This component and the accompanying materials are made available under the terms of the License 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     4
"Eclipse Public License v1.0" which accompanies this distribution, 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     5
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     6
<!-- Initial Contributors:
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     7
    Nokia Corporation - initial contribution.
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     8
Contributors: 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     9
-->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    10
<!DOCTYPE concept
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    11
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
1
25a17d01db0c Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608
Dominic Pinkman <Dominic.Pinkman@Nokia.com>
parents:
diff changeset
    12
<concept xml:lang="en" id="GUID-DA68ED44-4BF4-54EF-8090-821F73F7904D"><title>System-wide Properties</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>System-wide properties are attributes of a device that have system-wide significance. It allows components to be aware of the state of the device. They are defined by system-wide property policies within a SSM plug-in that can be customised by licensees. These policies determine the set of properties, their permissible values and transitions, and the tasks that are performed when each value changes. </p> <p>A component with appropriate platform security capabilities can request a change to a system-wide property value. The SSM distributes notifications of the changing of system-wide property values to components that have requested notifications. A reference plug-in implements policies for the system-wide properties defined by Symbian. </p> <section><title>Symbian defined system-wide property transition</title> <p>The system-wide property is indicated to interested parties using the P&amp;S mechanism. When a new value for a system-wide property is indicated to <filepath>SysStateMgr</filepath>, depending on the policy associated with that transition, a <codeph>commandList</codeph> is run (by <filepath>SysCLE.exe</filepath>). </p> <p>System-wide property transitions are queued, accepted or rejected. If accepted, then they are put in a First In First Out (FIFO) queue. If a system-wide property transition is requested when an existing transition is in progress, the SSM calls <codeph>TransitionAllowed()</codeph> as if there was no existing transition in progress. </p> </section> <section><title>Differences between system state and system-wide property</title> <p>The differences between system state and system-wide properties are listed in the following table: </p> <table id="GUID-02030B6B-0493-50E0-AFDE-F2799440BF48"><tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/><thead><row><entry>System state</entry> <entry>System-wide property</entry> </row> </thead> <tbody><row><entry><p>A device can only be in one state. </p> </entry> <entry><p>A device can have multiple system-wide properties. </p> </entry> </row> <row><entry><p>The state and different properties can be combined with the policy to generate new status indications and actions. </p> </entry> <entry><p>The value of any system-wide properties is normally independent of the system state. </p> </entry> </row> </tbody> </tgroup> </table> </section> </conbody></concept>