tip_pbc/adaptation/codecs.aricent/package_definition.xml
changeset 361 e1a3c78941f2
child 386 b83b50a45c11
equal deleted inserted replaced
360:e1acd7c6441b 361:e1a3c78941f2
       
     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 name="Symbian^4" schema="2.0.1">
       
    54  <systemModel>
       
    55   <layer name="adaptation" long-name="Adaptation" levels="low mw high">
       
    56    <block name="codecs.aricent" level="low" long-name="Aricent Codecs">
       
    57 <collection name="utilities" long-name="Aricent Utilities">
       
    58 <component name="ariprocessengine" long-name="Aricent Process Engine">
       
    59 <unit bldFile="/sf/adaptation/codecs.aricent/utilities/ariprocessengine/group"/>
       
    60 </component>
       
    61 <component name="aristatemachine" long-name="Aricent State Machine">
       
    62 <unit bldFile="/sf/adaptation/codecs.aricent/utilities/aristatemachine/group"/>
       
    63 </component>
       
    64 </collection>
       
    65 <collection name="aaclc_enc" level="plugin">
       
    66 <component name="ariaaclcencmmfcodec">
       
    67 <unit bldFile="/sf/adaptation/codecs.aricent/aaclc_enc/ariaaclcencmmfcodec/group"/>
       
    68 </component>
       
    69 </collection>
       
    70 <collection name="amrnb_dec" level="plugin">
       
    71 <component name="ariamrnbdecmmfcodec">
       
    72 <unit bldFile="/sf/adaptation/codecs.aricent/amrnb_dec/ariamrnbdecmmfcodec/group"/>
       
    73 </component>
       
    74 </collection>
       
    75 <collection name="amrnb_enc" level="plugin">
       
    76 <component name="ariamrnbencmmfcodec">
       
    77 <unit bldFile="/sf/adaptation/codecs.aricent/amrnb_enc/ariamrnbencmmfcodec/group"/>
       
    78 </component>
       
    79 </collection>
       
    80 <collection name="amrwb_dec" level="plugin">
       
    81 <component name="ariamrwbdecmmfcodec">
       
    82 <unit bldFile="/sf/adaptation/codecs.aricent/amrwb_dec/ariamrwbdecmmfcodec/group"/>
       
    83 </component>
       
    84 </collection>
       
    85 <collection name="h264_dec" level="plugin">
       
    86 <component name="arih264dechwdevice">
       
    87 <unit bldFile="/sf/adaptation/codecs.aricent/h264_dec/arih264dechwdevice/group"/>
       
    88 </component>
       
    89 </collection>
       
    90 <collection name="h264_enc" level="plugin">
       
    91 <component name="arih264enchwdevice">
       
    92 <unit bldFile="/sf/adaptation/codecs.aricent/h264_enc/arih264enchwdevice/group"/>
       
    93 </component>
       
    94 </collection>
       
    95 <collection name="heaac_dec" level="plugin">
       
    96 <component name="ariheaacdecmmfcodec">
       
    97 <unit bldFile="/sf/adaptation/codecs.aricent/heaac_dec/ariheaacdecmmfcodec/group"/>
       
    98 </component>
       
    99 </collection>
       
   100 <collection name="mp3_dec" level="plugin">
       
   101 <component name="arimp3decmmfcodec">
       
   102 <unit bldFile="/sf/adaptation/codecs.aricent/mp3_dec/arimp3decmmfcodec/group"/>
       
   103 </component>
       
   104 </collection>
       
   105 <collection name="mp4asp_dec" level="plugin">
       
   106 <component name="arimpeg4aspdechwdevice">
       
   107 <unit bldFile="/sf/adaptation/codecs.aricent/mp4asp_dec/arimpeg4aspdechwdevice/group"/>
       
   108 </component>
       
   109 </collection>
       
   110 <collection name="mp4sp_enc" level="plugin">
       
   111 <component name="arimp4spenchwdevice">
       
   112 <unit bldFile="/sf/adaptation/codecs.aricent/mp4sp_enc/arimp4spenchwdevice/group"/>
       
   113 </component>
       
   114 </collection>
       
   115 </block>
       
   116   </layer>
       
   117  </systemModel>
       
   118 </SystemDefinition>