symbian3/app/settingsuis/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 141 27d9d356efbf
child 489 d54d8fea2a55
equal deleted inserted replaced
239:e9ebcfcb4702 245:30e67220bf86
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3  <package id="settingsuis" name="Settings UIs" levels="rsc ui">
     4 <!ATTLIST SystemDefinition
     4   <collection id="devmngt_plat" name="Settings UIs Platform Interfaces" level="ui">
     5   name CDATA #REQUIRED
     5    <component id="default_app_client_api" name="Default App Client API" introduced="^1" class="api" filter="s60">
     6   schema CDATA #REQUIRED
     6     <meta rel="Api" href="devmngt_plat/default_app_client_api/default_app_client_api.metaxml"/>
     7 >
     7     <unit bldFile="devmngt_plat/default_app_client_api/group"/>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8    </component>
     9 
     9    <component id="services_db_api" name="Services DB API" introduced="^1" class="api" filter="s60">
    10 <!-- System Model Section of DTD -->
    10     <meta rel="Api" href="devmngt_plat/services_db_api/services_db_api.metaxml"/>
    11 <!ELEMENT systemModel (layer+)>
    11     <unit bldFile="devmngt_plat/services_db_api/group" filter="!test"/>
    12 
    12     <unit bldFile="devmngt_plat/services_db_api/tsrc/ServicesDbApiTest/group" filter="test,unit_test"/>
    13 <!ELEMENT layer (block* | collection*)*>
    13    </component>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14   </collection>
    15 <!ATTLIST layer
    15   <collection id="defaultapplicationsettings" name="Default Application Settings" level="rsc">
    16   name CDATA #REQUIRED
    16    <component id="services_db" filter="s60" name="Services Database" introduced="^1">
    17   long-name CDATA #IMPLIED
    17     <unit bldFile="defaultapplicationsettings/services_db/group"/>
    18   levels NMTOKENS #IMPLIED
    18    </component>
    19   span CDATA #IMPLIED
    19    <component id="defaultapplicationsettings_server" filter="s60" name="Default Application Server" introduced="^1">
    20 >
    20     <unit bldFile="defaultapplicationsettings/server/group"/>
    21 
    21    </component>
    22 <!ELEMENT block (subblock* | collection*)*>
    22    <component id="service" filter="s60" name="Default Application Service" introduced="^1">
    23  <!-- Generic OS services, Comms Services, etc -->
    23     <unit bldFile="defaultapplicationsettings/service/group"/>
    24 <!ATTLIST block
    24    </component>
    25   levels NMTOKENS #IMPLIED
    25    <component id="dasgsplugin" filter="s60" name="Default Application Settings GS Plugin" class="plugin" introduced="^1">
    26   span CDATA #IMPLIED
    26     <unit bldFile="defaultapplicationsettings/gsplugin/group"/>
    27   level NMTOKEN #IMPLIED
    27    </component>
    28   name CDATA #REQUIRED
    28    <component id="defaultapplicationsettings_build" filter="s60" name="Default Application Settings Build" introduced="^1">
    29   long-name CDATA #IMPLIED
    29     <!-- split the IBYs up into the appropriate components? Make this a ROM component? -->
    30 >
    30     <unit bldFile="defaultapplicationsettings/group"/>
    31 
    31    </component>
    32 <!ELEMENT subblock (collection)*>
    32   </collection>
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33   <collection id="systemswuis" name="System SW UIs" level="ui">
    34 <!ATTLIST subblock
    34    <component id="touchscreencalib" filter="s60" name="Touchscreen Calibration" introduced="^1">
    35   name CDATA #REQUIRED
    35     <unit bldFile="systemswuis/touchscreencalib/group"/>
    36   long-name CDATA #IMPLIED
    36    </component>
    37 >
    37   </collection>
    38 
    38  </package>
    39 <!ELEMENT collection (component)*>
       
    40 <!-- Screen Driver, Content Handling, etc -->
       
    41 <!ATTLIST collection
       
    42   name CDATA #REQUIRED
       
    43   long-name CDATA #IMPLIED
       
    44   level NMTOKEN #IMPLIED
       
    45 >
       
    46 
       
    47 <!ELEMENT component (unit)*>
       
    48 <!-- contains units or is a  package or prebuilt -->
       
    49 <!ATTLIST component
       
    50   name CDATA #REQUIRED
       
    51   long-name CDATA #IMPLIED
       
    52   deprecated CDATA #IMPLIED
       
    53   introduced CDATA #IMPLIED
       
    54   contract CDATA #IMPLIED
       
    55   plugin (Y|N) "N"
       
    56   filter CDATA #IMPLIED
       
    57   class NMTOKENS #IMPLIED
       
    58   supports CDATA #IMPLIED
       
    59   purpose ( optional | mandatory | development ) "optional"
       
    60 >
       
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
       
    66   mrp CDATA #IMPLIED
       
    67   filter CDATA #IMPLIED
       
    68   bldFile CDATA #IMPLIED
       
    69   root CDATA #IMPLIED
       
    70   version NMTOKEN #IMPLIED
       
    71   prebuilt NMTOKEN #IMPLIED
       
    72   late (Y|N) #IMPLIED
       
    73   priority CDATA #IMPLIED
       
    74 >
       
    75 ]>
       
    76 <SystemDefinition name="Symbian^3" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="app" long-name="Applications" levels="services apps">
       
    79       <block name="settingsuis" level="services" long-name="Settings UIs" levels="rsc ui">
       
    80         <collection name="devmngt_plat" long-name="Settings UIs Platform Interfaces" level="ui">
       
    81           <component name="default_app_client_api" long-name="Default App Client API" introduced="^1" filter="s60" class="api">
       
    82             <unit bldFile="/sf/app/settingsuis/devmngt_plat/default_app_client_api/group"/>
       
    83           </component>
       
    84           <component name="services_db_api" long-name="Services DB API" introduced="^1" filter="s60" class="api">
       
    85             <unit bldFile="/sf/app/settingsuis/devmngt_plat/services_db_api/group" filter="!test"/>
       
    86             <unit bldFile="/sf/app/settingsuis/devmngt_plat/services_db_api/tsrc/ServicesDbApiTest/group" filter="test,unit_test"/>
       
    87           </component>
       
    88         </collection>
       
    89         <collection name="defaultapplicationsettings" long-name="Default Application Settings" level="rsc">
       
    90           <component name="services_db" filter="s60" long-name="Services Database" introduced="^1">
       
    91             <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/services_db/group"/>
       
    92           </component>
       
    93           <component name="defaultapplicationsettings_server" filter="s60" long-name="Default Application Server" introduced="^1">
       
    94             <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/server/group"/>
       
    95           </component>
       
    96           <component name="service" filter="s60" long-name="Default Application Service" introduced="^1">
       
    97             <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/service/group"/>
       
    98           </component>
       
    99           <component name="dasgsplugin" filter="s60" long-name="Default Application Settings GS Plugin" introduced="^1" plugin="Y">
       
   100             <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/gsplugin/group"/>
       
   101           </component>
       
   102           <component name="defaultapplicationsettings_build" filter="s60" long-name="Default Application Settings Build" introduced="^1">
       
   103             <!-- split the IBYs up into the appropriate components? Make this a ROM component? -->
       
   104             <unit bldFile="/sf/app/settingsuis/defaultapplicationsettings/group"/>
       
   105           </component>
       
   106         </collection>
       
   107         <collection name="systemswuis" long-name="System SW UIs" level="ui">
       
   108           <component name="touchscreencalib" filter="s60" long-name="Touchscreen Calibration" introduced="^1">
       
   109             <unit bldFile="/sf/app/settingsuis/systemswuis/touchscreencalib/group"/>
       
   110           </component>
       
   111         </collection>
       
   112       </block>
       
   113     </layer>
       
   114   </systemModel>
       
   115 </SystemDefinition>
    39 </SystemDefinition>