symbian3/mw/remotemgmt/package_definition.xml
branchHighFidelityModel
changeset 141 27d9d356efbf
parent 135 bd17f3b767d3
child 159 709e3d74b072
--- a/symbian3/mw/remotemgmt/package_definition.xml	Thu Mar 11 10:32:52 2010 +0000
+++ b/symbian3/mw/remotemgmt/package_definition.xml	Wed Mar 17 14:41:09 2010 +0000
@@ -1,82 +1,203 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE SystemDefinition [
-<!ELEMENT SystemDefinition ( systemModel )>
-<!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED
->
-<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
-
-<!-- System Model Section of DTD -->
-<!ELEMENT systemModel (layer+)>
-
-<!ELEMENT layer (block* | collection*)*>
-<!-- Kernel Services, Base Services, OS Services, Etc -->
-<!ATTLIST layer
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
->
-
-<!ELEMENT block (subblock* | collection*)*>
- <!-- Generic OS services, Comms Services, etc -->
-<!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
->
-
-<!ELEMENT subblock (collection)*>
-<!-- Cellular Baseband Services, Networking Services, etc -->
-<!ATTLIST subblock
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
->
-
-<!ELEMENT collection (component)*>
-<!-- Screen Driver, Content Handling, etc -->
-<!ATTLIST collection
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
->
-
-<!ELEMENT component (unit)*>
-<!-- contains units or is a  package or prebuilt -->
-<!ATTLIST component
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) "N"
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED
-  purpose ( optional | mandatory | development ) "optional"
->
-
-<!ELEMENT unit EMPTY >
-<!-- must be buildable (bld.inf) -->
-<!-- bldFile  may someday be removed in favour of mrp -->
-<!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED
->
-]>
+<!DOCTYPE SystemDefinition [
+<!ELEMENT SystemDefinition ( systemModel )>
+<!ATTLIST SystemDefinition
+  name CDATA #REQUIRED
+  schema CDATA #REQUIRED
+>
+<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
+
+<!-- System Model Section of DTD -->
+<!ELEMENT systemModel (layer+)>
+
+<!ELEMENT layer (block* | collection*)*>
+<!-- Kernel Services, Base Services, OS Services, Etc -->
+<!ATTLIST layer
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  levels NMTOKENS #IMPLIED
+  span CDATA #IMPLIED
+>
+
+<!ELEMENT block (subblock* | collection*)*>
+ <!-- Generic OS services, Comms Services, etc -->
+<!ATTLIST block
+  levels NMTOKENS #IMPLIED
+  span CDATA #IMPLIED
+  level NMTOKEN #IMPLIED
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+>
+
+<!ELEMENT subblock (collection)*>
+<!-- Cellular Baseband Services, Networking Services, etc -->
+<!ATTLIST subblock
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+>
+
+<!ELEMENT collection (component)*>
+<!-- Screen Driver, Content Handling, etc -->
+<!ATTLIST collection
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  level NMTOKEN #IMPLIED
+>
+
+<!ELEMENT component (unit)*>
+<!-- contains units or is a  package or prebuilt -->
+<!ATTLIST component
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  deprecated CDATA #IMPLIED
+  introduced CDATA #IMPLIED
+  contract CDATA #IMPLIED
+  plugin (Y|N) "N"
+  filter CDATA #IMPLIED
+  class NMTOKENS #IMPLIED
+  supports CDATA #IMPLIED
+  purpose ( optional | mandatory | development ) "optional"
+>
+
+<!ELEMENT unit EMPTY >
+<!-- must be buildable (bld.inf) -->
+<!-- bldFile  may someday be removed in favour of mrp -->
+<!ATTLIST unit
+  mrp CDATA #IMPLIED
+  filter CDATA #IMPLIED
+  bldFile CDATA #IMPLIED
+  root CDATA #IMPLIED
+  version NMTOKEN #IMPLIED
+  prebuilt NMTOKEN #IMPLIED
+  late (Y|N) #IMPLIED
+  priority CDATA #IMPLIED
+>
+]>
 <SystemDefinition name="Symbian^3" schema="2.0.1">
   <systemModel>
     <layer name="mw" long-name="Middleware" levels="generic specific">
       <block name="remotemgmt" level="specific" long-name="Remote Management" levels="plugin framework server generic specific">
