tip_pbc/mw/serviceapi/package_definition.xml
changeset 355 0357197762a6
child 361 e1a3c78941f2
equal deleted inserted replaced
354:8a720eca298e 355:0357197762a6
       
     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 schema="2.0.1" name="Symbian^4">
       
    54  <systemModel>
       
    55   <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="serviceapi" level="specific" levels="os mw1 mw2 app" long-name="Service API">
       
    57 <!-- should break up this collection into something meaningful -->
       
    58 <collection name="serviceproviders" long-name="Service Providers" level="mw1">
       
    59 <!-- are commented out components to be removed? -->
       
    60 <component name="sapi_contacts_vpbk" long-name="Contacts Phonebook SAPI" filter="s60" purpose="optional" plugin="Y" class="placeholder">
       
    61 <!--<unit bldFile="serviceproviders/sapi_contacts_vpbk/group"/>-->
       
    62 </component>
       
    63 <component name="sapi_location" long-name="Location SAPI" filter="s60" purpose="optional" plugin="Y">
       
    64 <unit bldFile="/sf/mw/serviceapi/serviceproviders/sapi_location/group"/>
       
    65 </component>
       
    66 <component name="sapi_mediamanagement" long-name="Media Management SAPI" filter="s60" purpose="optional" plugin="Y">
       
    67 <unit bldFile="/sf/mw/serviceapi/serviceproviders/sapi_mediamanagement/group"/>
       
    68 </component>
       
    69 <component name="sapi_landmarks" long-name="Landmarks SAPI" filter="s60" purpose="optional" plugin="Y">
       
    70 <unit bldFile="/sf/mw/serviceapi/serviceproviders/sapi_landmarks/group"/>
       
    71 </component>
       
    72 <component name="sapi_messaging" long-name="Messaging SAPI" filter="s60" purpose="optional" plugin="Y" class="placeholder">
       
    73 <!-- <unit bldFile="serviceproviders/sapi_messaging/group"/> -->
       
    74 </component>
       
    75 <component name="sapi_applicationmanager" long-name="Application Manager SAPI" filter="s60" purpose="optional" plugin="Y" class="placeholder">
       
    76 <!--  <unit bldFile="serviceproviders/sapi_applicationmanager/group"/>-->
       
    77 </component>
       
    78 <component name="sapi_calendar" long-name="Calendar SAPI" filter="s60" purpose="optional" plugin="Y" class="placeholder">
       
    79 <!-- <unit bldFile="serviceproviders/sapi_calendar/group"/> -->
       
    80 </component>
       
    81 <component name="sapi_logging" long-name="Logging SAPI" filter="s60" purpose="optional" plugin="Y">
       
    82 <unit bldFile="/sf/mw/serviceapi/serviceproviders/sapi_logging/group"/>
       
    83 </component>
       
    84 <component name="sapi_sensor" long-name="Sensor SAPI" filter="s60" purpose="optional" plugin="Y">
       
    85 <unit bldFile="/sf/mw/serviceapi/serviceproviders/sapi_sensor/group"/>
       
    86 </component>
       
    87 <component name="sapi_sysinfo" long-name="Sysinfo SAPI" filter="s60" purpose="optional" plugin="Y">
       
    88 <unit bldFile="/sf/mw/serviceapi/serviceproviders/sapi_sysinfo/group"/>
       
    89 </component>
       
    90 <component name="sapi_serviceregistry" long-name="Service Registry SAPI" filter="s60" purpose="optional" plugin="Y">
       
    91 <unit bldFile="/sf/mw/serviceapi/serviceproviders/sapi_serviceregistry/group"/>
       
    92 </component>
       
    93 <component name="jsapi" long-name="Javascript API" filter="s60" purpose="optional" plugin="Y">
       
    94 <unit bldFile="/sf/mw/serviceapi/serviceproviders/jsapi/group"/>
       
    95 </component>
       
    96 <component name="serviceproviders_build" long-name="Service API Build" filter="s60" purpose="optional">
       
    97 <!--  distribute the exports or make this a ROM component by removing the #includes -->
       
    98 <unit bldFile="/sf/mw/serviceapi/serviceproviders/group"/>
       
    99 </component>
       
   100 </collection>
       
   101 </block>
       
   102   </layer>
       
   103  </systemModel>
       
   104 </SystemDefinition>