symbian4/app/homescreentools/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 150 8d58b930d36e
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     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="homescreentools" name="Home Screen Tools" levels="tool install">
     4 <!ATTLIST SystemDefinition
     4     <collection id="dtdinstaller" name="DTD Installer" level="install">
     5   name CDATA #REQUIRED
     5     	<!-- collection is really a component. Needs to be moved down a directory -->
     6   schema CDATA #REQUIRED
     6     	<!-- this needs to be built first, does build order need to be forced with filters? -->
     7 >
     7       <component id="dtdinstaller_build" filter="s60,bldmefirst" name="DTD Installer Build" target="desktop" class="tool">
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8         <unit bldFile="dtdinstaller/group"/>
     9 
     9       </component>
    10 <!-- System Model Section of DTD -->
    10     </collection>
    11 <!ELEMENT systemModel (layer+)>
    11     <collection id="themeinstaller" name="Theme Installer" level="install">
    12 
    12     	<!-- collection is really a component. Needs to be moved down a directory -->
    13 <!ELEMENT layer (block* | collection*)*>
    13       <component id="themeinstaller_build" filter="s60" name="Theme Installer Build" target="desktop" class="tool">
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14         <unit bldFile="themeinstaller/group"/>
    15 <!ATTLIST layer
    15       </component>
    16   name CDATA #REQUIRED
    16     </collection>
    17   long-name CDATA #IMPLIED
    17     <collection id="widgettools" name="Widget Tools" level="install">
    18   levels NMTOKENS #IMPLIED
    18       <component id="hspluginpreinstaller" filter="s60" name="HS Plugin Preinstaller" target="desktop" class="tool" introduced="^3">
    19   span CDATA #IMPLIED
    19         <unit bldFile="widgettools/hspluginspreinstaller/group"/>
    20 >
    20       </component>
    21 
    21       <component id="wrtwidgetpreinstaller" filter="s60" name="WRT Widget Preinstaller" target="desktop" class="tool" introduced="^3">
    22 <!ELEMENT block (subblock* | collection*)*>
    22         <unit bldFile="widgettools/wrtwidgetpreinstaller/group"/>
    23  <!-- Generic OS services, Comms Services, etc -->
    23       </component>
    24 <!ATTLIST block
    24     </collection>
    25   levels NMTOKENS #IMPLIED
    25   </package>
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    35   name CDATA #REQUIRED
       
    36   long-name CDATA #IMPLIED
       
    37 >
       
    38 
       
    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^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="app" long-name="Applications" levels="services apps">
       
    79       <block name="homescreentools" level="services" long-name="Home Screen Tools" levels="tool install">
       
    80         <collection name="dtdinstaller" long-name="DTD Installer" level="install">
       
    81           <!-- collection is really a component. Needs to be moved down a directory -->
       
    82           <!-- this needs to be built first, does build order need to be forced with filters? -->
       
    83           <component name="dtdinstaller_build" filter="s60,bldmefirst" long-name="DTD Installer Build" class="tool PC">
       
    84             <unit bldFile="/sf/app/homescreentools/dtdinstaller/group"/>
       
    85           </component>
       
    86         </collection>
       
    87         <collection name="themeinstaller" long-name="Theme Installer" level="install">
       
    88           <!-- collection is really a component. Needs to be moved down a directory -->
       
    89           <component name="themeinstaller_build" filter="s60" long-name="Theme Installer Build" class="tool PC">
       
    90             <unit bldFile="/sf/app/homescreentools/themeinstaller/group"/>
       
    91           </component>
       
    92         </collection>
       
    93         <collection name="widgettools" long-name="Widget Tools" level="install">
       
    94           <component name="hspluginpreinstaller" filter="s60" long-name="HS Plugin Preinstaller" introduced="^3" class="tool PC">
       
    95             <unit bldFile="/sf/app/homescreentools/widgettools/hspluginspreinstaller/group"/>
       
    96           </component>
       
    97           <component name="wrtwidgetpreinstaller" filter="s60" long-name="WRT Widget Preinstaller" introduced="^3" class="tool PC">
       
    98             <unit bldFile="/sf/app/homescreentools/widgettools/wrtwidgetpreinstaller/group"/>
       
    99           </component>
       
   100         </collection>
       
   101       </block>
       
   102     </layer>
       
   103   </systemModel>
       
   104 </SystemDefinition>
    26 </SystemDefinition>