symbian3/mw/securitysrv/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 02 Feb 2010 19:53:24 +0000
branchHighFidelityModel
changeset 45 262790aa488d
parent 30 0f4f00318d20
child 63 d7aa110911c4
permissions -rw-r--r--
Several more packages for middleware layer

<?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^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="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_test" filter="s60,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>