tip_pbc/os/openmaxil/package_definition.xml
changeset 386 b83b50a45c11
child 395 a3f2b0422c8b
equal deleted inserted replaced
361:e1a3c78941f2 386:b83b50a45c11
       
     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  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition schema="2.0.1" name="Symbian^4">
       
    54  <systemModel>
       
    55   <layer name="os" long-name="OS" levels="hw services">
       
    56    <block name="openmaxil" level="services" levels="adaptation hw-if device-fw devices middleware app-if">
       
    57 <collection name="openmaxil_plat" long-name="OpenMAX IL Platform Exports" level="hw-if">
       
    58 <component name="khronos_api" long-name="OpenMAX IL API" introduced="^3" purpose="mandatory" class="api">
       
    59 <unit bldFile="/sf/os/openmaxil/openmaxil_plat/khronos_api/group" version="1"/>
       
    60 </component>
       
    61 <component name="symbian_api" long-name="OpenMAX IL Symbian API" introduced="^3" purpose="mandatory" class="api">
       
    62 <unit bldFile="/sf/os/openmaxil/openmaxil_plat/symbian_api/group" version="1"/>
       
    63 </component>
       
    64 <component name="test_api" long-name="OpenMAX IL test headers" introduced="^3" purpose="development" class="api">
       
    65 <unit bldFile="/sf/os/openmaxil/openmaxil_plat/test_api/group" version="1"/>
       
    66 </component>
       
    67 </collection>
       
    68 <collection name="omxil_generic" long-name="OpenMAX IL Implementation" level="device-fw">
       
    69 <component name="omxilcomplib" long-name="OpenMAX IL Component Framework" introduced="^3" purpose="optional">
       
    70 <unit bldFile="/sf/os/openmaxil/omxil_generic/omxilcomplib/group" version="1"/>
       
    71 </component>
       
    72 <component name="omxilcore" long-name="OpenMAX IL Core" introduced="^3" purpose="mandatory">
       
    73 <unit bldFile="/sf/os/openmaxil/omxil_generic/omxilcore/group" version="1"/>
       
    74 </component>
       
    75 <component name="omxilloader" long-name="OpenMAX IL Loader" introduced="^3" purpose="mandatory">
       
    76 <unit bldFile="/sf/os/openmaxil/omxil_generic/omxilloader/group" version="1"/>
       
    77 </component>
       
    78 </collection>
       
    79 <collection name="tsrc" long-name="OpenMAX IL Test code" level="hw-if">
       
    80 <component name="xmltestharness" long-name="OpenMAX IL XML Test Harness" introduced="^3" purpose="development">
       
    81 <unit bldFile="/sf/os/openmaxil/tsrc/xmltestharness/group" version="1"/>
       
    82 </component>
       
    83 </collection>
       
    84 </block>
       
    85   </layer>
       
    86  </systemModel>
       
    87 </SystemDefinition>