symbian3/app/organizer/package_definition.xml
branchHighFidelityModel
changeset 39 bd4651024dad
parent 30 0f4f00318d20
child 59 7da3f5055ea5
equal deleted inserted replaced
38:12159035c0ef 39:bd4651024dad
     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="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui app">
    79       <block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui app">
   101 <collection name="pimappservices" long-name="PIM App Services" level="services">
    80         <collection name="alarmengines" long-name="Alarm Engines" level="engine">
   102 <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
    81           <component name="missedalarmstore" filter="s60" long-name="Missed Alarm Store">
   103 <unit bldFile="/sf/app/organizer/pimappservices/calendar/group" mrp="/sf/app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
    82             <unit bldFile="/sf/app/organizer/alarmengines/missedalarmstore/group"/>
   104 </component>
    83           </component>
   105 <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
    84         </collection>
   106 <unit bldFile="/sf/app/organizer/pimappservices/calendarvcalplugin/group" mrp="/sf/app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
    85         <collection name="calendarengines" long-name="Calendar Engines" level="engine">
   107 </component>
    86           <component name="versit2" filter="s60" long-name="Versit 2 iCal Parser" introduced="9.2">
   108 <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
    87             <unit bldFile="/sf/app/organizer/calendarengines/versit2/group"/>
   109 <unit mrp="/sf/app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
    88           </component>
   110 </component>
    89           <component name="agnversit2" filter="s60" long-name="Versit 2 Agenda Interface" introduced="9.2" plugin="Y">
   111 </collection>
    90             <unit bldFile="/sf/app/organizer/calendarengines/agnversit2/group"/>
   112 <collection name="pimappsupport" long-name="PIM Application Support" level="support">
    91           </component>
   113 <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
    92           <component name="caleninterimutils" filter="s60" long-name="Calendar Interim Utils" introduced="9.1">
   114 <unit bldFile="/sf/app/organizer/pimappsupport/vcardandvcal/group" mrp="/sf/app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
    93             <unit bldFile="/sf/app/organizer/calendarengines/caleninterimutils/group"/>
   115 </component>
    94           </component>
   116 <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
    95           <component name="calenimp" filter="s60" long-name="Calendar Import Wrapper" introduced="7.0s">
   117 <unit bldFile="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
    96             <unit bldFile="/sf/app/organizer/calendarengines/calenimp/group"/>
   118 </component>
    97           </component>
   119 </collection>
    98           <component name="calenlauncher" filter="s60" long-name="Calendar Launcher">
   120 <collection name="organizer_info" long-name="Organizer Application Suite Info" level="app">
    99             <unit bldFile="/sf/app/organizer/calendarengines/calenlauncher/group"/>
   121 <component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="tb91" purpose="development" class="config PC">
   100           </component>
   122 <unit mrp="/sf/app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
   101         </collection>
   123 </component>
   102         <collection name="meetingrequestengines" long-name="Meeting Request Engines" level="engine">
   124 </collection>
   103           <component name="mrmailbox" filter="s60" long-name="Meeting Request Mailbox">
   125 <collection name="s60">
   104             <unit bldFile="/sf/app/organizer/meetingrequestengines/mrmailbox/group"/>
   126 <component name="organizer">
   105           </component>
   127 <unit bldFile="/sf/app/organizer/group" mrp=""/>
   106           <component name="mrmailboxutils" filter="s60" long-name="Meeting Request Mailbox Utils" plugin="Y">
   128 </component>
   107             <unit bldFile="/sf/app/organizer/meetingrequestengines/mrmailboxutils/group"/>
   129 </collection>
   108           </component>
   130 </block>
   109         </collection>
   131 </layer>
   110         <collection name="searchfw" long-name="Search Framework" level="services">
   132 </systemModel>
   111           <component name="coresearchfw" filter="s60" long-name="Core Search Framework" introduced="^1">
       
   112             <unit bldFile="/sf/app/organizer/searchfw/coresearchfw/group"/>
       
   113           </component>
       
   114           <component name="searchfw_plugins" filter="s60" long-name="Search Plugins" introduced="^1" plugin="Y">
       
   115             <unit bldFile="/sf/app/organizer/searchfw/plugins/group"/>
       
   116           </component>
       
   117         </collection>
       
   118         <collection name="alarmui" long-name="Alarm UI" level="app">
       
   119           <!-- collection is really a component, should move down a directory -->
       
   120           <component name="alarmui_build" filter="s60" long-name="Alarm UI Build">
       
   121             <unit bldFile="/sf/app/organizer/alarmui/group"/>
       
   122           </component>
       
   123         </collection>
       
   124         <collection name="calendarui" long-name="Calendar UI" level="ui">
       
   125           <component name="calendarui_help" filter="s60" long-name="Calendar UI Help">
       
   126             <unit bldFile="/sf/app/organizer/calendarui/help/group"/>
       
   127           </component>
       
   128           <component name="commonutils" filter="s60" long-name="Calendar Common Utils">
       
   129             <unit bldFile="/sf/app/organizer/calendarui/commonutils/group"/>
       
   130           </component>
       
   131           <component name="globaldata" filter="s60" long-name="Calendar Global Data">
       
   132             <unit bldFile="/sf/app/organizer/calendarui/globaldata/group"/>
       
   133           </component>
       
   134           <component name="settings" filter="s60" long-name="Calendar Settings">
       
   135             <!-- these should be merged into a single bld.inf or split into two components -->
       
   136             <unit bldFile="/sf/app/organizer/calendarui/settings/gsplugin/group"/>
       
   137             <unit bldFile="/sf/app/organizer/calendarui/settings/settingsui/group"/>
       
   138           </component>
       
   139           <component name="customisation" filter="s60" long-name="Calendar Customisation">
       
   140             <unit bldFile="/sf/app/organizer/calendarui/customisation/group"/>
       
   141           </component>
       
   142           <component name="customisationmanager" filter="s60" long-name="Calendar Customisation Manager">
       
   143             <unit bldFile="/sf/app/organizer/calendarui/customisationmanager/group"/>
       
   144           </component>
       
   145           <component name="multicaluidialog" filter="s60" long-name="Multi-Calendar UI Dialog" introduced="^3">
       
   146             <unit bldFile="/sf/app/organizer/calendarui/multicaluidialog/group"/>
       
   147           </component>
       
   148           <component name="views" filter="s60" long-name="Calendar Views">
       
   149             <unit bldFile="/sf/app/organizer/calendarui/views/group"/>
       
   150           </component>
       
   151           <component name="calendarui_controller" filter="s60" long-name="Calendar Controller">
       
   152             <unit bldFile="/sf/app/organizer/calendarui/controller/group"/>
       
   153           </component>
       
   154           <component name="calendarui_editors" filter="s60" long-name="Calendar Editors">
       
   155             <unit bldFile="/sf/app/organizer/calendarui/editors/group"/>
       
   156           </component>
       
   157           <component name="calendarui_application" filter="s60" long-name="Calendar Application">
       
   158             <unit bldFile="/sf/app/organizer/calendarui/application/group"/>
       
   159           </component>
       
   160           <component name="missedalarmindicatorplugin" filter="s60" long-name="Missed Alarm Indicator Plugin" plugin="Y">
       
   161             <unit bldFile="/sf/app/organizer/calendarui/missedalarmindicatorplugin/group"/>
       
   162           </component>
       
   163           <component name="calendarui_server" filter="s60" long-name="Calendar Server">
       
   164             <!-- these should be merged into a single bld.inf or split into two components -->
       
   165             <unit bldFile="/sf/app/organizer/calendarui/server/calensvr/group"/>
       
   166             <unit bldFile="/sf/app/organizer/calendarui/server/calensvrclient/group"/>
       
   167           </component>
       
   168           <component name="regionalplugins" filter="s60" long-name="Calendar Regional Plugins" plugin="Y">
       
   169             <!-- these should be merged into a single bld.inf or split into four components -->
       
   170             <unit bldFile="/sf/app/organizer/calendarui/regionalplugins/calenregionalutil/group"/>
       
   171             <unit bldFile="/sf/app/organizer/calendarui/regionalplugins/lunarchinese/group"/>
       
   172             <unit bldFile="/sf/app/organizer/calendarui/regionalplugins/lunarvietnamese/group"/>
       
   173             <unit bldFile="/sf/app/organizer/calendarui/regionalplugins/thai/group"/>
       
   174           </component>
       
   175           <component name="calenaiwprovider" filter="s60" long-name="Calendar AIW Proivder" introduced="^3" plugin="Y">
       
   176             <unit bldFile="/sf/app/organizer/calendarui/calenaiwprovider/group"/>
       
   177           </component>
       
   178           <component name="calendarui_build" filter="s60" long-name="Calendar UI Build">
       
   179             <!-- split contents into separate components -->
       
   180             <unit bldFile="/sf/app/organizer/calendarui/group"/>
       
   181           </component>
       
   182         </collection>
       
   183         <collection name="meetingui" long-name="Meeting UI" level="ui">
       
   184           <component name="attendeeview" filter="s60" long-name="Attendee View">
       
   185             <unit bldFile="/sf/app/organizer/meetingui/attendeeview/group"/>
       
   186           </component>
       
   187           <component name="agnentryui" filter="s60" long-name="Agenda Entry UI" plugin="Y">
       
   188             <unit bldFile="/sf/app/organizer/meetingui/agnentryui/group"/>
       
   189           </component>
       
   190           <component name="meetingrequestutils" filter="s60" long-name="Meeting Request Utils">
       
   191             <unit bldFile="/sf/app/organizer/meetingui/meetingrequestutils/group"/>
       
   192           </component>
       
   193           <component name="meetingrequestviewers" filter="s60" long-name="Meeting Request Viewers" plugin="Y">
       
   194             <unit bldFile="/sf/app/organizer/meetingui/meetingrequestviewers/group"/>
       
   195           </component>
       
   196           <component name="meetingui_build" filter="s60" long-name="Meeting UI Build">
       
   197             <!-- split contents into separate components -->
       
   198             <unit bldFile="/sf/app/organizer/meetingui/group"/>
       
   199           </component>
       
   200         </collection>
       
   201         <collection name="clock2" long-name="Clock" level="app">
       
   202           <component name="clockengines" filter="s60" long-name="Clock Engines">
       
   203             <unit bldFile="/sf/app/organizer/clock2/clockengines/group"/>
       
   204           </component>
       
   205           <component name="clockui" filter="s60" long-name="Clock UI">
       
   206             <unit bldFile="/sf/app/organizer/clock2/clockui/group"/>
       
   207           </component>
       
   208           <component name="clock2_help" filter="s60" long-name="Clock Help">
       
   209             <unit bldFile="/sf/app/organizer/clock2/help/group"/>
       
   210           </component>
       
   211           <component name="clock2_build" filter="s60" long-name="Clock Build">
       
   212             <!-- split contents into separate components, or just make this one component -->
       
   213             <unit bldFile="/sf/app/organizer/clock2/group"/>
       
   214           </component>
       
   215         </collection>
       
   216         <collection name="notepad" long-name="Notepad" level="ui">
       
   217           <component name="notepad_help" filter="s60" long-name="Notepad Help">
       
   218             <unit bldFile="/sf/app/organizer/notepad/help/group"/>
       
   219           </component>
       
   220           <component name="notepad1" filter="s60" long-name="Notepad Application 1">
       
   221             <unit bldFile="/sf/app/organizer/notepad/notepad1/group"/>
       
   222           </component>
       
   223           <component name="txtrecog" filter="s60" long-name="Text Recognizer" plugin="Y">
       
   224             <unit bldFile="/sf/app/organizer/notepad/txtrecog/group"/>
       
   225           </component>
       
   226         </collection>
       
   227         <collection name="searchui" long-name="Search UI" level="app">
       
   228           <!-- consider making this a single component -->
       
   229           <component name="searchui_help" filter="s60" long-name="Search UI Help">
       
   230             <unit bldFile="/sf/app/organizer/searchui/help/group"/>
       
   231           </component>
       
   232           <component name="searchapp" filter="s60" long-name="Search Application">
       
   233             <unit bldFile="/sf/app/organizer/searchui/searchapp/group"/>
       
   234           </component>
       
   235         </collection>
       
   236         <collection name="pimappservices" long-name="PIM Application Services" level="services">
       
   237           <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
       
   238             <unit bldFile="/sf/app/organizer/pimappservices/calendar/group" mrp="/sf/app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
       
   239           </component>
       
   240           <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
       
   241             <unit bldFile="/sf/app/organizer/pimappservices/calendarvcalplugin/group" mrp="/sf/app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
       
   242           </component>
       
   243           <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
       
   244             <unit mrp="/sf/app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
       
   245           </component>
       
   246         </collection>
       
   247         <collection name="pimappsupport" long-name="PIM Application Support" level="support">
       
   248           <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
       
   249             <unit bldFile="/sf/app/organizer/pimappsupport/vcardandvcal/group" mrp="/sf/app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
       
   250           </component>
       
   251           <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
       
   252             <unit bldFile="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
       
   253           </component>
       
   254         </collection>
       
   255         <collection name="organizer_info" long-name="Organizer Application Suite Info" level="app">
       
   256           <component name="organizer_pub" filter="s60" long-name="Organizer Application Suite Public Interfaces" class="api">
       
   257             <unit bldFile="/sf/app/organizer/organizer_pub/group"/>
       
   258           </component>
       
   259           <component name="organizer_plat" filter="s60" long-name="Organizer Application Suite Platform Interfaces" class="api">
       
   260             <unit bldFile="/sf/app/organizer/organizer_plat/group"/>
       
   261           </component>
       
   262           <component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="^2" purpose="development" class="config PC">
       
   263             <unit mrp="/sf/app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
       
   264           </component>
       
   265         </collection>
       
   266       </block>
       
   267     </layer>
       
   268   </systemModel>
   133 </SystemDefinition>
   269 </SystemDefinition>