symbian4/app/contacts/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 166 207111115051
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     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 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    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^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="app" long-name="Applications" levels="services apps">
       
    79       <block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
       
    80         <collection name="contacts_plat" long-name="Contacts Apps Platform Interfaces" level="ui">
       
    81           <component name="logs_engine_api" long-name="Logs Engine API" filter="s60" introduced="^4" class="api"/>
       
    82           <component name="logs_engine_api_extensions" long-name="Logs Engine API Extensions" filter="s60" class="api"/>
       
    83           <component name="logs_services_api" long-name="Logs Services API" filter="s60" introduced="^4" class="api"/>
       
    84           <component name="logs_timers_api" long-name="Logs Timers API" filter="s60" class="api"/>
       
    85           <component name="qt_mobility_contacts_api" long-name="Qt Mobility Contacts API" filter="s60" introduced="^4" class="api"/>
       
    86         </collection>
       
    87         <collection name="logsui" long-name="Logs UI" level="ui">
       
    88           <component name="logsui_build" filter="s60" long-name="Logs UI Build">
       
    89             <!-- component at too high a rank, should move down one directory -->
       
    90             <unit bldFile="/sf/app/contacts/logsui"/>
       
    91           </component>
       
    92         </collection>
       
    93         <collection name="phonebookui" long-name="Phonebook UI" level="ui">
       
    94           <component name="mobhistorymodel" filter="s60" long-name="Mobile History Model" introduced="^4" class="placeholder">
       
    95             <!--<unit bldFile="phonebookui/mobhistorymodel" qt:proFile="mobhistorymodel.pro"/> -->
       
    96           </component>
       
    97           <component name="pbkcommonui" filter="s60" long-name="Phonebook Common UI" introduced="^4" class="placeholder">
       
    98             <!--<unit bldFile="phonebookui/pbkcommonui" qt:proFile="pbkcommonui.pro"/> -->
       
    99           </component>
       
   100           <component name="phonebookapp" filter="s60" long-name="Phonebook Application" introduced="^4" class="placeholder">
       
   101             <!--<unit bldFile="phonebookui/phonebookapp" qt:proFile="phonebookapp.pro"/> -->
       
   102           </component>
       
   103           <component name="phonebookservices" filter="s60" long-name="Phonebook Services" introduced="^4" class="placeholder">
       
   104             <!--<unit bldFile="phonebookui/phonebookservices" qt:proFile="phonebookservices.pro"/> -->
       
   105           </component>
       
   106           <component name="phonebookui_build" filter="s60" long-name="Phonebook UI Build" introduced="^4">
       
   107             <!-- break up into components -->
       
   108             <unit bldFile="/sf/app/contacts/phonebookui"/>
       
   109           </component>
       
   110         </collection>
       
   111         <collection name="qtcontactsmobility" long-name="Qt Contacts Mobility" level="support">
       
   112           <component name="qtcontactsmobility_build" filter="s60" long-name="Qt Contacts Mobility Build" introduced="^4" plugin="Y">
       
   113             <!-- not really a component, move down a dir? Break up into compnents? -->
       
   114             <unit bldFile="/sf/app/contacts/qtcontactsmobility"/>
       
   115           </component>
       
   116         </collection>
       
   117         <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
       
   118           <component name="cntfindplugin" filter="s60" long-name="Contacts Find Plugin" introduced="^2" plugin="Y">
       
   119             <unit bldFile="/sf/app/contacts/phonebookengines/cntfindplugin"/>
       
   120           </component>
       
   121           <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
       
   122             <unit bldFile="/sf/app/contacts/phonebookengines/contactsmodel/groupsql" mrp="/sf/app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/>
       
   123           </component>
       
   124           <component name="cntsortplugin" filter="s60" long-name="Contacts Sort Plugin" introduced="^2" plugin="Y">
       
   125             <unit bldFile="/sf/app/contacts/phonebookengines/cntsortplugin"/>
       
   126           </component>
       
   127           <component name="mobcntmodel" filter="s60" long-name="Mobile Contacts Model" introduced="^4">
       
   128             <unit bldFile="/sf/app/contacts/phonebookengines/mobcntmodel"/>
       
   129           </component>
       
   130           <component name="mobcntactions" filter="s60" long-name="Mobile Contacts Actions" introduced="^4">
       
   131             <unit bldFile="/sf/app/contacts/phonebookengines/cntmaptileservice"/>
       
   132           </component>
       
   133           <component name="cntmaptileservice" filter="s60" long-name="Contacts Map Tile Service" introduced="^4">
       
   134             <unit bldFile="/sf/app/contacts/phonebookengines/cntmaptileservice"/>
       
   135           </component>
       
   136           <component name="simutility" filter="s60" long-name="SIM Utility" introduced="^4">
       
   137             <unit bldFile="/sf/app/contacts/phonebookengines/simutility"/>
       
   138           </component>
       
   139         </collection>
       
   140         <collection name="pimprotocols" long-name="PIM Protocols" level="services">
       
   141           <component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
       
   142             <unit bldFile="/sf/app/contacts/pimprotocols/phonebooksync/group" mrp="/sf/app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
       
   143           </component>
       
   144           <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
       
   145             <unit bldFile="/sf/app/contacts/pimprotocols/pbap/group" mrp="/sf/app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
       
   146           </component>
       
   147         </collection>
       
   148         <collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
       
   149           <component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="^2" purpose="development" class="config PC">
       
   150             <unit mrp="/sf/app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
       
   151           </component>
       
   152         </collection>
       
   153       </block>
       
   154     </layer>
       
   155   </systemModel>
       
   156 </SystemDefinition>