symbian4/os/wlan/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Thu, 01 Apr 2010 12:01:18 +0100
branchHighFidelityModel
changeset 150 8d58b930d36e
permissions -rw-r--r--
First draft of Symbian^4 pkgdefs

<?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="wlan" level="services" long-name="WLAN" levels="hw low mid high tools test">
        <collection name="wlan_plat" long-name="WLAN Platform Interfaces" level="test">
          <component name="wlan_dbif_api" long-name="WLAN DBIF API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_dbif_api/group"/>
          </component>
          <component name="wlan_hal_api" long-name="WLAN HAL API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_hal_api/group"/>
          </component>
          <component name="wlan_management_api" long-name="WLAN Management API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_management_api/group"/>
          </component>
          <component name="wlan_device_settings_api" long-name="WLAN Device Settings API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_device_settings_api/group"/>
          </component>
          <component name="wlan_control_api" long-name="WLAN Control API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_control_api/group"/>
          </component>
          <component name="wlan_hw_initialization_data_api" long-name="WLAN Hardware Initialization Data API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_hw_initialization_data_api/group"/>
          </component>
          <component name="wlan_power_save_plugin_api" long-name="WLAN Power Save Plugin API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_power_save_plugin_api/group"/>
          </component>
          <component name="wlan_info_api" long-name="WLAN Info API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_info_api/group"/>
          </component>
          <component name="wlan_agent_hotspot_plugin_api" long-name="WLAN Agent Hotspot Plug-in API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_agent_hotspot_plugin_api/group"/>
          </component>
          <component name="wlan_osa_api" long-name="WLAN OSA API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_osa_api/group"/>
          </component>
          <component name="wlan_spia_api" long-name="WLAN SPIA API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_spia_api/group"/>
          </component>
          <component name="wlan_hpa_api" long-name="WLAN HPA API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_hpa_api/group"/>
          </component>
          <component name="wlan_eapol_plugin_api" long-name="WLAN EAPOL Plugin API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_eapol_plugin_api/group"/>
          </component>
          <component name="wlan_generic_plugin_api" long-name="WLAN Generic Plugin API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_generic_plugin_api/group"/>
          </component>
          <component name="wlan_aws_plugin_api" long-name="WLAN AWS Plugin API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_plat/wlan_aws_plugin_api/group"/>
          </component>
        </collection>
        <collection name="wlan_pub" long-name="WLAN Public Interfaces" level="test">
          <component name="wlan_sdk_info_api" long-name="WLAN SDK Info API" filter="s60" class="api">
            <unit bldFile="/sf/os/wlan/wlan_pub/wlan_sdk_info_api/group"/>
          </component>
        </collection>
        <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
          <component name="wlanpsmplugin" filter="s60" long-name="WLAN PSM Plugin" plugin="Y">
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlanpsmplugin/group"/>
          </component>
          <component name="wlanagent" filter="s60" long-name="WLAN Agent">
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlanagent/group"/>
          </component>
          <component name="wlandbif_cd" filter="s60" long-name="WLAN CommsDat interface">
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlandbif_cd/group"/>
          </component>
          <!-- should follow component directory rules for stuff in wlan_symbian/ and put in a single component or split up properly -->
          <component name="wlanengine" filter="s60" long-name="WLAN Engine">
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group"/>
          </component>
          <component name="wlanldd" filter="s60" long-name="WLAN LDD">
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group"/>
          </component>
          <component name="wlannwif" filter="s60" long-name="WLAN Network Interface">
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlannwif/group"/>
          </component>
        </collection>
        <collection name="wlanapitest" long-name="WLAN API Tests" level="test">
          <component name="wlanhaitest" long-name="WLAN HAI Tests" introduced="^2" purpose="development" filter="test">
            <unit mrp="/sf/os/wlan/wlanapitest/wlanhaitest/group/wlanhaitest.mrp" bldFile="/sf/os/wlan/wlanapitest/wlanhaitest/group"/>
          </component>
        </collection>
        <collection name="wlan_info" long-name="WLAN Info" level="test">
          <component name="wlan_metadata" long-name="WLAN Metadata" introduced="^2" purpose="development" class="config PC">
            <unit mrp="/sf/os/wlan/wlan_info/wlan_metadata/wlan_metadata.mrp"/>
          </component>
        </collection>
      </block>
    </layer>
  </systemModel>
</SystemDefinition>