symbian3/mw/shortlinkconn/package_definition.xml
changeset 30 0f4f00318d20
parent 15 6980ebf0690e
child 46 c94b55c3fb61
child 138 6892870d74c9
equal deleted inserted replaced
29:739e3e407bf8 30:0f4f00318d20
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <SystemDefinition name="foundation" schema="2.0.1">
     2 <!DOCTYPE SystemDefinition [
       
     3  <!ELEMENT SystemDefinition (systemModel?,SystemBuild?)>
       
     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  <!ELEMENT SystemBuild (option*|target+|targetList+|list+|configuration+)*>
       
    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 ]>
       
    97 <SystemDefinition schema="2.0.1" name="Symbian^3">
     3 <systemModel>
    98 <systemModel>
     4 <layer name="mw" long-name="Middleware" levels="generic specific">
    99 <layer name="mw">
     5 <block name="shortlinkconn" long-name="Shortlink Connectivity" tech_domain="de" level="generic" levels="framework server generic specific plugin">
   100 <block name="shortlinkconn">
     6     <collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework">
   101 <collection name="s60">
     7      <component name="bteng" long-name="Bluetooth Engine" origin-model="foundation">
   102 <component name="shortlinkconn">
     8       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/bteng/group"/>
   103 <unit bldFile="/sf/mw/shortlinkconn/group" mrp=""/>
     9      </component>
   104 </component>
    10      <component name="btnotif" long-name="Bluetooth Notifier" origin-model="foundation">
   105 </collection>
    11       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btnotif/group"/>
   106 </block>
    12       <!-- <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btnotif/tsrc/btnotifapitest/group"/> -->
       
    13      </component>
       
    14      <component name="btaudioman" long-name="Bluetooth Audio Man" origin-model="foundation">
       
    15       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btaudioman/group"/>
       
    16      </component>
       
    17      <component name="btmac" long-name="Bluetooth Mac" origin-model="foundation">
       
    18       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btmac/group"/>
       
    19      </component>
       
    20      <component name="btsac" long-name="Bluetooth SAC" origin-model="foundation">
       
    21       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btsac/group"/>
       
    22      </component>
       
    23      <component name="btaudiostreamer" long-name="Bluetooth Audio Streamer" origin-model="foundation">
       
    24       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btaudiostreamer/group"/>
       
    25       <!-- <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btaudiostreamer/tsrc/btaudiostreamerapitest/group"/> -->
       
    26      </component>
       
    27      <component name="btsap" long-name="Bluetooth SAP" origin-model="foundation">
       
    28       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btsap/group"/>
       
    29      </component>
       
    30      <component name="btui" long-name="Bluetooth UI" origin-model="foundation">
       
    31       <!-- <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btui/ecom/group"/> -->
       
    32       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btui/group"/>
       
    33      </component>
       
    34      <component name="btpbap" long-name="Bluetooth PBAP" origin-model="foundation">
       
    35       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/btpbap/group"/>
       
    36      </component>
       
    37      <component name="bthid" long-name="BTHID" origin-model="foundation">
       
    38       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/bthid/group"/>
       
    39      </component>
       
    40      <component unofficial="yes" name="bluetoothengine_build" long-name="Bluetooth Engine Build" origin-model="foundation">
       
    41       <unit bldFile="/sf/mw/shortlinkconn/bluetoothengine/group"/>
       
    42      </component>
       
    43     </collection>
       
    44     <collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
       
    45      <component name="atext" long-name="Atext" origin-model="foundation">
       
    46       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/atext/group"/>
       
    47      </component>
       
    48      <component name="locod" long-name="Locod" origin-model="foundation">
       
    49       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/locod/group"/>
       
    50      </component>
       
    51      <component name="obexserviceman" long-name="Obex Service Man" origin-model="foundation">
       
    52       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexserviceman/group"/>
       
    53      </component>
       
    54      <component name="obexsendservices" long-name="Obex Send Services" origin-model="foundation">
       
    55       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexsendservices/group"/>
       
    56      </component>
       
    57      <component name="obexreceiveservices" long-name="OBEX Receive Services" origin-model="foundation">
       
    58       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexreceiveservices/group"/>
       
    59      </component>
       
    60      <component name="dun" long-name="Dun" origin-model="foundation">
       
    61       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/dun/group"/>
       
    62      </component>
       
    63      <component name="lcstylustap" long-name="LC Stylus Tap" origin-model="foundation">
       
    64       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/lcstylustap/group"/>
       
    65      </component>
       
    66      <component name="generichid" long-name="Generic HID" origin-model="foundation">
       
    67       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/generichid/group"/>
       
    68      </component>
       
    69      <component unofficial="yes" name="localconnectivityservice_build" long-name="Local Connectivity Service Build" origin-model="foundation">
       
    70       <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/group"/>
       
    71      </component>
       
    72     </collection>
       
    73     <collection name="usbclasses" long-name="USB classes" level="framework">
       
    74      <component name="usbobexclasscontroller" long-name="USB Obex Class Controller" origin-model="foundation">
       
    75       <unit bldFile="/sf/mw/shortlinkconn/usbclasses/usbobexclasscontroller/group"/>
       
    76       <!-- <unit bldFile="/sf/mw/shortlinkconn/usbclasses/usbobexclasscontroller/tsrc/group"/> -->
       
    77      </component>
       
    78      <component name="usbbasicpersonality" long-name="USB Basic Personality" origin-model="foundation">
       
    79       <unit bldFile="/sf/mw/shortlinkconn/usbclasses/usbbasicpersonality/group"/>
       
    80      </component>
       
    81      <component name="usbmscpersonality" long-name="USB Msc Personality" origin-model="foundation">
       
    82       <unit bldFile="/sf/mw/shortlinkconn/usbclasses/usbmscpersonality/group"/>
       
    83      </component>
       
    84      <component name="ptpstack" long-name="Ptp Stack" origin-model="foundation">
       
    85       <unit bldFile="/sf/mw/shortlinkconn/usbclasses/ptpstack/group"/>
       
    86      </component>
       
    87      <component name="sicdusbplugin" long-name="Sicd USB Plugin" origin-model="foundation">
       
    88       <unit bldFile="/sf/mw/shortlinkconn/usbclasses/sicdusbplugin/group"/>
       
    89      </component>
       
    90      <component name="ptpserver" long-name="Ptp Server" origin-model="foundation">
       
    91       <unit bldFile="/sf/mw/shortlinkconn/usbclasses/ptpserver/group"/>
       
    92       <!-- <unit bldFile="/sf/mw/shortlinkconn/usbclasses/ptpserver/ptpclasscontroller/group"/> -->
       
    93      </component>
       
    94      <component name="pictbridgeengine" long-name="Pictbridge Engine" origin-model="foundation">
       
    95       <unit bldFile="/sf/mw/shortlinkconn/usbclasses/pictbridgeengine/group"/>
       
    96      </component>
       
    97      <component name="usbosdescriptorhandler" long-name="USB Os Descriptor Handler" origin-model="foundation"/>
       
    98     </collection>
       
    99     <collection name="usbengines" long-name="USB Engines" level="generic">
       
   100      <component name="usbwatcher" long-name="USB Watcher" origin-model="foundation">
       
   101       <unit bldFile="/sf/mw/shortlinkconn/usbengines/usbwatcher/group"/>
       
   102      </component>
       
   103      <component name="usblocodplugin" long-name="USB Locod Plugin" origin-model="foundation">
       
   104       <unit bldFile="/sf/mw/shortlinkconn/usbengines/usblocodplugin/group"/>
       
   105       <!-- <unit bldFile="/sf/mw/shortlinkconn/usbengines/usblocodplugin/tsrc/group"/> -->
       
   106      </component>
       
   107      <component name="usbdevcon" long-name="USB Devcon" origin-model="foundation">
       
   108       <unit bldFile="/sf/mw/shortlinkconn/usbengines/usbdevcon/group"/>
       
   109      </component>
       
   110      <component name="usbremotepersonality" long-name="USB Remote Personality" origin-model="foundation">
       
   111       <unit bldFile="/sf/mw/shortlinkconn/usbengines/usbremotepersonality/group"/>
       
   112      </component>
       
   113     </collection>
       
   114     <collection name="usbuis" long-name="USB UIs" level="specific">
       
   115      <component name="usbui" long-name="USB UI" origin-model="foundation">
       
   116       <unit bldFile="/sf/mw/shortlinkconn/usbuis/usbui/group"/>
       
   117       <!-- <unit bldFile="/sf/mw/shortlinkconn/usbuis/usbui/tsrc/usbuiapitest/group"/> -->
       
   118      </component>
       
   119      <component name="usbuinotif" long-name="USB UI Notif" origin-model="foundation">
       
   120       <unit bldFile="/sf/mw/shortlinkconn/usbuis/usbuinotif/group"/>
       
   121       <!-- <unit bldFile="/sf/mw/shortlinkconn/usbuis/usbuinotif/tsrc/usbuinotifapitest/group"/> -->
       
   122      </component>
       
   123      <component name="imageprintuiprovider" long-name="ImagePrint UI Provider" origin-model="foundation">
       
   124       <unit bldFile="/sf/mw/shortlinkconn/usbuis/imageprintuiprovider/group"/>
       
   125      </component>
       
   126      <component name="usbimageprintui" long-name="ImagePrint UI" origin-model="foundation">
       
   127       <unit bldFile="/sf/mw/shortlinkconn/usbuis/imageprintui/group"/>
       
   128      </component>
       
   129     </collection>
       
   130     <collection name="obex" long-name="OBEX" level="generic">
       
   131      <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
       
   132       <unit bldFile="/sf/mw/shortlinkconn/obex/obexprotocol/group" mrp="/sf/mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
       
   133      </component>
       
   134      <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
       
   135       <unit bldFile="/sf/mw/shortlinkconn/obex/obexextensionapi/group" mrp="/sf/mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
       
   136      </component>
       
   137     </collection>
       
   138     <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
       
   139      <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
       
   140       <unit bldFile="/sf/mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="/sf/mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
       
   141      </component>
       
   142     </collection>
       
   143     <collection name="shortlinkconn_info" long-name="Shortlink Connectivity Info" level="plugin">
       
   144      <component unofficial="yes" name="shortlinkconn_pub" long-name="Shortlink Connectivity Public Interfaces" class="api" origin-model="foundation">
       
   145       <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_pub/group"/>
       
   146      </component>
       
   147      <component unofficial="yes" name="public" origin-model="foundation">
       
   148       <!-- <unit bldFile="/sf/mw/shortlinkconn/tsrc/public/basic/group"/> -->
       
   149      </component>
       
   150      <component unofficial="yes" name="shortlinkconn_plat" long-name="Shortlink Connectivity Platform Interfaces" class="api" origin-model="foundation">
       
   151       <!-- <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/bluetooth_engine_settings_api/tsrc/group"/> -->
       
   152       <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/group"/>
       
   153      </component>
       
   154      <component unofficial="yes" name="shortlinkconn_build" long-name="Shortlink Connectivity Build" origin-model="foundation">
       
   155       <unit bldFile="/sf/mw/shortlinkconn/group"/>
       
   156      </component>
       
   157     <component name="shortlinkconn_metadata" long-name="Shortlink Connectivity Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
       
   158       <unit mrp="/sf/mw/shortlinkconn/shortlinkconn_info/shortlinkconn_metadata/shortlinkconn_metadata.mrp"/>
       
   159      </component>
       
   160     </collection>
       
   161    </block>
       
   162 </layer>
   107 </layer>
   163 </systemModel>
   108 </systemModel>
   164 </SystemDefinition>
   109 </SystemDefinition>