<?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="adaptation" long-name="Adaptation" levels="low mw high">
<block name="stubs" level="high" long-name="Stubs" levels="stub">
<collection name="s60_stubs" level="stub">
<component name="audiostubs" long-name="Audio Stubs">
<unit bldFile="/sf/adaptation/stubs/audiostubs/group"/>
</component>
<component name="btaudioadaptation_stub" long-name="Bluetooth Audio Adaptation Stub">
<unit bldFile="/sf/adaptation/stubs/btaudioadaptation_stub/group"/>
</component>
<component name="drm_stubs" long-name="DRM Stubs">
<unit bldFile="/sf/adaptation/stubs/drm_stubs/group"/>
</component>
<component name="ocrsrv_stub" long-name="OCR Services Stub">
<unit bldFile="/sf/adaptation/stubs/ocrsrv_stub/group"/>
</component>
<component name="omasuplasnconverterstubimpl" long-name="OMA SUPL ASN Converter Stub Implementation">
<unit bldFile="/sf/adaptation/stubs/omasuplasnconverterstubimpl/group"/>
</component>
<component name="posmsgpluginreferenceimpl" long-name="POS Message Plugin Reference Implementation" plugin="Y">
<unit bldFile="/sf/adaptation/stubs/posmsgpluginreferenceimpl/group"/>
</component>
<component name="srsfenginestub" long-name="SRSF Engine Stub">
<unit bldFile="/sf/adaptation/stubs/srsfenginestub/group"/>
</component>
<component name="power_save_display_mode_stub" long-name="Power Save Display Mode Stub">
<unit bldFile="/sf/adaptation/stubs/power_save_display_mode_stub/group"/>
</component>
<component name="systemswstubs" long-name="System Software Stubs">
<unit bldFile="/sf/adaptation/stubs/systemswstubs/group"/>
</component>
<component name="tactileclickplugin_stub" long-name="Tactile Click Plugin Stub" plugin="Y">
<unit bldFile="/sf/adaptation/stubs/tactileclickplugin_stub/group"/>
</component>
<component name="wlanhwinit_stub" long-name="WLAN Hardware Init Stub">
<unit bldFile="/sf/adaptation/stubs/wlanhwinit_stub/group"/>
</component>
</collection>
</block>
</layer>
</systemModel>
</SystemDefinition>