symbian4/os/deviceplatformrelease/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 20 Apr 2010 13:40:40 +0100
branchHighFidelityModel
changeset 172 23977b7c7e58
parent 150 8d58b930d36e
child 174 e7654a759056
permissions -rw-r--r--
Added config macros to ossrv and devciesrv. Removed some components from kernelhwsrv, cellularsrv, security, deviceplatformrelease

<?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="os" long-name="OS" levels="hw services">
      <block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top">
        <collection name="s60extras" long-name="S60 Extras" level="mid">
          <!-- collection is really a component. Need to move down a directory -->
          <component name="s60extras_build" filter="s60" long-name="S60 Extras Build" purpose="development" class="config">
            <unit bldFile="/sf/os/deviceplatformrelease/S60Extras/group"/>
          </component>
        </collection>
        <collection name="version" long-name="Version" level="top">
          <!-- collection is really a component. Need to move down a directory -->
          <component name="version_build" filter="s60" long-name="Version Build" purpose="development" class="config">
            <unit bldFile="/sf/os/deviceplatformrelease/Version/group"/>
          </component>
        </collection>
        <collection name="helps_loc2" long-name="Helps Locale 2" level="top">
          <!-- collection is really a component. Need to move down a directory -->
          <component name="helps_loc2_build" long-name="Helps Locale 2 Build" filter="s60">
            <unit bldFile="/sf/os/deviceplatformrelease/helps_loc2/group"/>
          </component>
        </collection>
        <collection name="sf_config" long-name="SF Config" level="mid">
          <component name="config" filter="s60" long-name="Config" purpose="development" class="config"/>
          <component name="cenrep" filter="sf_build" long-name="ConE Central Repository Config" purpose="development" class="config">
            <!-- will shoudl give the id/path something more unique than cenrep -->
            <unit bldFile="/sf/os/deviceplatformrelease/sf_config/cenrep/group"/>
          </component>
          <component name="rombuild_syborg" filter="sf_build" long-name="Syborg iMaker Config" purpose="development" introduced="^3" class="config">
            <unit bldFile="/sf/os/deviceplatformrelease/sf_config/rombuild/syborg/group"/>
          </component>
          <component name="rombuild_zoom2" filter="sf_build" long-name="Zoom2 iMaker Config" purpose="development" introduced="^3" class="config">
            <unit bldFile="/sf/os/deviceplatformrelease/sf_config/rombuild/zoom2/group"/>
          </component>
        </collection>
        <!-- should be located locally in buildplatforms/group 
    <collection id="s60bld" name="S60 Build">
      <component id="buildplatforms" filter="s60" name="Build Platforms">
        <unit bldFile="/tools/buildplatforms/group"/>
      </component>
    </collection>-->
        <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
          <component name="cedarutils" long-name="Cedar Utils" purpose="development">
            <unit mrp="/sf/os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
          </component>
          <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config">
            <unit mrp="/sf/os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
          </component>
          <component name="foundation_s60_packages" long-name="Foundation S60 Packages" introduced="^3" deprecated="^3" purpose="development" class="config PC">
            <unit mrp="/sf/os/deviceplatformrelease/symbianosbld/foundation_s60_packages/foundation_s60_packages.mrp"/>
          </component>
        </collection>
        <collection name="foundation_system" long-name="Foundation System" level="top">
          <component name="system_model" long-name="System Model" introduced="^2" purpose="development" class="config PC">
            <unit mrp="/sf/os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
          </component>
        </collection>
        <collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
          <component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="^2" purpose="development" class="config PC">
            <unit mrp="/sf/os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
          </component>
        </collection>
      </block>
    </layer>
  </systemModel>
</SystemDefinition>