symbian4/app/contacts/package_definition.xml
changeset 221 8a4e19e9409a
child 285 8c5a34c3565d
equal deleted inserted replaced
220:8e654e2b9afc 221:8a4e19e9409a
       
     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  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="app" long-name="Applications" levels="services apps">
       
    56 <block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
       
    57 <collection name="contacts_plat" long-name="Contacts Apps Platform Interfaces" level="ui">
       
    58 <component name="qt_mobility_contacts_api" long-name="Qt Mobility Contacts API" filter="s60" introduced="^4" class="api"/>
       
    59 </collection>
       
    60 <collection name="phonebookui" long-name="Phonebook UI" level="ui">
       
    61 <component name="mobhistorymodel" filter="s60" long-name="Mobile History Model" introduced="^4" class="placeholder">
       
    62 <!--<unit bldFile="phonebookui/mobhistorymodel" qt:proFile="mobhistorymodel.pro"/> -->
       
    63 </component>
       
    64 <component name="pbkcommonui" filter="s60" long-name="Phonebook Common UI" introduced="^4" class="placeholder">
       
    65 <!--<unit bldFile="phonebookui/pbkcommonui" qt:proFile="pbkcommonui.pro"/> -->
       
    66 </component>
       
    67 <component name="phonebookapp" filter="s60" long-name="Phonebook Application" introduced="^4" class="placeholder">
       
    68 <!--<unit bldFile="phonebookui/phonebookapp" qt:proFile="phonebookapp.pro"/> -->
       
    69 </component>
       
    70 <component name="phonebookservices" filter="s60" long-name="Phonebook Services" introduced="^4" class="placeholder">
       
    71 <!--<unit bldFile="phonebookui/phonebookservices" qt:proFile="phonebookservices.pro"/> -->
       
    72 </component>
       
    73 <component name="phonebookui_build" filter="s60" long-name="Phonebook UI Build" introduced="^4">
       
    74 <!-- break up into components -->
       
    75 <unit bldFile="/sf/app/contacts/phonebookui" proFile="phonebookui.pro"/>
       
    76 </component>
       
    77 </collection>
       
    78 <collection name="qtcontactsmobility" long-name="Qt Contacts Mobility" level="support">
       
    79 <component name="qtcontactsmobility_build" filter="s60" long-name="Qt Contacts Mobility Build" introduced="^4" plugin="Y">
       
    80 <!-- not really a component, move down a dir? Break up into compnents? -->
       
    81 <unit bldFile="/sf/app/contacts/qtcontactsmobility" proFile="qtcontactsmobility.pro"/>
       
    82 </component>
       
    83 </collection>
       
    84 <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
       
    85 <component name="cntfindplugin" filter="s60" long-name="Contacts Find Plugin" introduced="^2" plugin="Y">
       
    86 <unit bldFile="/sf/app/contacts/phonebookengines/cntfindplugin" proFile="cntfindplugin.pro"/>
       
    87 </component>
       
    88 <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
       
    89 <unit bldFile="/sf/app/contacts/phonebookengines/contactsmodel/groupsql" mrp="/sf/app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/>
       
    90 </component>
       
    91 <component name="cntsortplugin" filter="s60" long-name="Contacts Sort Plugin" introduced="^2" plugin="Y">
       
    92 <unit bldFile="/sf/app/contacts/phonebookengines/cntsortplugin" proFile="cntsortplugin.pro"/>
       
    93 </component>
       
    94 <component name="mobcntmodel" filter="s60" long-name="Mobile Contacts Model" introduced="^4">
       
    95 <unit bldFile="/sf/app/contacts/phonebookengines/mobcntmodel" proFile="mobcntmodel.pro"/>
       
    96 </component>
       
    97 <component name="mobcntactions" filter="s60" long-name="Mobile Contacts Actions" introduced="^4">
       
    98 <unit bldFile="/sf/app/contacts/phonebookengines/mobcntactions" proFile="mobcntactions.pro"/>
       
    99 </component>
       
   100 <component name="cntmaptileservice" filter="s60" long-name="Contacts Map Tile Service" introduced="^4">
       
   101 <unit bldFile="/sf/app/contacts/phonebookengines/cntmaptileservice" proFile="cntmaptileservice.pro"/>
       
   102 </component>
       
   103 <component name="simutility" filter="s60" long-name="SIM Utility" introduced="^4">
       
   104 <unit bldFile="/sf/app/contacts/phonebookengines/simutility" proFile="simutility.pro"/>
       
   105 </component>
       
   106 <component name="cntimageutility" long-name="Contacts Image Utility" filter="s60" introduced="^4">
       
   107 <unit bldFile="/sf/app/contacts/phonebookengines/cntimageutility" proFile="cntimageutility.pro"/>
       
   108 </component>
       
   109 </collection>
       
   110 <collection name="pimprotocols" long-name="PIM Protocols" level="services">
       
   111 <component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
       
   112 <unit bldFile="/sf/app/contacts/pimprotocols/phonebooksync/group" mrp="/sf/app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
       
   113 </component>
       
   114 <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
       
   115 <unit bldFile="/sf/app/contacts/pimprotocols/pbap/group" mrp="/sf/app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
       
   116 </component>
       
   117 </collection>
       
   118 <collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
       
   119 <component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="^2" purpose="development" class="config PC">
       
   120 <unit mrp="/sf/app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
       
   121 </component>
       
   122 </collection>
       
   123 </block>
       
   124 </layer>
       
   125 </systemModel>
       
   126 </SystemDefinition>