+        <collection name="remotemgmt_pub" long-name="Remote Management Public Interfaces" level="specific">
+          <component name="synchronization_capability_api" long-name="Synchronization Capability API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_pub/synchronization_capability_api/group"/>
+          </component>
+        </collection>
+        <collection name="remotemgmt_plat" long-name="Remote Management Platform Interfaces" level="specific">
+          <component name="common_agent_util_and_definitions_api" long-name="Common Agent util and definitions API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/common_agent_util_and_definitions_api/group"/>
+          </component>
+          <component name="policy_management_certificate_api" long-name="Policy Management Certificate API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/policy_management_certificate_api/group"/>
+          </component>
+          <component name="oma_provisioning_adapter_api" long-name="OMA Provisioning Adapter API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/oma_provisioning_adapter_api/group"/>
+          </component>
+          <component name="device_management_parameter_api" long-name="Device Management Parameter API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/device_management_parameter_api/group"/>
+          </component>
+          <component name="data_synchronization_plugin_api" long-name="Data Synchronization Plug-in API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/data_synchronization_plugin_api/group"/>
+          </component>
+          <component name="sync_alert_handler_api" long-name="Sync Alert Handler API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/sync_alert_handler_api/group"/>
+          </component>
+          <component name="syncml_notifier_api" long-name="SyncML Notifier API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/syncml_notifier_api/group"/>
+          </component>
+          <component name="syncml_client_api" long-name="SyncML Client API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/syncml_client_api/group"/>
+          </component>
+          <component name="device_management_plugin_api" long-name="Device Management plug-in API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/device_management_plugin_api/group"/>
+          </component>
+          <component name="dm_tree_apis" long-name="DM Tree APIs" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dm_tree_apis/group"/>
+          </component>
+          <component name="terminal_security_device_lock_api" long-name="Terminal Security Device Lock API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/terminal_security_device_lock_api/group"/>
+          </component>
+          <component name="policy_management_request_api" long-name="Policy Management Request API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/policy_management_request_api/group"/>
+          </component>
+          <component name="ds_constant_definitions_api" long-name="DS Constant Definitions API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/ds_constant_definitions_api/group"/>
+          </component>
+          <component name="scp_server_api" long-name="SCP Server API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/scp_server_api/group"/>
+          </component>
+          <component name="data_synchronization_notification_api" long-name="Data Synchronization Notification API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/data_synchronization_notification_api/group"/>
+          </component>
+          <component name="oma_provisioning_engine_api" long-name="OMA Provisioning Engine API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/oma_provisioning_engine_api/group"/>
+          </component>
+          <component name="dm_utils_api" long-name="DM Utils API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dm_utils_api/group"/>
+          </component>
+          <component name="syncml_alert_api" long-name="SyncML Alert API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/syncml_alert_api/group"/>
+          </component>
+          <component name="obex_client_session_api" long-name="OBEX Client session API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/obex_client_session_api/group"/>
+          </component>
+          <component name="setting_enforcement_info_api" long-name="Setting Enforcement Info API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/setting_enforcement_info_api/group"/>
+          </component>
+          <component name="dm_constant_definitions_api" long-name="DM Constant Definitions API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dm_constant_definitions_api/group"/>
+          </component>
+          <component name="oma_ds_extensions_api" long-name="OMA DS Extensions API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/oma_ds_extensions_api/group"/>
+          </component>
+          <component name="pnpms_utils_api" long-name="PNPMS Utils API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/pnpms_utils_api/group"/>
+          </component>
+          <component name="diagnostics_plugin_utility_api" long-name="Diagnostics Plugin Utility API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_utility_api/group"/>
+          </component>
+          <component name="diagnostics_plugin_api" long-name="Diagnostics Plug-in API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_api/group"/>
+          </component>
+          <component name="diagnostics_framework_api" long-name="Diagnostics Framework API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/diagnostics_framework_api/group"/>
+          </component>
+          <component name="diagnostics_results_api" long-name="Diagnostics Results API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/diagnostics_results_api/group"/>
+          </component>
+          <component name="diagnostics_plugin_pool_api" long-name="Diagnostics Plugin Pool API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_pool_api/group"/>
+          </component>
+          <component name="adaptive_history_list_api" long-name="Adaptive History List API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/adaptive_history_list_api/group"/>
+          </component>
+          <component name="adaptive_history_list_session_api" long-name="Adaptive History List Session API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/adaptive_history_list_session_api/group"/>
+          </component>
+          <component name="fota_engine_api" long-name="FOTA Engine API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/fota_engine_api/group"/>
+          </component>
+          <component name="update_package_storage_plugin_api" long-name="Update Package Storage Plug-in API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/update_package_storage_plugin_api/group"/>
+          </component>
+          <component name="syncml_notifier_roaming_api" long-name="SyncML Notifier Roaming API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/syncml_notifier_roaming_api/group"/>
+          </component>
+          <component name="sync_service_api" long-name="Sync Service API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/sync_service_api/group"/>
+          </component>
+          <component name="dcmo_adapter_api" long-name="DCMO Adapter API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dcmo_adapter_api/group"/>
+          </component>
+          <component name="dcmo_control_api" long-name="DCMO Control API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dcmo_control_api/group"/>
+          </component>
+          <component name="ds_capability_mgmt_plugin_api" long-name="DS Capability Management Plugin API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/ds_capability_mgmt_plugin_api/group"/>
+          </component>
+          <component name="dm_native_notifier_api" long-name="DM Native Notifier API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dm_native_notifier_api/group"/>
+          </component>
+        </collection>
         <collection name="policymanagement" long-name="Policy Management" level="generic">
           <component name="pmdmadapter" filter="s60" long-name="PM DM Adapter" plugin="Y">
             <unit bldFile="/sf/mw/remotemgmt/policymanagement/pmdmadapter/group"/>
@@ -178,14 +299,6 @@
             <!--<unit bldFile="fotaapplication/fotaserver/fotacustcmds/group"/>-->
           </component>
         </collection>
-        <collection name="remotemgmt_info" long-name="Remote Management Info" level="specific">
-          <component name="remotemgmt_plat" filter="s60" long-name="Remote Management Platform Interfaces" class="api">
-            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/group"/>
-          </component>
-          <component name="remotemgmt_pub" filter="s60" long-name="Remote Management Public Interfaces" class="api">
-            <unit bldFile="/sf/mw/remotemgmt/remotemgmt_pub/group"/>
-          </component>
-        </collection>
       </block>
     </layer>
   </systemModel>