tip_pbc/mw/remotemgmt/package_definition.xml
changeset 355 0357197762a6
child 361 e1a3c78941f2
equal deleted inserted replaced
354:8a720eca298e 355:0357197762a6
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3  <!ELEMENT SystemDefinition (systemModel)>
       
     4  <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED>
       
     7  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition schema="2.0.1" name="Symbian^4">
       
    54  <systemModel>
       
    55   <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="remotemgmt" level="specific" levels="plugin framework server generic specific" long-name="Remote Management">
       
    57 <collection name="remotemgmt_pub" long-name="Remote Management Public Interfaces" level="specific">
       
    58 <component name="synchronization_capability_api" long-name="Synchronization Capability API" filter="s60" purpose="optional" class="api">
       
    59 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_pub/synchronization_capability_api/group"/>
       
    60 </component>
       
    61 </collection>
       
    62 <collection name="remotemgmt_plat" long-name="Remote Management Platform Interfaces" level="specific">
       
    63 <component name="common_agent_util_and_definitions_api" long-name="Common Agent util and definitions API" filter="s60" purpose="optional" class="api">
       
    64 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/common_agent_util_and_definitions_api/group"/>
       
    65 </component>
       
    66 <component name="policy_management_certificate_api" long-name="Policy Management Certificate API" filter="s60" purpose="optional" class="api">
       
    67 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/policy_management_certificate_api/group"/>
       
    68 </component>
       
    69 <component name="oma_provisioning_adapter_api" long-name="OMA Provisioning Adapter API" filter="s60" purpose="optional" class="api">
       
    70 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/oma_provisioning_adapter_api/group"/>
       
    71 </component>
       
    72 <component name="device_management_parameter_api" long-name="Device Management Parameter API" filter="s60" purpose="optional" class="api">
       
    73 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/device_management_parameter_api/group"/>
       
    74 </component>
       
    75 <component name="data_synchronization_plugin_api" long-name="Data Synchronization Plug-in API" filter="s60" purpose="optional" class="api">
       
    76 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/data_synchronization_plugin_api/group"/>
       
    77 </component>
       
    78 <component name="sync_alert_handler_api" long-name="Sync Alert Handler API" filter="s60" purpose="optional" class="api">
       
    79 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/sync_alert_handler_api/group"/>
       
    80 </component>
       
    81 <component name="syncml_notifier_api" long-name="SyncML Notifier API" filter="s60" purpose="optional" class="api">
       
    82 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/syncml_notifier_api/group"/>
       
    83 </component>
       
    84 <component name="syncml_client_api" long-name="SyncML Client API" filter="s60" purpose="optional" class="api">
       
    85 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/syncml_client_api/group"/>
       
    86 </component>
       
    87 <component name="device_management_plugin_api" long-name="Device Management plug-in API" filter="s60" purpose="optional" class="api">
       
    88 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/device_management_plugin_api/group"/>
       
    89 </component>
       
    90 <component name="dm_tree_apis" long-name="DM Tree APIs" filter="s60" purpose="optional" class="api">
       
    91 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dm_tree_apis/group"/>
       
    92 </component>
       
    93 <component name="terminal_security_device_lock_api" long-name="Terminal Security Device Lock API" filter="s60" purpose="optional" class="api">
       
    94 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/terminal_security_device_lock_api/group"/>
       
    95 </component>
       
    96 <component name="policy_management_request_api" long-name="Policy Management Request API" filter="s60" purpose="optional" class="api">
       
    97 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/policy_management_request_api/group"/>
       
    98 </component>
       
    99 <component name="ds_constant_definitions_api" long-name="DS Constant Definitions API" filter="s60" purpose="optional" class="api">
       
   100 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/ds_constant_definitions_api/group"/>
       
   101 </component>
       
   102 <component name="scp_server_api" long-name="SCP Server API" filter="s60" purpose="optional" class="api">
       
   103 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/scp_server_api/group"/>
       
   104 </component>
       
   105 <component name="data_synchronization_notification_api" long-name="Data Synchronization Notification API" filter="s60" purpose="optional" class="api">
       
   106 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/data_synchronization_notification_api/group"/>
       
   107 </component>
       
   108 <component name="oma_provisioning_engine_api" long-name="OMA Provisioning Engine API" filter="s60" purpose="optional" class="api">
       
   109 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/oma_provisioning_engine_api/group"/>
       
   110 </component>
       
   111 <component name="dm_utils_api" long-name="DM Utils API" filter="s60" purpose="optional" class="api">
       
   112 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dm_utils_api/group"/>
       
   113 </component>
       
   114 <component name="syncml_alert_api" long-name="SyncML Alert API" filter="s60" purpose="optional" class="api">
       
   115 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/syncml_alert_api/group"/>
       
   116 </component>
       
   117 <component name="obex_client_session_api" long-name="OBEX Client session API" filter="s60" purpose="optional" class="api">
       
   118 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/obex_client_session_api/group"/>
       
   119 </component>
       
   120 <component name="setting_enforcement_info_api" long-name="Setting Enforcement Info API" filter="s60" purpose="optional" class="api">
       
   121 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/setting_enforcement_info_api/group"/>
       
   122 </component>
       
   123 <component name="dm_constant_definitions_api" long-name="DM Constant Definitions API" filter="s60" purpose="optional" class="api">
       
   124 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dm_constant_definitions_api/group"/>
       
   125 </component>
       
   126 <component name="oma_ds_extensions_api" long-name="OMA DS Extensions API" filter="s60" purpose="optional" class="api">
       
   127 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/oma_ds_extensions_api/group"/>
       
   128 </component>
       
   129 <component name="pnpms_utils_api" long-name="PNPMS Utils API" filter="s60" purpose="optional" class="api">
       
   130 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/pnpms_utils_api/group"/>
       
   131 </component>
       
   132 <component name="adaptive_history_list_api" long-name="Adaptive History List API" filter="s60" purpose="optional" class="api">
       
   133 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/adaptive_history_list_api/group"/>
       
   134 </component>
       
   135 <component name="adaptive_history_list_session_api" long-name="Adaptive History List Session API" filter="s60" purpose="optional" class="api">
       
   136 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/adaptive_history_list_session_api/group"/>
       
   137 </component>
       
   138 <component name="fota_engine_api" long-name="FOTA Engine API" filter="s60" purpose="optional" class="api">
       
   139 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/fota_engine_api/group"/>
       
   140 </component>
       
   141 <component name="update_package_storage_plugin_api" long-name="Update Package Storage Plug-in API" filter="s60" purpose="optional" class="api">
       
   142 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/update_package_storage_plugin_api/group"/>
       
   143 </component>
       
   144 <component name="syncml_notifier_roaming_api" long-name="SyncML Notifier Roaming API" filter="s60" purpose="optional" class="api">
       
   145 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/syncml_notifier_roaming_api/group"/>
       
   146 </component>
       
   147 <component name="dcmo_adapter_api" long-name="DCMO Adapter API" filter="s60" purpose="optional" class="api">
       
   148 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dcmo_adapter_api/group"/>
       
   149 </component>
       
   150 <component name="dcmo_control_api" long-name="DCMO Control API" filter="s60" purpose="optional" class="api">
       
   151 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dcmo_control_api/group"/>
       
   152 </component>
       
   153 <component name="ds_capability_mgmt_plugin_api" long-name="DS Capability Management Plugin API" filter="s60" purpose="optional" class="api">
       
   154 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/ds_capability_mgmt_plugin_api/group"/>
       
   155 </component>
       
   156 <component name="devicemgmt_dialogs_api" long-name="Device Management Dialogs API" introduced="^4" filter="s60" purpose="optional" class="api">
       
   157 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/devicemgmt_dialogs_api/group"/>
       
   158 </component>
       
   159 <component name="dm_device_dialog_api" long-name="DM Device Dialog API" introduced="^4" filter="s60" purpose="optional" class="api">
       
   160 <unit bldFile="/sf/mw/remotemgmt/remotemgmt_plat/dm_device_dialog_api/group"/>
       
   161 </component>
       
   162 </collection>
       
   163 <collection name="policymanagement" long-name="Policy Management" level="generic">
       
   164 <component name="policyenginepolicies" long-name="Policy Engine Policies" filter="s60,!dfs_build" purpose="optional">
       
   165 <unit bldFile="/sf/mw/remotemgmt/policymanagement/policyengine/policyenginepolicies/group"/>
       
   166 </component>
       
   167 <component name="policyengine" long-name="Policy Engine" filter="s60" purpose="optional">
       
   168 <unit bldFile="/sf/mw/remotemgmt/policymanagement/policyengine" proFile="policyengine.pro"/>
       
   169 </component>
       
   170 <component name="policymanagement_config" long-name="Policy Management Config" filter="s60" purpose="optional" class="config">
       
   171 <unit bldFile="/sf/mw/remotemgmt/policymanagement/group"/>
       
   172 </component>
       
   173 </collection>
       
   174 <collection name="syncmlfw" long-name="SyncML Framework" level="server">
       
   175 <component name="syncmlfw_build" long-name="SyncML Framework Build" filter="s60" purpose="optional">
       
   176 <!--  need to break this up into components. Too convoluted a structure to be in a single bld.inf-->
       
   177 <unit bldFile="/sf/mw/remotemgmt/syncmlfw/group"/>
       
   178 </component>
       
   179 </collection>
       
   180 <collection name="terminalsecurity" long-name="Terminal Security" level="specific">
       
   181 <component name="scp" long-name="Security Code Proxy" filter="s60" purpose="optional">
       
   182 <!-- can only have one unit, need to have these #included from a single bld.inf -->
       
   183 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/scp/scpclient/group"/>
       
   184 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/scp/scpdatabase/group"/>
       
   185 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/scp/scpserver/group"/>
       
   186 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/scp/scppatternplugin/group"/>
       
   187 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/scp/scphistoryplugin/group"/>
       
   188 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/scp/scptimestampplugin/group"/>
       
   189 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/scp/scpeventhandler/group"/>
       
   190 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/scp/dmeventnotifier/group"/>
       
   191 </component>
       
   192 <component name="terminalsecurity_client" long-name="Terminal Control Client" filter="s60" purpose="optional">
       
   193 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/client/group"/>
       
   194 </component>
       
   195 <component name="terminalsecurity_server" long-name="Terminal Control Server" filter="s60" purpose="optional">
       
   196 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/server/group"/>
       
   197 </component>
       
   198 <component name="tcadapter" long-name="Terminal Control Adapter" filter="s60" purpose="optional">
       
   199 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/tcadapter/bld"/>
       
   200 </component>
       
   201 <component name="terminalsecurity_build" long-name="Terminal Security Build" filter="s60" purpose="optional">
       
   202 <!--  need to distribute exports, etc into the other components and remove this-->
       
   203 <unit bldFile="/sf/mw/remotemgmt/terminalsecurity/group"/>
       
   204 </component>
       
   205 </collection>
       
   206 <collection name="omaprovisioning" long-name="OMA Provisioning" level="specific">
       
   207 <component name="pnputil" long-name="PnP Util" filter="s60" purpose="optional">
       
   208 <unit bldFile="/sf/mw/remotemgmt/omaprovisioning/pnputil/group"/>
       
   209 </component>
       
   210 <component name="provisioning" long-name="Provisioning" filter="s60" purpose="optional">
       
   211 <unit bldFile="/sf/mw/remotemgmt/omaprovisioning/provisioning/group"/>
       
   212 </component>
       
   213 </collection>
       
   214 <collection name="dcmofw" long-name="Device Capability Management Object Framework" level="framework">
       
   215 <component name="dcmoclient" long-name="DCMO Client" filter="s60" purpose="optional">
       
   216 <unit bldFile="/sf/mw/remotemgmt/dcmofw/dcmoclient/group"/>
       
   217 </component>
       
   218 <component name="dcmoserver" long-name="DCMO Server" filter="s60" purpose="optional">
       
   219 <unit bldFile="/sf/mw/remotemgmt/dcmofw/dcmoserver/group"/>
       
   220 </component>
       
   221 <component name="dcmocustcmd" long-name="DCMO Custom Commands" filter="s60" purpose="optional">
       
   222 <unit bldFile="/sf/mw/remotemgmt/dcmofw/dcmocustcmd/group"/>
       
   223 </component>
       
   224 <component name="dcmofw_build" long-name="DCMO Build" filter="s60" purpose="optional">
       
   225 <!--  need to distribute exports, etc into the other components and remove this-->
       
   226 <unit bldFile="/sf/mw/remotemgmt/dcmofw/group"/>
       
   227 </component>
       
   228 </collection>
       
   229 <collection name="fotaapplication" long-name="FOTA Application" level="generic">
       
   230 <component name="fotaapplication_build" long-name="FOTA Application Build" filter="s60" purpose="optional">
       
   231 <!-- need to make this a real component: move down a dir? break up? -->
       
   232 <unit bldFile="/sf/mw/remotemgmt/fotaapplication/group"/>
       
   233 </component>
       
   234 <component name="fotaserver" long-name="FOTA Server" filter="s60" purpose="optional">
       
   235 <unit bldFile="/sf/mw/remotemgmt/fotaapplication/fotaserver" proFile="fotaserver.pro"/>
       
   236 </component>
       
   237 </collection>
       
   238 <collection name="devicemgmtnotifications" long-name="Device Management Notifications" level="server">
       
   239 <component name="devicemgmtnotifications_rom" long-name="DM Notifications ROM" introduced="^4" filter="s60" purpose="optional">
       
   240 <unit bldFile="/sf/mw/remotemgmt/devicemgmtnotifications/rom"/>
       
   241 </component>
       
   242 <component name="dmdevdialogclient" long-name="DM Device Dialog Client" introduced="^4" filter="s60" purpose="optional">
       
   243 <unit bldFile="/sf/mw/remotemgmt/devicemgmtnotifications/dmdevdialogclient/bld"/>
       
   244 </component>
       
   245 <component name="dmdevdialogserver" long-name="DM Device Dialog Server" introduced="^4" filter="s60" purpose="optional">
       
   246 <unit bldFile="/sf/mw/remotemgmt/devicemgmtnotifications/dmdevdialogserver/bld"/>
       
   247 </component>
       
   248 </collection>
       
   249 </block>
       
   250   </layer>
       
   251  </systemModel>
       
   252 </SystemDefinition>