symbian3/app/im/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 141 27d9d356efbf
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="im" name="Instant Messaging Apps" levels="support prot engine apps">
     4 <!ATTLIST SystemDefinition
     4   <collection id="im_plat" name="Instant Messaging Apps Platform Interfaces" level="apps">
     5   name CDATA #REQUIRED
     5    <component id="wv_sap_settings_api" name="WV SAP Settings API" class="api" filter="s60">
     6   schema CDATA #REQUIRED
     6     <meta rel="Api" href="im_plat/wv_sap_settings_api/wv_sap_settings_api.metaxml"/>
     7 >
     7     <unit bldFile="im_plat/wv_sap_settings_api/group"/>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8    </component>
     9 
     9   </collection>
    10 <!-- System Model Section of DTD -->
    10   <collection id="wvsettings20" name="Wireless Village Settings Engine" level="support">
    11 <!ELEMENT systemModel (layer+)>
    11    <!-- this is really a component. should move down a directory -->
    12 
    12    <component id="wvsapsettingsstore" name="WV SAP Settings Store" filter="s60" introduced="9.3">
    13 <!ELEMENT layer (block* | collection*)*>
    13     <unit bldFile="wvsettings20/group"/>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14    </component>
    15 <!ATTLIST layer
    15   </collection>
    16   name CDATA #REQUIRED
    16  </package>
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    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^3" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="app" long-name="Applications" levels="services apps">
       
    79       <block name="im" level="apps" long-name="Instant Messaging Apps" levels="support prot engine apps">
       
    80         <collection name="im_plat" long-name="Instant Messaging Apps Platform Interfaces" level="apps">
       
    81           <component name="wv_sap_settings_api" long-name="WV SAP Settings API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/app/im/im_plat/wv_sap_settings_api/group"/>
       
    83           </component>
       
    84         </collection>
       
    85         <collection name="wvsettings20" long-name="Wireless Village Settings Engine" level="support">
       
    86           <!-- this is really a component. should move down a directory -->
       
    87           <component name="wvsapsettingsstore" long-name="WV SAP Settings Store" filter="s60" introduced="9.3">
       
    88             <unit bldFile="/sf/app/im/wvsettings20/group"/>
       
    89           </component>
       
    90         </collection>
       
    91       </block>
       
    92     </layer>
       
    93   </systemModel>
       
    94 </SystemDefinition>
    17 </SystemDefinition>