symbian3/os/shortlinksrv/package_definition.xml
changeset 30 0f4f00318d20
parent 15 6980ebf0690e
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="os" long-name="OS" levels="hw services">
    99 <layer name="os">
     5 <block name="shortlinksrv" long-name="Short Link Services" tech_domain="de" level="services" levels="adaptation hw-if plugin framework server app-if">
   100 <block name="shortlinksrv">
     6     <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
   101 <collection name="s60">
     7      <component name="bluetoothsvs" long-name="Bluetooth Verification Suite" introduced="tb91" purpose="development" plugin="N" origin-model="Symbian">
   102 <component name="shortlinksrv">
     8       <unit mrp="/sf/os/shortlinksrv/bluetoothapitest/bluetoothsvs/group/bluetoothsvs.mrp"/>
   103 <unit bldFile="/sf/os/shortlinksrv/group" mrp=""/>
     9      </component>
   104 </component>
    10     </collection>
   105 </collection>
    11     <collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
   106 </block>
    12      <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional" plugin="N" origin-model="Symbian">
       
    13       <unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
       
    14      </component>
       
    15     </collection>
       
    16     <collection name="bluetooth" long-name="Bluetooth" level="framework">
       
    17      <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
       
    18       <unit bldFile="/sf/os/shortlinksrv/bluetooth/btstack" mrp="/sf/os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
       
    19      </component>
       
    20      <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y" origin-model="Symbian">
       
    21       <unit bldFile="/sf/os/shortlinksrv/bluetooth/btcomm" mrp="/sf/os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
       
    22      </component>
       
    23      <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
       
    24       <unit bldFile="/sf/os/shortlinksrv/bluetooth/btsdp" mrp="/sf/os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
       
    25      </component>
       
    26      <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
       
    27       <unit bldFile="/sf/os/shortlinksrv/bluetooth/btextnotifiers" mrp="/sf/os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
       
    28      </component>
       
    29      <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional" plugin="N" origin-model="Symbian">
       
    30       <unit bldFile="/sf/os/shortlinksrv/bluetooth/gavdp/group" mrp="/sf/os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
       
    31      </component>
       
    32      <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development" plugin="N" origin-model="Symbian">
       
    33       <unit mrp="/sf/os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
       
    34      </component>
       
    35      <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
       
    36       <unit bldFile="/sf/os/shortlinksrv/bluetooth/btlogger/group" mrp="/sf/os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
       
    37      </component>
       
    38      <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
       
    39       <unit mrp="/sf/os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
       
    40      </component>
       
    41     </collection>
       
    42     <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
       
    43      <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
       
    44       <unit bldFile="/sf/os/shortlinksrv/bluetoothmgmt/btmgr" mrp="/sf/os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
       
    45      </component>
       
    46      <component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config" plugin="N" origin-model="Symbian">
       
    47       <unit bldFile="/sf/os/shortlinksrv/bluetoothmgmt/btconfig" mrp="/sf/os/shortlinksrv/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
       
    48      </component>
       
    49      <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
       
    50       <unit bldFile="/sf/os/shortlinksrv/bluetoothmgmt/btrom" mrp="/sf/os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
       
    51      </component>
       
    52      <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
       
    53       <unit bldFile="/sf/os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="/sf/os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
       
    54      </component>
       
    55      <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional" plugin="N" origin-model="Symbian">
       
    56       <unit mrp="/sf/os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
       
    57      </component>
       
    58     </collection>
       
    59     <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
       
    60      <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y" origin-model="Symbian">
       
    61       <unit bldFile="/sf/os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="/sf/os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
       
    62      </component>
       
    63     </collection>
       
    64     <collection name="bthci" long-name="Host Controller Interface" level="server">
       
    65      <component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
       
    66       <unit bldFile="/sf/os/shortlinksrv/bthci/bthci1" mrp="/sf/os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
       
    67      </component>
       
    68      <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional" plugin="N" origin-model="Symbian">
       
    69       <unit bldFile="/sf/os/shortlinksrv/bthci/bthci2/group" mrp="/sf/os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
       
    70      </component>
       
    71      <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional" plugin="N" origin-model="Symbian">
       
    72       <unit bldFile="/sf/os/shortlinksrv/bthci/hciextensioninterface" mrp="/sf/os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
       
    73      </component>
       
    74      <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y" origin-model="Symbian">
       
    75       <unit bldFile="/sf/os/shortlinksrv/bthci/hci2implementations/group" mrp="/sf/os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
       
    76      </component>
       
    77     </collection>
       
    78     <collection name="usbmgmt" long-name="USB Management" level="server">
       
    79      <component name="usbmgr" long-name="USB Manager" purpose="optional" plugin="N" origin-model="Symbian">
       
    80       <unit bldFile="/sf/os/shortlinksrv/usbmgmt/usbmgr/group" mrp="/sf/os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
       
    81      </component>
       
    82      <component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development" plugin="N" origin-model="Symbian">
       
    83       <unit mrp="/sf/os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
       
    84      </component>
       
    85      <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc" plugin="N" origin-model="Symbian">
       
    86       <unit mrp="/sf/os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
       
    87      </component>
       
    88     </collection>
       
    89     <collection name="irda" long-name="IrDA" level="plugin">
       
    90      <component name="irdastack" long-name="IrDA Stack" purpose="optional" plugin="N" origin-model="Symbian">
       
    91       <unit bldFile="/sf/os/shortlinksrv/irda/irdastack/group" mrp="/sf/os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
       
    92      </component>
       
    93     </collection>
       
    94     <collection name="shortlinksrv_info" long-name="Short Link Services Info" level="app-if">
       
    95      <component unofficial="yes" name="shortlinksrv_build" origin-model="foundation">
       
    96       <unit bldFile="/sf/os/shortlinksrv/group"/>
       
    97      </component>
       
    98      <component unofficial="yes" name="shortlinksrv_plat" class="api" origin-model="foundation">
       
    99       <unit bldFile="/sf/os/shortlinksrv/shortlinksrv_plat/group"/>
       
   100      </component>
       
   101     <component name="shortlinksrv_metadata" long-name="Short Link Services Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
       
   102       <unit mrp="/sf/os/shortlinksrv/shortlinksrv_info/shortlinksrv_metadata/shortlinksrv_metadata.mrp"/>
       
   103      </component>
       
   104     </collection>
       
   105    </block>
       
   106 </layer>
   107 </layer>
   107 </systemModel>
   108 </systemModel>
   108 </SystemDefinition>
   109 </SystemDefinition>