symbian3/app/settingsuis/package_definition.xml
changeset 304 34513d6de7cd
child 354 8a720eca298e
equal deleted inserted replaced
300:1ab807b37521 304:34513d6de7cd
       
     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^3">
       
    54  <systemModel>
       
    55   <layer name="app" long-name="Applications" levels="services apps">
       
    56    <block name="settingsuis" level="services" long-name="Settings UIs" levels="rsc ui">
       
    57 <collection name="devmngt_plat" long-name="Settings UIs Platform Interfaces" level="ui">
       
    58 <component name="default_app_client_api" long-name="Default App Client API" introduced="^1" filter="s60" class="api">
       
    59 <unit bldFile="/sf/app/settingsuis/devmngt_plat/default_app_client_api/group"/>
       
    60 </component>
       
    61 <component name="services_db_api" long-name="Services DB API" introduced="^1" filter="s60" class="api">
       
    62 <unit bldFile="/sf/app/settingsuis/devmngt_plat/services_db_api/group" filter="!test"/>
       
    63 </component>
       
    64 </collection>
       
    65 <collection name="defaultapplicationsettings" long-name="Default Application Settings" level="rsc">
       
    66 <component name="services_db" filter="s60" long-name="Services Database" introduced="^1">
       
    67 <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/services_db/group"/>
       
    68 </component>
       
    69 <component name="defaultapplicationsettings_server" filter="s60" long-name="Default Application Server" introduced="^1">
       
    70 <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/server/group"/>
       
    71 </component>
       
    72 <component name="service" filter="s60" long-name="Default Application Service" introduced="^1">
       
    73 <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/service/group"/>
       
    74 </component>
       
    75 <component name="dasgsplugin" filter="s60" long-name="Default Application Settings GS Plugin" introduced="^1" plugin="Y">
       
    76 <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/gsplugin/group"/>
       
    77 </component>
       
    78 <component name="defaultapplicationsettings_build" filter="s60" long-name="Default Application Settings Build" introduced="^1">
       
    79 <!-- split the IBYs up into the appropriate components? Make this a ROM component? -->
       
    80 <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/group"/>
       
    81 </component>
       
    82 </collection>
       
    83 <collection name="systemswuis" long-name="System SW UIs" level="ui">
       
    84 <component name="touchscreencalib" filter="s60" long-name="Touchscreen Calibration" introduced="^1">
       
    85 <unit bldFile="/sf/app/settingsuis/systemswuis/touchscreencalib/group"/>
       
    86 </component>
       
    87 </collection>
       
    88 </block>
       
    89   </layer>
       
    90  </systemModel>
       
    91 </SystemDefinition>