symbian4/mw/securitysrv/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 217 fcee787f22fe
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     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 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    35   name CDATA #REQUIRED
       
    36   long-name CDATA #IMPLIED
       
    37 >
       
    38 
       
    39 <!ELEMENT collection (component)*>
       
    40 <!-- Screen Driver, Content Handling, etc -->
       
    41 <!ATTLIST collection
       
    42   name CDATA #REQUIRED
       
    43   long-name CDATA #IMPLIED
       
    44   level NMTOKEN #IMPLIED
       
    45 >
       
    46 
       
    47 <!ELEMENT component (unit)*>
       
    48 <!-- contains units or is a  package or prebuilt -->
       
    49 <!ATTLIST component
       
    50   name CDATA #REQUIRED
       
    51   long-name CDATA #IMPLIED
       
    52   deprecated CDATA #IMPLIED
       
    53   introduced CDATA #IMPLIED
       
    54   contract CDATA #IMPLIED
       
    55   plugin (Y|N) "N"
       
    56   filter CDATA #IMPLIED
       
    57   class NMTOKENS #IMPLIED
       
    58   supports CDATA #IMPLIED
       
    59   purpose ( optional | mandatory | development ) "optional"
       
    60 >
       
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
       
    66   mrp CDATA #IMPLIED
       
    67   filter CDATA #IMPLIED
       
    68   bldFile CDATA #IMPLIED
       
    69   root CDATA #IMPLIED
       
    70   version NMTOKEN #IMPLIED
       
    71   prebuilt NMTOKEN #IMPLIED
       
    72   late (Y|N) #IMPLIED
       
    73   priority CDATA #IMPLIED
       
    74 >
       
    75 ]>
       
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="securitysrv" level="generic" long-name="Security Services" levels="plugin framework server generic specific">
       
    80         <collection name="secsrv_plat" long-name="Security Services Platform Interfaces" level="specific">
       
    81           <component name="cms_api" long-name="CMS API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/cms_api/group"/>
       
    83           </component>
       
    84           <component name="pkcs12_parser_api" long-name="PKCS12 Parser API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/pkcs12_parser_api/group"/>
       
    86           </component>
       
    87           <component name="java_utils_api" long-name="Java Utils API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/java_utils_api/group"/>
       
    89           </component>
       
    90           <component name="wim_cert_api" long-name="WIM Cert API" filter="s60" class="api">
       
    91             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/wim_cert_api/group"/>
       
    92           </component>
       
    93           <component name="device_key_store_encryption_plugin_api" long-name="Device Key Store Encryption Plug-in API" filter="s60" class="api">
       
    94             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/device_key_store_encryption_plugin_api/group"/>
       
    95           </component>
       
    96           <component name="x509certnameparser_api" long-name="X.509 Certificate Name Parser API" filter="s60" class="api">
       
    97             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/x509certnameparser_api/group"/>
       
    98           </component>
       
    99           <component name="remote_lock_api" long-name="Remote Lock API" filter="s60" class="api">
       
   100             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/remote_lock_api/group"/>
       
   101           </component>
       
   102           <component name="pkidialog_api" long-name="PKI Dialog API" filter="s60" class="api">
       
   103             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/pkidialog_api/group"/>
       
   104           </component>
       
   105           <component name="provisioning_api" long-name="Provisioning API" filter="s60" class="api">
       
   106             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/provisioning_api/group"/>
       
   107           </component>
       
   108           <component name="keyguard_configuration_api" long-name="Keyguard Configuration API" filter="s60" class="api">
       
   109             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/keyguard_configuration_api/group"/>
       
   110           </component>
       
   111           <component name="keylock_policy_api" long-name="Keylock Policy API" filter="s60" class="api">
       
   112             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/keylock_policy_api/group"/>
       
   113           </component>
       
   114           <component name="security_code_ui_api" long-name="Security Code UI API" filter="s60" class="api">
       
   115             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/security_code_ui_api/group"/>
       
   116           </component>
       
   117           <component name="gba_api" long-name="GBA API" filter="s60" class="api">
       
   118             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/gba_api/group"/>
       
   119           </component>
       
   120           <component name="keyguard_access_api" long-name="Keyguard Access API" filter="s60" class="api">
       
   121             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/keyguard_access_api/group"/>
       
   122           </component>
       
   123           <component name="devicelock_access_api" long-name="Device Lock Access API" filter="s60" class="api">
       
   124             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/devicelock_access_api/group"/>
       
   125           </component>
       
   126           <component name="lockapp_server_api" long-name="Lock Application Server API" filter="s60" class="api">
       
   127             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/lockapp_server_api/group"/>
       
   128           </component>
       
   129           <component name="devencadaptation_api" long-name="Device Encryption Adaptation API" filter="s60" class="api">
       
   130             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/devencadaptation_api/group"/>
       
   131           </component>
       
   132           <component name="devenccommonutils_api" long-name="Device Encryption Common Utils API" filter="s60" class="api">
       
   133             <unit bldFile="/sf/mw/securitysrv/secsrv_plat/devenccommonutils_api/group"/>
       
   134           </component>
       
   135         </collection>
       
   136         <collection name="cms" long-name="Certificate Management Service" level="server">
       
   137           <!-- collection is really a component. Need to move down a directory-->
       
   138           <component name="cms_build" filter="s60" long-name="CMS" introduced="^3">
       
   139             <unit bldFile="/sf/mw/securitysrv/cms/group"/>
       
   140           </component>
       
   141         </collection>
       
   142         <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
       
   143           <component name="x509certnameparser" filter="s60" long-name="X.509 Certificate Name Parser">
       
   144             <unit bldFile="/sf/mw/securitysrv/pkiutilities/x509certnameparser/group"/>
       
   145           </component>
       
   146           <component name="pkcs12" filter="s60" long-name="PKCS #12">
       
   147             <unit bldFile="/sf/mw/securitysrv/pkiutilities/pkcs12/group"/>
       
   148           </component>
       
   149           <component name="certmanui" filter="s60" long-name="Certificate Management UI">
       
   150             <unit bldFile="/sf/mw/securitysrv/pkiutilities/certmanui/group"/>
       
   151           </component>
       
   152           <component name="ctsecuritydialogs" filter="s60" long-name="Crypto Token Security Dialogs">
       
   153             <unit bldFile="/sf/mw/securitysrv/pkiutilities/ctsecuritydialogs/group"/>
       
   154           </component>
       
   155           <component name="certsaver" filter="s60" long-name="Certificate Saver">
       
   156             <unit bldFile="/sf/mw/securitysrv/pkiutilities/certsaver/group"/>
       
   157           </component>
       
   158           <component name="secmodui" filter="s60" long-name="Security Module UI">
       
   159             <unit bldFile="/sf/mw/securitysrv/pkiutilities/secmodui/group"/>
       
   160           </component>
       
   161           <component name="devicetoken" filter="s60" long-name="Device Token">
       
   162             <unit bldFile="/sf/mw/securitysrv/pkiutilities/devicetoken/group"/>
       
   163           </component>
       
   164           <component name="certificates" filter="s60" long-name="Certificates">
       
   165             <unit bldFile="/sf/mw/securitysrv/pkiutilities/Certificates/group" filter="sf_build"/>
       
   166           </component>
       
   167           <component name="pkiutilities_build" filter="s60" long-name="PKI Utilities Build">
       
   168             <!-- need to split this into the above components -->
       
   169             <unit bldFile="/sf/mw/securitysrv/pkiutilities/group"/>
       
   170           </component>
       
   171           <component name="ocsp" long-name="Online Certificate Status Protocol" introduced="^2" purpose="optional">
       
   172             <unit bldFile="/sf/mw/securitysrv/pkiutilities/ocsp/group" mrp="/sf/mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
       
   173           </component>
       
   174         </collection>
       
   175         <collection name="wim" long-name="Wireless Identity Module " level="framework">
       
   176           <!-- collection is really a component. Need to move down a directory-->
       
   177           <component name="wim_build" filter="s60" long-name="WIM Build">
       
   178             <unit bldFile="/sf/mw/securitysrv/wim/group"/>
       
   179           </component>
       
   180         </collection>
       
   181         <collection name="remotelock" long-name="Remote Lock" level="generic">
       
   182           <!-- collection is really a component. Need to move down a directory-->
       
   183           <component name="remotelock_build" filter="s60" long-name="Remote Lock Build">
       
   184             <unit bldFile="/sf/mw/securitysrv/remotelock/group"/>
       
   185           </component>
       
   186         </collection>
       
   187         <collection name="securitydialogs" long-name="Security Dialogs" level="specific">
       
   188           <component name="keylockpolicyapi" filter="s60" long-name="Keylock Policy API">
       
   189             <unit bldFile="/sf/mw/securitysrv/securitydialogs/keylockpolicyapi/group"/>
       
   190           </component>
       
   191           <component name="autolock" long-name="Autolock" filter="s60">
       
   192             <unit bldFile="/sf/mw/securitysrv/securitydialogs/autolock/group"/>
       
   193           </component>
       
   194           <component name="secui" filter="s60" long-name="Security UI">
       
   195             <unit bldFile="/sf/mw/securitysrv/securitydialogs/secui/group"/>
       
   196           </component>
       
   197           <component name="securitynotifier" filter="s60" long-name="Security Notifier">
       
   198             <unit bldFile="/sf/mw/securitysrv/securitydialogs/securitynotifier/group"/>
       
   199           </component>
       
   200           <component name="lockclient" filter="s60" long-name="Lock Client" introduced="^3">
       
   201             <unit bldFile="/sf/mw/securitysrv/securitydialogs/lockclient/group"/>
       
   202           </component>
       
   203           <component name="lockapp" filter="s60" long-name="Lock Application" introduced="^3">
       
   204             <unit bldFile="/sf/mw/securitysrv/securitydialogs/lockapp/group"/>
       
   205           </component>
       
   206           <component name="secuinotifications" long-name="Security UI Notifications" introduced="^4" filter="s60">
       
   207             <unit bldFile="/sf/mw/securitysrv/securitydialogs/secuinotifications"/>
       
   208           </component>
       
   209         </collection>
       
   210         <collection name="boottimeintegritycheck" long-name="Boot Time Integrity Check" level="plugin">
       
   211           <!-- collection is really a component. Need to move down a directory-->
       
   212           <component name="boottimeintegritycheck_build" filter="s60" long-name="Boot Time Integrity Check Build">
       
   213             <unit bldFile="/sf/mw/securitysrv/boottimeintegritycheck/group"/>
       
   214           </component>
       
   215         </collection>
       
   216         <collection name="gba" long-name="Generic Bootstrapping Architecture" level="server">
       
   217           <component name="uicc" filter="s60" long-name="UICC" introduced="^2" plugin="Y">
       
   218             <unit bldFile="/sf/mw/securitysrv/gba/uicc/group"/>
       
   219           </component>
       
   220           <component name="gbaserver" filter="s60" long-name="GBA Server" introduced="^2">
       
   221             <unit bldFile="/sf/mw/securitysrv/gba/gbaserver/group"/>
       
   222           </component>
       
   223           <component name="gbaapi" filter="s60" long-name="GBA API" introduced="^2">
       
   224             <unit bldFile="/sf/mw/securitysrv/gba/gbaapi/group"/>
       
   225           </component>
       
   226           <component name="gbafilter" filter="s60" long-name="GBA HTTP Filter" introduced="^2" plugin="Y">
       
   227             <unit bldFile="/sf/mw/securitysrv/gba/gbafilter/group"/>
       
   228           </component>
       
   229           <component name="gba_build" filter="s60" long-name="Generic Boot Architecture Build" introduced="^2">
       
   230             <!-- need to split this into the above components, or remove #includes and make this GBA ROM  -->
       
   231             <unit bldFile="/sf/mw/securitysrv/gba/group"/>
       
   232           </component>
       
   233         </collection>
       
   234         <collection name="devencdiskutils" long-name="Device Encryption Disk Utils" level="server">
       
   235           <component name="devenccommonutils" filter="s60" long-name="Device Encryption Common Utils" introduced="^3">
       
   236             <unit bldFile="/sf/mw/securitysrv/devencdiskutils/DevEncCommonUtils/group"/>
       
   237           </component>
       
   238           <component name="devencrfsplugin" filter="s60" long-name="Device Encryption RFS Plugin" introduced="^3" plugin="Y">
       
   239             <unit bldFile="/sf/mw/securitysrv/devencdiskutils/DevEncRfsPlugin/group"/>
       
   240           </component>
       
   241           <component name="pk5recognizer" filter="s60" long-name="Device Encryption Pk5 Recognizer" introduced="^3" plugin="Y">
       
   242             <unit bldFile="/sf/mw/securitysrv/devencdiskutils/Pk5Recognizer/group"/>
       
   243           </component>
       
   244           <component name="devencstarter" filter="s60" long-name="Device Encryption Starter" introduced="^3" plugin="Y">
       
   245             <unit bldFile="/sf/mw/securitysrv/devencdiskutils/DevEncStarter/group"/>
       
   246           </component>
       
   247           <component name="devencdiskutils" filter="s60" long-name="Device Encryption Disk Utils Build" introduced="^3">
       
   248             <!-- need to split this into the above components, or remove #includes and make this a ROM  component-->
       
   249             <unit bldFile="/sf/mw/securitysrv/devencdiskutils/group"/>
       
   250           </component>
       
   251         </collection>
       
   252         <collection name="securitysrv_info" long-name="Security Services Info" level="specific">
       
   253           <component name="securitysrv_test" filter="s60,test,api_test" purpose="development" long-name="Security Services Test">
       
   254             <unit bldFile="/sf/mw/securitysrv/tsrc/group"/>
       
   255           </component>
       
   256           <component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="^2" purpose="development" class="config PC">
       
   257             <unit mrp="/sf/mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
       
   258           </component>
       
   259         </collection>
       
   260       </block>
       
   261     </layer>
       
   262   </systemModel>
       
   263 </SystemDefinition>