symbian3/mw/securitysrv/package_definition.xml
changeset 138 6892870d74c9
parent 30 0f4f00318d20
child 212 a44ae815a47f
--- a/symbian3/mw/securitysrv/package_definition.xml	Mon Mar 15 18:29:08 2010 +0000
+++ b/symbian3/mw/securitysrv/package_definition.xml	Mon Mar 15 18:47:03 2010 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition (systemModel?,SystemBuild?)>
+ <!ELEMENT SystemDefinition (systemModel)>
  <!ATTLIST SystemDefinition
   name CDATA #REQUIRED
   schema CDATA #REQUIRED>
@@ -49,74 +49,136 @@
   prebuilt NMTOKEN #IMPLIED
   late (Y|N) #IMPLIED
   priority CDATA #IMPLIED>
- <!ELEMENT SystemBuild (option*|target+|targetList+|list+|configuration+)*>
- <!ATTLIST SystemBuild schema CDATA #REQUIRED>
- <!ELEMENT list (ref+)>
- <!ATTLIST list
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT ref EMPTY>
- <!ATTLIST ref item CDATA #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y|N) #REQUIRED>
- <!ELEMENT configuration (listRef+|ref+|task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task (listRef*,(buildLayer|specialInstructions))>
- <!ELEMENT listRef EMPTY>
- <!ATTLIST listRef list CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y|N) #REQUIRED
-  targetParallel (Y|N) 'N'>
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  root CDATA #IMPLIED
-  command CDATA #REQUIRED>
 ]>
-<SystemDefinition schema="2.0.1" name="Symbian^3">
+<SystemDefinition name="Symbian^3" 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="pkiutilities" long-name="PKI Utilities" level="plugin">
-<component name="ocsp" long-name="Online Certificate Status Protocol" introduced="tb91" purpose="optional">
-<unit bldFile="/sf/mw/securitysrv/pkiutilities/ocsp/group" mrp="/sf/mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
-</component>
-</collection>
-<collection name="securitysrv_info" long-name="Security Services Info" level="specific">
-<component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="tb91" purpose="development" class="config PC">
-<unit mrp="/sf/mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
-</component>
-</collection>
-<collection name="s60">
-<component name="sedo_securitysrv_pkiutilities_Certificates">
-<unit bldFile="/sf/mw/securitysrv/pkiutilities/Certificates/group" mrp=""/>
-</component>
-<component name="securitysrv">
-<unit bldFile="/sf/mw/securitysrv/group" mrp=""/>
-</component>
-</collection>
-</block>
+    <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="simlockui" filter="s60" long-name="SIM Lock UI" introduced="^3">
+      <unit bldFile="/sf/mw/securitysrv/securitydialogs/simlockui/group"/>
+     </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="secsrv_plat" long-name="Security Services Platform Interfaces" filter="s60" class="api">
+      <unit bldFile="/sf/mw/securitysrv/secsrv_plat/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>
\ No newline at end of file