RCL_3/app/webuis/package_definition.xml
changeset 433 df51cca71c18
child 511 5b9ea224ada6
equal deleted inserted replaced
431:6ca67109640b 433:df51cca71c18
       
     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^3" schema="2.0.1">
       
    54  <systemModel>
       
    55   <layer name="app" long-name="Applications" levels="services apps">
       
    56    <block name="webuis" level="services" long-name="Web UIs" levels="plugin app">
       
    57 <collection name="browserui" long-name="Browser UI" level="app">
       
    58 <component name="browser" filter="s60" long-name="Browser">
       
    59 <unit bldFile="/sf/app/webuis/browserui/browser/group"/>
       
    60 </component>
       
    61 <component name="operatormenu" filter="s60" long-name="Browser Operator Menu">
       
    62 <unit bldFile="/sf/app/webuis/browserui/operatormenu/group"/>
       
    63 </component>
       
    64 <component name="videoservices" filter="s60" long-name="Browser Video Services">
       
    65 <unit bldFile="/sf/app/webuis/browserui/videoservices/group"/>
       
    66 </component>
       
    67 </collection>
       
    68 <collection name="browserplugins" long-name="Browser Plugins" level="plugin">
       
    69 <component name="browsersysteminfoplugin" filter="s60" long-name="Browser System Info Plugin" plugin="Y">
       
    70 <!-- uncomment the unit when configuration is in place, it's currently #included from browserplugins_build -->
       
    71 <!-- <unit bldFile="browserplugins/browsersysteminfoplugin/group"/>-->
       
    72 </component>
       
    73 <component name="browsergpsplugin" filter="s60" long-name="Browser GPS Plugin" plugin="Y">
       
    74 <!-- uncomment the unit when configuration is in place, it's currently #included from browserplugins_build -->
       
    75 <!-- <unit bldFile="browserplugins/browsergpsplugin/group"/>-->
       
    76 </component>
       
    77 <component name="browseraudiovideoplugin" filter="s60" long-name="Browser Audio Video Plugin" plugin="Y">
       
    78 <unit bldFile="/sf/app/webuis/browserplugins/browseraudiovideoplugin/group"/>
       
    79 </component>
       
    80 <component name="browserplugins_build" filter="s60" long-name="Browser Plugins Build">
       
    81 <!-- when configuration is in place, the #ifdef is no longer needed and this component can be removed -->
       
    82 <unit bldFile="/sf/app/webuis/browserplugins/group"/>
       
    83 </component>
       
    84 </collection>
       
    85 <collection name="pushmtm" long-name="Push MTM" level="plugin">
       
    86 <component name="pushmtm_help" filter="s60" long-name="Push MTM Help">
       
    87 <unit bldFile="/sf/app/webuis/pushmtm/help/group"/>
       
    88 </component>
       
    89 <component name="plugins" filter="s60" long-name="Push MTM Plugins" plugin="Y">
       
    90 <unit bldFile="/sf/app/webuis/pushmtm/plugins/group"/>
       
    91 </component>
       
    92 <component name="pushmtm_build" filter="s60" long-name="Push MTM Build">
       
    93 <!-- Some content is at collection level and some is at comopnent level. Either make this a single
       
    94 			component and move it down a diretcory, or make separate independent components in this collection -->
       
    95 <unit bldFile="/sf/app/webuis/pushmtm/group"/>
       
    96 </component>
       
    97 </collection>
       
    98 </block>
       
    99   </layer>
       
   100  </systemModel>
       
   101 </SystemDefinition>