CompilerCompatibility/os/bt/package_definition.xml
changeset 139 012b7ecead80
parent 32 f796f85fb016
child 212 a44ae815a47f
equal deleted inserted replaced
138:6892870d74c9 139:012b7ecead80
     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  <!ELEMENT systemModel (layer+)>
     8  <!ELEMENT layer (block*|collection*)*>
     8  <!ELEMENT layer (block*|collection*)*>
    47   root CDATA #IMPLIED
    47   root CDATA #IMPLIED
    48   version NMTOKEN #IMPLIED
    48   version NMTOKEN #IMPLIED
    49   prebuilt NMTOKEN #IMPLIED
    49   prebuilt NMTOKEN #IMPLIED
    50   late (Y|N) #IMPLIED
    50   late (Y|N) #IMPLIED
    51   priority CDATA #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 ]>
    52 ]>
    97 <SystemDefinition schema="2.0.1" name="Symbian^3">
    53 <SystemDefinition name="Symbian^3" schema="2.0.1">
    98 <systemModel>
    54 <systemModel>
    99 <layer name="os" long-name="OS" levels="hw services">
    55 <layer name="os" long-name="OS" levels="hw services">
   100 <block name="bt" level="services" long-name="Bluetooth" levels="adaptation hw-if plugin framework server app-if">
    56 <block name="bt" level="services" long-name="Bluetooth" levels="adaptation hw-if plugin framework server app-if">
   101 <collection name="bluetooth" long-name="Bluetooth Core" level="framework">
    57     <collection name="bluetooth" long-name="Bluetooth Core" level="framework">
   102 <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
    58      <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
   103 <unit bldFile="/sf/os/bt/bluetooth/btstack" mrp="/sf/os/bt/bluetooth/btstack/bluetooth_stack.mrp"/>
    59       <unit bldFile="/sf/os/bt/bluetooth/btstack" mrp="/sf/os/bt/bluetooth/btstack/bluetooth_stack.mrp"/>
   104 </component>
    60      </component>
   105 <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
    61      <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
   106 <unit bldFile="/sf/os/bt/bluetooth/btcomm" mrp="/sf/os/bt/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
    62       <unit bldFile="/sf/os/bt/bluetooth/btcomm" mrp="/sf/os/bt/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
   107 </component>
    63      </component>
   108 <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
    64      <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
   109 <unit bldFile="/sf/os/bt/bluetooth/btsdp" mrp="/sf/os/bt/bluetooth/btsdp/bluetooth_sdp.mrp"/>
    65       <unit bldFile="/sf/os/bt/bluetooth/btsdp" mrp="/sf/os/bt/bluetooth/btsdp/bluetooth_sdp.mrp"/>
   110 </component>
    66      </component>
   111 <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
    67      <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
   112 <unit bldFile="/sf/os/bt/bluetooth/btextnotifiers" mrp="/sf/os/bt/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
    68       <unit bldFile="/sf/os/bt/bluetooth/btextnotifiers" mrp="/sf/os/bt/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
   113 </component>
    69      </component>
   114 <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
    70      <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
   115 <unit bldFile="/sf/os/bt/bluetooth/gavdp/group" mrp="/sf/os/bt/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
    71       <unit bldFile="/sf/os/bt/bluetooth/gavdp/group" mrp="/sf/os/bt/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
   116 </component>
    72      </component>
   117 <component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development">
    73      <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
   118 <unit mrp="/sf/os/bt/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
    74       <unit bldFile="/sf/os/bt/bluetooth/btlogger/group" mrp="/sf/os/bt/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
   119 </component>
    75      </component>
   120 <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
    76      <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
   121 <unit bldFile="/sf/os/bt/bluetooth/btlogger/group" mrp="/sf/os/bt/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
    77       <unit mrp="/sf/os/bt/bluetooth/btdocs/bluetooth_documentation.mrp"/>
   122 </component>
    78      </component>
   123 <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
    79     </collection>
   124 <unit mrp="/sf/os/bt/bluetooth/btdocs/bluetooth_documentation.mrp"/>
    80     <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
   125 </component>
    81      <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
   126 </collection>
    82       <unit bldFile="/sf/os/bt/bluetoothmgmt/btmgr" mrp="/sf/os/bt/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
   127 <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
    83      </component>
   128 <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
    84      <component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config">
   129 <unit bldFile="/sf/os/bt/bluetoothmgmt/btmgr" mrp="/sf/os/bt/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
    85       <unit bldFile="/sf/os/bt/bluetoothmgmt/btconfig" mrp="/sf/os/bt/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
   130 </component>
    86      </component>
   131 <component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config">
    87      <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
   132 <unit bldFile="/sf/os/bt/bluetoothmgmt/btconfig" mrp="/sf/os/bt/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
    88       <unit bldFile="/sf/os/bt/bluetoothmgmt/btrom" mrp="/sf/os/bt/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
   133 </component>
    89      </component>
   134 <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
    90      <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
   135 <unit bldFile="/sf/os/bt/bluetoothmgmt/btrom" mrp="/sf/os/bt/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
    91       <unit bldFile="/sf/os/bt/bluetoothmgmt/bluetoothclientlib" mrp="/sf/os/bt/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
   136 </component>
    92      </component>
   137 <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
    93     </collection>
   138 <unit bldFile="/sf/os/bt/bluetoothmgmt/bluetoothclientlib" mrp="/sf/os/bt/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
    94     <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
   139 </component>
    95      <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
   140 <component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional">
    96       <unit bldFile="/sf/os/bt/bluetoothcommsprofiles/btpan/group" mrp="/sf/os/bt/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
   141 <unit mrp="/sf/os/bt/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
    97      </component>
   142 </component>
    98     </collection>
   143 </collection>
    99     <collection name="bthci" long-name="Host Controller Interface" level="server">
   144 <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
   100      <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
   145 <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
   101       <unit bldFile="/sf/os/bt/bthci/bthci2/group" mrp="/sf/os/bt/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
   146 <unit bldFile="/sf/os/bt/bluetoothcommsprofiles/btpan/group" mrp="/sf/os/bt/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
   102      </component>
   147 </component>
   103      <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
   148 </collection>
   104       <unit bldFile="/sf/os/bt/bthci/hciextensioninterface" mrp="/sf/os/bt/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
   149 <collection name="bthci" long-name="Host Controller Interface" level="server">
   105      </component>
   150 <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
   106      <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
   151 <unit bldFile="/sf/os/bt/bthci/bthci2/group" mrp="/sf/os/bt/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
   107       <unit bldFile="/sf/os/bt/bthci/hci2implementations/group" mrp="/sf/os/bt/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
   152 </component>
   108      </component>
   153 <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
   109     </collection>
   154 <unit bldFile="/sf/os/bt/bthci/hciextensioninterface" mrp="/sf/os/bt/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
   110     <collection name="irda" long-name="IrDA" level="plugin">
   155 </component>
   111      <component name="irdastack" long-name="IrDA Stack" purpose="optional">
   156 <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
   112       <unit bldFile="/sf/os/bt/irda/irdastack/group" mrp="/sf/os/bt/irda/irdastack/group/infra-red_irda.mrp"/>
   157 <unit bldFile="/sf/os/bt/bthci/hci2implementations/group" mrp="/sf/os/bt/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
   113      </component>
   158 </component>
   114     </collection>
   159 </collection>
   115     <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if"/>
   160 <collection name="irda" long-name="IrDA" level="plugin">
   116     <collection name="atext" long-name="AT Extensions" level="server">
   161 <component name="irdastack" long-name="IrDA Stack" purpose="optional">
   117      <!-- collection is really a component. Need to move down a directory -->
   162 <unit bldFile="/sf/os/bt/irda/irdastack/group" mrp="/sf/os/bt/irda/irdastack/group/infra-red_irda.mrp"/>
   118      <component name="atext_build" long-name="AT Extension Build" introduced="^3" purpose="optional" filter="s60">
   163 </component>
   119       <unit bldFile="/sf/os/bt/atext/group"/>
   164 </collection>
   120      </component>
   165 <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
   121     </collection>
   166 <component name="bluetoothsvs" long-name="Bluetooth Verification Suite" introduced="tb92" purpose="development">
   122     <collection name="bt_info" long-name="Bluetooth Info" level="app-if">
   167 <unit mrp="/sf/os/bt/bluetoothapitest/bluetoothsvs/group/bluetoothsvs.mrp"/>
   123      <component name="bt_plat" filter="s60" class="api">
   168 </component>
   124       <unit bldFile="/sf/os/bt/bt_plat/group"/>
   169 </collection>
   125      </component>
   170 <collection name="bt_info" long-name="Bluetooth Info" level="app-if">
   126      <component name="bt_metadata" long-name="Bluetooth Metadata" introduced="^3" purpose="development" class="config PC">
   171 <!-- MattD 20091102 - Added manually to stop build failures... Probably an S60 component -->
   127       <unit mrp="/sf/os/bt/bt_info/bt_metadata/bt_metadata.mrp"/>
   172       <component name="bt_plat" filter="s60" class="api">
   128      </component>
   173         <unit bldFile="/sf/os/bt/bt_plat/group"/>
   129     </collection>
   174       </component>
   130    </block>
   175 <component name="bt_metadata" long-name="Bluetooth Metadata" introduced="tb92" purpose="development" class="config PC">
       
   176 <unit mrp="/sf/os/bt/bt_info/bt_metadata/bt_metadata.mrp"/>
       
   177 </component>
       
   178 </collection>
       
   179 </block>
       
   180 </layer>
   131 </layer>
   181 </systemModel>
   132 </systemModel>
   182 </SystemDefinition>
   133 </SystemDefinition>