|
1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Bluetooth stack and communications |
|
15 // BLD.INF for Bluetooth Sub-system |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 |
|
24 // Config |
|
25 #include "../btconfig/bld.inf" |
|
26 |
|
27 // Logging code |
|
28 #include "../../bluetooth/btlogger/group/BLD.INF" |
|
29 |
|
30 // User code |
|
31 #include "../bluetoothclientlib/bld.inf" |
|
32 |
|
33 // HCI layer (API version 2) |
|
34 #include "../../bthci/bthci2/group/bld.inf" |
|
35 #include "../../bthci/hci2implementations/group/bld.inf" |
|
36 |
|
37 // Manager |
|
38 #include "../../bluetoothmgmt/btmgr/bld.inf" |
|
39 |
|
40 // Stack |
|
41 #include "../../bluetooth/btstack/bld.inf" |
|
42 |
|
43 // Remote Control |
|
44 #include "../../../devicesrv/accessoryservices/remotecontrolfw/group/bld.inf" |
|
45 |
|
46 // Profiles |
|
47 #include "../../bluetooth/gavdp/group/bld.inf" |
|
48 #include "../../bluetoothcommsprofiles/btpan/group/BLD.INF" |
|
49 |
|
50 |
|
51 // CSY |
|
52 #include "../../bluetooth/btcomm/bld.inf" |
|
53 |
|
54 // SDP |
|
55 #include "../../bluetooth/btsdp/bld.inf" |
|
56 |
|
57 // Extended notifier types |
|
58 #include "../../bluetooth/btextnotifiers/bld.inf" |
|
59 |
|
60 // HCI Proxy dll |
|
61 #include "../../bthci/hciextensioninterface/bld.inf" |
|
62 |
|
63 // Rom |
|
64 #include "../btrom/bld.inf" |
|
65 |
|
66 // Example Code |
|
67 #include "../../bluetooth/btexample/example/group/bld.inf" |
|
68 |
|
69 // Test UI |
|
70 #include "../../bluetooth/btexample/testui/bld.inf" |
|
71 |
|
72 // Subsystem Test Code |
|
73 #include "../../bluetooth/btexample/test/group/bld.inf" |
|
74 |
|
75 PRJ_EXPORTS |
|
76 // |
|
77 PRJ_MMPFILES |
|
78 // |
|
79 PRJ_TESTMMPFILES |
|
80 // |