equal
deleted
inserted
replaced
|
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.dll Basic types used in general Bluetooth |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #include "../../btcommon/config.cfg" |
|
23 |
|
24 TARGET bluetooth.dll |
|
25 TARGETTYPE DLL |
|
26 |
|
27 #ifdef WINSCW |
|
28 deffile BLUETOOTH.DEF |
|
29 #else |
|
30 deffile bluetooth.def |
|
31 #endif |
|
32 |
|
33 SOURCEPATH . // btlib |
|
34 SOURCE btlib.cpp |
|
35 SOURCE btsock.cpp l2sock.cpp rfcommsock.cpp |
|
36 SOURCE uuid.cpp |
|
37 SOURCE btbaseband.cpp btsocket.cpp btsynclink.cpp btphysicallinks.cpp HCIDirectAccess.cpp |
|
38 SOURCE btdevaddr.cpp |
|
39 SOURCE eir.cpp |
|
40 SOURCE ACLSockAddr.cpp |
|
41 SOURCE pairing.cpp |
|
42 SOURCE eirpublisherbase.cpp |
|
43 SOURCE eirpublishermanufacturerspecificdata.cpp |
|
44 SOURCE physicallinkmetrics.cpp |
|
45 |
|
46 USERINCLUDE . |
|
47 USERINCLUDE ../../btcommon/inc |
|
48 USERINCLUDE ../inc |
|
49 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
50 LIBRARY euser.lib |
|
51 LIBRARY esock.lib |
|
52 LIBRARY btdevice.lib |
|
53 LIBRARY eirclient.lib |
|
54 LIBRARY charconv.lib |
|
55 LIBRARY hciserverclient.lib |
|
56 |
|
57 #include <bluetooth/btlogger.mmh> |
|
58 |
|
59 START WINS |
|
60 BASEADDRESS 0x41b00000 |
|
61 END |
|
62 |
|
63 CAPABILITY All -Tcb |
|
64 |
|
65 VENDORID 0x70000001 |
|
66 |
|
67 UNPAGED |
|
68 |
|
69 SMPSAFE |