symbian3/mw/shortlinkconn/package_definition.xml
changeset 221 8a4e19e9409a
parent 220 8e654e2b9afc
child 224 535757f33d07
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^3" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56 <block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
       
    57 <!-- Package is pending removal. Contents to be moved to remoteconn and btservices -->
       
    58 <collection name="shortlinkconn_plat" long-name="Shortlink Connectivity Platform Interfaces" level="plugin">
       
    59 <component name="obex_service_utils_api" long-name="OBEX Service Utils API" filter="s60" class="api">
       
    60 <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/obex_service_utils_api/group"/>
       
    61 </component>
       
    62 <component name="obex_service_plugin_api" long-name="OBEX Service Plugin API" filter="s60" class="api">
       
    63 <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/obex_service_plugin_api/group"/>
       
    64 </component>
       
    65 <component name="dialup_connection_status_api" long-name="Dial-up Connection Status API" filter="s60" class="api">
       
    66 <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/dialup_connection_status_api/group"/>
       
    67 </component>
       
    68 <component name="dun_secondary_display_notification_api" long-name="DUN Secondary Display Notification API" filter="s60" class="api">
       
    69 <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/dun_secondary_display_notification_api/group"/>
       
    70 </component>
       
    71 <component name="obex_secondary_display_notification_api" long-name="OBEX Secondary Display Notification API" filter="s60" class="api">
       
    72 <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/obex_secondary_display_notification_api/group"/>
       
    73 </component>
       
    74 <component name="generic_hid_api" long-name="Generic HID API" filter="s60" class="api">
       
    75 <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/generic_hid_api/group"/>
       
    76 </component>
       
    77 <component name="locod_bearer_plugin_api" long-name="Locod Bearer Plugin API" filter="s60" class="api">
       
    78 <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/locod_bearer_plugin_api/group"/>
       
    79 </component>
       
    80 <component name="usb_obexservicemanager_client_api" long-name="USB OBEX Service Manager Client API" filter="s60" class="api">
       
    81 <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/usb_obexservicemanager_client_api/group"/>
       
    82 </component>
       
    83 </collection>
       
    84 <collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
       
    85 <component name="locod" long-name="Local Connectivity Daemon">
       
    86 <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/locod/group"/>
       
    87 </component>
       
    88 <component name="obexserviceman" long-name="OBEX Service Managar">
       
    89 <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexserviceman/group"/>
       
    90 </component>
       
    91 <component name="obexsendservices" long-name="OBEX Send Services">
       
    92 <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexsendservices/group"/>
       
    93 </component>
       
    94 <component name="obexreceiveservices" long-name="OBEX Receive Services">
       
    95 <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexreceiveservices/group"/>
       
    96 </component>
       
    97 <component name="dun" long-name="Dial Up Networking">
       
    98 <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/dun/group"/>
       
    99 </component>
       
   100 <component name="lcstylustap" long-name="LC Stylus Tap Plugins" plugin="Y">
       
   101 <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/lcstylustap/group"/>
       
   102 </component>
       
   103 <component name="generichid" long-name="Generic HID">
       
   104 <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/generichid/group"/>
       
   105 </component>
       
   106 <component name="headset" long-name="Headset">
       
   107 <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/headset/group"/>
       
   108 </component>
       
   109 </collection>
       
   110 </block>
       
   111 </layer>
       
   112 </systemModel>
       
   113 </SystemDefinition>