symbian3/app/contacts/package_definition.xml
branchHighFidelityModel
changeset 38 12159035c0ef
parent 30 0f4f00318d20
child 63 d7aa110911c4
equal deleted inserted replaced
37:01eda22956f2 38:12159035c0ef
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <!DOCTYPE SystemDefinition [
     3  <!ELEMENT SystemDefinition (systemModel?,SystemBuild?)>
     3 <!ELEMENT SystemDefinition ( systemModel )>
     4  <!ATTLIST SystemDefinition
     4 <!ATTLIST SystemDefinition
     5   name CDATA #REQUIRED
     5   name CDATA #REQUIRED
     6   schema CDATA #REQUIRED>
     6   schema CDATA #REQUIRED
     7  <!ELEMENT systemModel (layer+)>
     7 >
     8  <!ELEMENT layer (block*|collection*)*>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     9  <!ATTLIST layer
     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
    10   name CDATA #REQUIRED
    16   name CDATA #REQUIRED
    11   long-name CDATA #IMPLIED
    17   long-name CDATA #IMPLIED
    12   levels NMTOKENS #IMPLIED
    18   levels NMTOKENS #IMPLIED
    13   span CDATA #IMPLIED>
    19   span CDATA #IMPLIED
    14  <!ELEMENT block (subblock*|collection*)*>
    20 >
    15  <!ATTLIST block
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
    16   levels NMTOKENS #IMPLIED
    25   levels NMTOKENS #IMPLIED
    17   span CDATA #IMPLIED
    26   span CDATA #IMPLIED
    18   level NMTOKEN #IMPLIED
    27   level NMTOKEN #IMPLIED
    19   name CDATA #REQUIRED
    28   name CDATA #REQUIRED
    20   long-name CDATA #IMPLIED>
    29   long-name CDATA #IMPLIED
    21  <!ELEMENT subblock (collection)*>
    30 >
    22  <!ATTLIST subblock
    31 
    23   name CDATA #REQUIRED
    32 <!ELEMENT subblock (collection)*>
    24   long-name CDATA #IMPLIED>
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    25  <!ELEMENT collection (component)*>
    34 <!ATTLIST subblock
    26  <!ATTLIST collection
    35   name CDATA #REQUIRED
    27   name CDATA #REQUIRED
    36   long-name CDATA #IMPLIED
    28   long-name CDATA #IMPLIED
    37 >
    29   level NMTOKEN #IMPLIED>
    38 
    30  <!ELEMENT component (unit)*>
    39 <!ELEMENT collection (component)*>
    31  <!ATTLIST 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
    32   name CDATA #REQUIRED
    50   name CDATA #REQUIRED
    33   long-name CDATA #IMPLIED
    51   long-name CDATA #IMPLIED
    34   deprecated CDATA #IMPLIED
    52   deprecated CDATA #IMPLIED
    35   introduced CDATA #IMPLIED
    53   introduced CDATA #IMPLIED
    36   contract CDATA #IMPLIED
    54   contract CDATA #IMPLIED
    37   plugin (Y|N) 'N'
    55   plugin (Y|N) "N"
    38   filter CDATA #IMPLIED
    56   filter CDATA #IMPLIED
    39   class NMTOKENS #IMPLIED
    57   class NMTOKENS #IMPLIED
    40   supports CDATA #IMPLIED
    58   supports CDATA #IMPLIED
    41   purpose (optional|mandatory|development) 'optional'>
    59   purpose ( optional | mandatory | development ) "optional"
    42  <!ELEMENT unit EMPTY>
    60 >
    43  <!ATTLIST unit
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
    44   mrp CDATA #IMPLIED
    66   mrp CDATA #IMPLIED
    45   filter CDATA #IMPLIED
    67   filter CDATA #IMPLIED
    46   bldFile CDATA #IMPLIED
    68   bldFile CDATA #IMPLIED
    47   root CDATA #IMPLIED
    69   root CDATA #IMPLIED
    48   version NMTOKEN #IMPLIED
    70   version NMTOKEN #IMPLIED
    49   prebuilt NMTOKEN #IMPLIED
    71   prebuilt NMTOKEN #IMPLIED
    50   late (Y|N) #IMPLIED
    72   late (Y|N) #IMPLIED
    51   priority CDATA #IMPLIED>
    73   priority CDATA #IMPLIED
    52  <!ELEMENT SystemBuild (option*|target+|targetList+|list+|configuration+)*>
    74 >
    53  <!ATTLIST SystemBuild schema CDATA #REQUIRED>
       
    54  <!ELEMENT list (ref+)>
       
    55  <!ATTLIST list
       
    56   name ID #REQUIRED
       
    57   description CDATA #REQUIRED>
       
    58  <!ELEMENT ref EMPTY>
       
    59  <!ATTLIST ref item CDATA #REQUIRED>
       
    60  <!ELEMENT targetList EMPTY>
       
    61  <!ATTLIST targetList
       
    62   name ID #REQUIRED
       
    63   description CDATA #REQUIRED
       
    64   target IDREFS #REQUIRED>
       
    65  <!ELEMENT target EMPTY>
       
    66  <!ATTLIST target
       
    67   name ID #REQUIRED
       
    68   abldTarget CDATA #REQUIRED
       
    69   description CDATA #REQUIRED>
       
    70  <!ELEMENT option EMPTY>
       
    71  <!ATTLIST option
       
    72   name ID #REQUIRED
       
    73   abldOption CDATA #REQUIRED
       
    74   description CDATA #REQUIRED
       
    75   enable (Y|N) #REQUIRED>
       
    76  <!ELEMENT configuration (listRef+|ref+|task+)*>
       
    77  <!ATTLIST configuration
       
    78   name ID #REQUIRED
       
    79   description CDATA #REQUIRED
       
    80   filter CDATA #REQUIRED>
       
    81  <!ELEMENT task (listRef*,(buildLayer|specialInstructions))>
       
    82  <!ELEMENT listRef EMPTY>
       
    83  <!ATTLIST listRef list CDATA #REQUIRED>
       
    84  <!ELEMENT buildLayer EMPTY>
       
    85  <!ATTLIST buildLayer
       
    86   command CDATA #REQUIRED
       
    87   targetList IDREFS #IMPLIED
       
    88   unitParallel (Y|N) #REQUIRED
       
    89   targetParallel (Y|N) 'N'>
       
    90  <!ELEMENT specialInstructions EMPTY>
       
    91  <!ATTLIST specialInstructions
       
    92   name CDATA #REQUIRED
       
    93   cwd CDATA #REQUIRED
       
    94   root CDATA #IMPLIED
       
    95   command CDATA #REQUIRED>
       
    96 ]>
    75 ]>
    97 <SystemDefinition schema="2.0.1" name="Symbian^3">
    76 <SystemDefinition name="Symbian^3" schema="2.0.1">
    98 <systemModel>
    77   <systemModel>
    99 <layer name="app" long-name="Applications" levels="services apps">
    78     <layer name="app" long-name="Applications" levels="services apps">
   100 <block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
    79       <block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
   101 <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
    80         <collection name="contactextensions" long-name="Contacts Extensions" level="services">
   102 <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
    81           <component name="predefinedcontacts" filter="s60" long-name="Predefined Contacts">
   103 <unit bldFile="/sf/app/contacts/phonebookengines/contactsmodel/groupsql" mrp="/sf/app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/>
    82             <unit bldFile="/sf/app/contacts/contactextensions/predefinedcontacts/group"/>
   104 </component>
    83           </component>
   105 </collection>
    84         </collection>
   106 <collection name="pimprotocols" long-name="PIM Protocols" level="services">
    85         <collection name="logsui" long-name="Logs UI" level="ui">
   107 <component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
    86           <component name="logsui_build" filter="s60" long-name="Logs UI Build">
   108 <unit bldFile="/sf/app/contacts/pimprotocols/phonebooksync/group" mrp="/sf/app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
    87             <!-- component at too high a rank, should move down one directory -->
   109 </component>
    88             <unit bldFile="/sf/app/contacts/logsui/group"/>
   110 <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
    89           </component>
   111 <unit bldFile="/sf/app/contacts/pimprotocols/pbap/group" mrp="/sf/app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
    90         </collection>
   112 </component>
    91         <collection name="phonebookui" long-name="Phonebook UI" level="ui">
   113 </collection>
    92           <component name="phonebook" filter="s60" long-name="Phonebook">
   114 <collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
    93             <unit bldFile="/sf/app/contacts/phonebookui/phonebook/group"/>
   115 <component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="tb91" purpose="development" class="config PC">
    94           </component>
   116 <unit mrp="/sf/app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
    95           <component name="speeddial" filter="s60" long-name="Speed Dial">
   117 </component>
    96             <unit bldFile="/sf/app/contacts/phonebookui/speeddial/group"/>
   118 </collection>
    97           </component>
   119 <collection name="s60">
    98           <component name="phonebook2" filter="s60" long-name="Phone Book 2">
   120 <component name="contacts">
    99             <unit bldFile="/sf/app/contacts/phonebookui/phonebook2/group"/>
   121 <unit bldFile="/sf/app/contacts/group" mrp=""/>
   100           </component>
   122 </component>
   101           <component name="phonebook2_test" filter="s60,test" long-name="Phonebook 2 Tests">
   123 </collection>
   102             <!-- can only have one unit, consider #including from phonebook2 or a common bld.inf  -->
   124 </block>
   103             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/tsrc/group"/>
   125 </layer>
   104             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/remotecontactlookup/contactactionservice/saveascontactplugin/tsrc/group"/>
   126 </systemModel>
   105             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/spbcontentprovider/tsrc/ut_contentprovider/group"/>
       
   106             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/NamesListExtension/tsrc/group"/>
       
   107           </component>
       
   108           <component name="phonebook2_other_test" filter="s60,test" long-name="Phonebook 2 Other Tests">
       
   109             <!-- can only have one unit. Why is this separate from the other tests? -->
       
   110             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/UIControls/tsrc/group"/>
       
   111             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/Presentation/tsrc/group"/>
       
   112             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/USIMExtension/tsrc/group"/>
       
   113             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/xSPExtensionManager/tsrc/group"/>
       
   114             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/tsrc/group"/>
       
   115             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/ccapplication/ccacontactorservice/tsrc/group"/>
       
   116             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/ccapplication/ccapp/tsrc/group"/>
       
   117             <unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/ccapplication/ccamycardplugin/tsrc/group"/>
       
   118           </component>
       
   119         </collection>
       
   120         <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
       
   121           <component name="cntfindplugin" filter="s60" long-name="Contacts Find Plugin" introduced="^2" plugin="Y">
       
   122             <unit bldFile="/sf/app/contacts/phonebookengines/cntfindplugin/group"/>
       
   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/group"/>
       
   126           </component>
       
   127           <component name="virtualphonebook" filter="s60" long-name="Virtual Phonebook" introduced="^2">
       
   128             <unit bldFile="/sf/app/contacts/phonebookengines/virtualphonebook/group"/>
       
   129           </component>
       
   130           <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
       
   131             <unit bldFile="/sf/app/contacts/phonebookengines/contactsmodel/groupsql" mrp="/sf/app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/>
       
   132           </component>
       
   133           <component name="virtualphonebook_test" long-name="Virtual Phonebook Tests" filter="s60,test">
       
   134             <!-- can only have one bld.inf, #include the latter from the former, or #include both from virtualphonebook-->
       
   135             <unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/tsrc/group"/>
       
   136             <unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkCntModel/tsrc/group"/>
       
   137           </component>
       
   138           <component name="vpbk_test" filter="s60,test" long-name="Virtual Phonebook Other Tests">
       
   139             <!-- can only have one bld.inf, #include from the first, or #include both from virtualphonebook
       
   140       		Why is this separate from virtualphonebook_test?-->
       
   141             <unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkEng/tsrc/group"/>
       
   142             <unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkEngUtils/tsrc/group"/>
       
   143             <unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkSimStoreImpl/tsrc/group"/>
       
   144             <unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkSimStoreService/tsrc/group"/>
       
   145           </component>
       
   146         </collection>
       
   147         <collection name="pimprotocols" long-name="PIM Protocols" level="services">
       
   148           <component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
       
   149             <unit bldFile="/sf/app/contacts/pimprotocols/phonebooksync/group" mrp="/sf/app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
       
   150           </component>
       
   151           <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
       
   152             <unit bldFile="/sf/app/contacts/pimprotocols/pbap/group" mrp="/sf/app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
       
   153           </component>
       
   154         </collection>
       
   155         <collection name="ccservices" long-name="Contacts Centric Services" level="services">
       
   156           <component name="cmsservices" filter="s60" long-name="Contact Method Selector Services" introduced="^2">
       
   157             <unit bldFile="/sf/app/contacts/ccservices/cmsservices/group"/>
       
   158           </component>
       
   159           <component name="cms_test" filter="s60,test" long-name="Contact Method Selector Tests">
       
   160             <!-- can only have one unit, #include from the first, or #include from cmsservices  -->
       
   161             <unit bldFile="/sf/app/contacts/ccservices/cmsservices/bpas/tsrc/group"/>
       
   162             <unit bldFile="/sf/app/contacts/ccservices/cmsservices/cmsengine/tsrc/group"/>
       
   163             <unit bldFile="/sf/app/contacts/ccservices/cmsservices/contactpresence/tsrc/group"/>
       
   164             <unit bldFile="/sf/app/contacts/ccservices/cmsservices/presencetrafficlights/tsrc/group"/>
       
   165           </component>
       
   166         </collection>
       
   167         <collection name="presencecache" long-name="Presence Cache" level="support">
       
   168           <component name="presencecacheutils" filter="s60" long-name="Presence Cache Utils" introduced="^2" class="placeholder">
       
   169             <!-- <unit bldFile="presencecache/presencecacheutils/group"/> -->
       
   170           </component>
       
   171           <component name="presencecacheserver2" filter="s60" long-name="Presence Cache Server" introduced="^2" class="placeholder">
       
   172             <!-- <unit bldFile="presencecache/presencecacheserver2/group"/> -->
       
   173           </component>
       
   174           <component name="presencecacheclient2" filter="s60" long-name="Presence Cache Client" introduced="^2" class="placeholder">
       
   175             <!-- <unit bldFile="presencecache/presencecacheclient2/group"/> -->
       
   176           </component>
       
   177           <component name="presencecache_build" filter="s60" long-name="Presence Cache Build" introduced="^2">
       
   178             <!-- should divide this bld.inf into the other components, or collapse them into a single component -->
       
   179             <unit bldFile="/sf/app/contacts/presencecache/group"/>
       
   180           </component>
       
   181           <component name="presencecache_test" filter="s60,test" long-name="Presence Cache Tests">
       
   182             <!-- can this be #included from presencecacheutils?  -->
       
   183             <unit bldFile="/sf/app/contacts/presencecache/presencecacheutils/tsrc/group"/>
       
   184           </component>
       
   185         </collection>
       
   186         <collection name="predictivesearch" long-name="Predictive Search" level="support">
       
   187           <component name="pcsutils" filter="s60" long-name="PCS Utils" introduced="^2">
       
   188             <unit bldFile="/sf/app/contacts/predictivesearch/pcsutils/group"/>
       
   189           </component>
       
   190           <component name="pcsserverclientapi" filter="s60" long-name="PCS Server Client API" introduced="^2">
       
   191             <unit bldFile="/sf/app/contacts/predictivesearch/pcsserverclientapi/group"/>
       
   192           </component>
       
   193           <component name="pcsserver" filter="s60" long-name="PCS Server" introduced="^2">
       
   194             <unit bldFile="/sf/app/contacts/predictivesearch/pcsserver/group"/>
       
   195           </component>
       
   196           <component name="pcsadapters" filter="s60" long-name="PCS Adapters" introduced="^2" plugin="Y">
       
   197             <unit bldFile="/sf/app/contacts/predictivesearch/adapters/contacts/group"/>
       
   198           </component>
       
   199           <component name="pcsalgorithm" filter="s60" long-name="PCS Algorithm" introduced="^2" plugin="Y">
       
   200             <unit bldFile="/sf/app/contacts/predictivesearch/pcsalgorithm/group"/>
       
   201           </component>
       
   202           <component name="predictivesearch_build" filter="s60" long-name="Predictive Search Build" introduced="^2">
       
   203             <!-- need to remove #includes from bld.inf and rename as Predictive Search ROM -->
       
   204             <unit bldFile="/sf/app/contacts/predictivesearch/group"/>
       
   205           </component>
       
   206         </collection>
       
   207         <collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
       
   208           <component name="contacts_plat" filter="s60" long-name="Contacts Apps Platform Interfaces" class="api">
       
   209             <unit bldFile="/sf/app/contacts/contacts_plat/group"/>
       
   210           </component>
       
   211           <component name="contacts_plat_test" filter="s60,api_test" long-name="Contacts Apps Platform API Test">
       
   212             <unit bldFile="/sf/app/contacts/contacts_plat/cms_contactor_api/tsrc/group"/>
       
   213             <unit bldFile="/sf/app/contacts/contacts_plat/cca_launch_api/tsrc/group"/>
       
   214             <unit bldFile="/sf/app/contacts/contacts_plat/cca_view_plugin_api/tsrc/group"/>
       
   215             <unit bldFile="/sf/app/contacts/contacts_plat/contactpresence_api/tsrc/group"/>
       
   216             <unit bldFile="/sf/app/contacts/contacts_plat/presence_cache_api/tsrc/group"/>
       
   217             <unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_policy_api/tsrc/group"/>
       
   218             <unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_sim_services_api/tsrc/group"/>
       
   219             <unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_store_api/tsrc/group"/>
       
   220             <unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_vcard_api/tsrc/group"/>
       
   221             <unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_view_definition_api/tsrc/group"/>
       
   222             <unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_engine_api/tsrc/group"/>
       
   223             <unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_client_api/tsrc/group"/>
       
   224             <unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_utils_api/tsrc/group"/>
       
   225             <unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_rcl_api/tsrc/group"/>
       
   226             <unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_icon_api/tsrc/ut_CPbk2IconArray/group"/>
       
   227           </component>
       
   228           <component name="contacts_pub" filter="s60" long-name="Contacts Apps Public Interfaces" class="api">
       
   229             <unit bldFile="/sf/app/contacts/contacts_pub/group"/>
       
   230           </component>
       
   231           <component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="^2" purpose="development" class="config PC">
       
   232             <unit mrp="/sf/app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
       
   233           </component>
       
   234         </collection>
       
   235       </block>
       
   236     </layer>
       
   237   </systemModel>
   127 </SystemDefinition>
   238 </SystemDefinition>