symbian4/mw/securitysrv/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 217 fcee787f22fe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian4/mw/securitysrv/package_definition.xml	Thu Apr 01 12:01:18 2010 +0100
@@ -0,0 +1,263 @@
+<?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
+>
+]>
+<SystemDefinition name="Symbian^4" schema="2.0.1">
+  <systemModel>
+    <layer name="mw" long-name="Middleware" levels="generic specific">
+      <block name="securitysrv" level="generic" long-name="Security Services" levels="plugin framework server generic specific">
+        <collection name="secsrv_plat" long-name="Security Services Platform Interfaces" level="specific">
+          <component name="cms_api" long-name="CMS API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/cms_api/group"/>
+          </component>
+          <component name="pkcs12_parser_api" long-name="PKCS12 Parser API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/pkcs12_parser_api/group"/>
+          </component>
+          <component name="java_utils_api" long-name="Java Utils API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/java_utils_api/group"/>
+          </component>
+          <component name="wim_cert_api" long-name="WIM Cert API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/wim_cert_api/group"/>
+          </component>
+          <component name="device_key_store_encryption_plugin_api" long-name="Device Key Store Encryption Plug-in API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/device_key_store_encryption_plugin_api/group"/>
+          </component>
+          <component name="x509certnameparser_api" long-name="X.509 Certificate Name Parser API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/x509certnameparser_api/group"/>
+          </component>
+          <component name="remote_lock_api" long-name="Remote Lock API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/remote_lock_api/group"/>
+          </component>
+          <component name="pkidialog_api" long-name="PKI Dialog API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/pkidialog_api/group"/>
+          </component>
+          <component name="provisioning_api" long-name="Provisioning API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/provisioning_api/group"/>
+          </component>
+          <component name="keyguard_configuration_api" long-name="Keyguard Configuration API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/keyguard_configuration_api/group"/>
+          </component>
+          <component name="keylock_policy_api" long-name="Keylock Policy API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/keylock_policy_api/group"/>
+          </component>
+          <component name="security_code_ui_api" long-name="Security Code UI API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/security_code_ui_api/group"/>
+          </component>
+          <component name="gba_api" long-name="GBA API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/gba_api/group"/>
+          </component>
+          <component name="keyguard_access_api" long-name="Keyguard Access API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/keyguard_access_api/group"/>
+          </component>
+          <component name="devicelock_access_api" long-name="Device Lock Access API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/devicelock_access_api/group"/>
+          </component>
+          <component name="lockapp_server_api" long-name="Lock Application Server API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/lockapp_server_api/group"/>
+          </component>
+          <component name="devencadaptation_api" long-name="Device Encryption Adaptation API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/devencadaptation_api/group"/>
+          </component>
+          <component name="devenccommonutils_api" long-name="Device Encryption Common Utils API" filter="s60" class="api">
+            <unit bldFile="/sf/mw/securitysrv/secsrv_plat/devenccommonutils_api/group"/>
+          </component>
+        </collection>
+        <collection name="cms" long-name="Certificate Management Service" level="server">
+          <!-- collection is really a component. Need to move down a directory-->
+          <component name="cms_build" filter="s60" long-name="CMS" introduced="^3">
+            <unit bldFile="/sf/mw/securitysrv/cms/group"/>
+          </component>
+        </collection>
+        <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
+          <component name="x509certnameparser" filter="s60" long-name="X.509 Certificate Name Parser">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/x509certnameparser/group"/>
+          </component>
+          <component name="pkcs12" filter="s60" long-name="PKCS #12">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/pkcs12/group"/>
+          </component>
+          <component name="certmanui" filter="s60" long-name="Certificate Management UI">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/certmanui/group"/>
+          </component>
+          <component name="ctsecuritydialogs" filter="s60" long-name="Crypto Token Security Dialogs">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/ctsecuritydialogs/group"/>
+          </component>
+          <component name="certsaver" filter="s60" long-name="Certificate Saver">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/certsaver/group"/>
+          </component>
+          <component name="secmodui" filter="s60" long-name="Security Module UI">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/secmodui/group"/>
+          </component>
+          <component name="devicetoken" filter="s60" long-name="Device Token">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/devicetoken/group"/>
+          </component>
+          <component name="certificates" filter="s60" long-name="Certificates">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/Certificates/group" filter="sf_build"/>
+          </component>
+          <component name="pkiutilities_build" filter="s60" long-name="PKI Utilities Build">
+            <!-- need to split this into the above components -->
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/group"/>
+          </component>
+          <component name="ocsp" long-name="Online Certificate Status Protocol" introduced="^2" purpose="optional">
+            <unit bldFile="/sf/mw/securitysrv/pkiutilities/ocsp/group" mrp="/sf/mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
+          </component>
+        </collection>
+        <collection name="wim" long-name="Wireless Identity Module " level="framework">
+          <!-- collection is really a component. Need to move down a directory-->
+          <component name="wim_build" filter="s60" long-name="WIM Build">
+            <unit bldFile="/sf/mw/securitysrv/wim/group"/>
+          </component>
+        </collection>
+        <collection name="remotelock" long-name="Remote Lock" level="generic">
+          <!-- collection is really a component. Need to move down a directory-->
+          <component name="remotelock_build" filter="s60" long-name="Remote Lock Build">
+            <unit bldFile="/sf/mw/securitysrv/remotelock/group"/>
+          </component>
+        </collection>
+        <collection name="securitydialogs" long-name="Security Dialogs" level="specific">
+          <component name="keylockpolicyapi" filter="s60" long-name="Keylock Policy API">
+            <unit bldFile="/sf/mw/securitysrv/securitydialogs/keylockpolicyapi/group"/>
+          </component>
+          <component name="autolock" long-name="Autolock" filter="s60">
+            <unit bldFile="/sf/mw/securitysrv/securitydialogs/autolock/group"/>
+          </component>
+          <component name="secui" filter="s60" long-name="Security UI">
+            <unit bldFile="/sf/mw/securitysrv/securitydialogs/secui/group"/>
+          </component>
+          <component name="securitynotifier" filter="s60" long-name="Security Notifier">
+            <unit bldFile="/sf/mw/securitysrv/securitydialogs/securitynotifier/group"/>
+          </component>
+          <component name="lockclient" filter="s60" long-name="Lock Client" introduced="^3">
+            <unit bldFile="/sf/mw/securitysrv/securitydialogs/lockclient/group"/>
+          </component>
+          <component name="lockapp" filter="s60" long-name="Lock Application" introduced="^3">
+            <unit bldFile="/sf/mw/securitysrv/securitydialogs/lockapp/group"/>
+          </component>
+          <component name="secuinotifications" long-name="Security UI Notifications" introduced="^4" filter="s60">
+            <unit bldFile="/sf/mw/securitysrv/securitydialogs/secuinotifications"/>
+          </component>
+        </collection>
+        <collection name="boottimeintegritycheck" long-name="Boot Time Integrity Check" level="plugin">
+          <!-- collection is really a component. Need to move down a directory-->
+          <component name="boottimeintegritycheck_build" filter="s60" long-name="Boot Time Integrity Check Build">
+            <unit bldFile="/sf/mw/securitysrv/boottimeintegritycheck/group"/>
+          </component>
+        </collection>
+        <collection name="gba" long-name="Generic Bootstrapping Architecture" level="server">
+          <component name="uicc" filter="s60" long-name="UICC" introduced="^2" plugin="Y">
+            <unit bldFile="/sf/mw/securitysrv/gba/uicc/group"/>
+          </component>
+          <component name="gbaserver" filter="s60" long-name="GBA Server" introduced="^2">
+            <unit bldFile="/sf/mw/securitysrv/gba/gbaserver/group"/>
+          </component>
+          <component name="gbaapi" filter="s60" long-name="GBA API" introduced="^2">
+            <unit bldFile="/sf/mw/securitysrv/gba/gbaapi/group"/>
+          </component>
+          <component name="gbafilter" filter="s60" long-name="GBA HTTP Filter" introduced="^2" plugin="Y">
+            <unit bldFile="/sf/mw/securitysrv/gba/gbafilter/group"/>
+          </component>
+          <component name="gba_build" filter="s60" long-name="Generic Boot Architecture Build" introduced="^2">
+            <!-- need to split this into the above components, or remove #includes and make this GBA ROM  -->
+            <unit bldFile="/sf/mw/securitysrv/gba/group"/>
+          </component>
+        </collection>
+        <collection name="devencdiskutils" long-name="Device Encryption Disk Utils" level="server">
+          <component name="devenccommonutils" filter="s60" long-name="Device Encryption Common Utils" introduced="^3">
+            <unit bldFile="/sf/mw/securitysrv/devencdiskutils/DevEncCommonUtils/group"/>
+          </component>
+          <component name="devencrfsplugin" filter="s60" long-name="Device Encryption RFS Plugin" introduced="^3" plugin="Y">
+            <unit bldFile="/sf/mw/securitysrv/devencdiskutils/DevEncRfsPlugin/group"/>
+          </component>
+          <component name="pk5recognizer" filter="s60" long-name="Device Encryption Pk5 Recognizer" introduced="^3" plugin="Y">
+            <unit bldFile="/sf/mw/securitysrv/devencdiskutils/Pk5Recognizer/group"/>
+          </component>
+          <component name="devencstarter" filter="s60" long-name="Device Encryption Starter" introduced="^3" plugin="Y">
+            <unit bldFile="/sf/mw/securitysrv/devencdiskutils/DevEncStarter/group"/>
+          </component>
+          <component name="devencdiskutils" filter="s60" long-name="Device Encryption Disk Utils Build" introduced="^3">
+            <!-- need to split this into the above components, or remove #includes and make this a ROM  component-->
+            <unit bldFile="/sf/mw/securitysrv/devencdiskutils/group"/>
+          </component>
+        </collection>
+        <collection name="securitysrv_info" long-name="Security Services Info" level="specific">
+          <component name="securitysrv_test" filter="s60,test,api_test" purpose="development" long-name="Security Services Test">
+            <unit bldFile="/sf/mw/securitysrv/tsrc/group"/>
+          </component>
+          <component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="^2" purpose="development" class="config PC">
+            <unit mrp="/sf/mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
+          </component>
+        </collection>
+      </block>
+    </layer>
+  </systemModel>
+</SystemDefinition>