|
1 /* |
|
2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project definition file for BTMAC |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include "../inc/btmac/prjconfig.h" |
|
20 |
|
21 TARGET btmac.dll |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D 0x101F4689 |
|
24 |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 START RESOURCE ../data/101f4689.rss |
|
29 TARGET btmac.rsc |
|
30 END |
|
31 |
|
32 |
|
33 SOURCEPATH ../src/btmac |
|
34 SOURCE btmproxy.cpp |
|
35 SOURCE btmman.cpp |
|
36 SOURCE btmrfcommsock.cpp |
|
37 SOURCE btmsyncsock.cpp |
|
38 SOURCE btmsockobserver.cpp |
|
39 SOURCE btmactive.cpp |
|
40 SOURCE btmstate.cpp |
|
41 SOURCE btmsidle.cpp |
|
42 SOURCE btmsconnect.cpp |
|
43 SOURCE btmslisten.cpp |
|
44 SOURCE btmsinuse.cpp |
|
45 SOURCE btmsrfcomm.cpp |
|
46 SOURCE btmsctrl.cpp |
|
47 SOURCE btmssniffm.cpp |
|
48 SOURCE btmsopenaudio.cpp |
|
49 SOURCE btmscloseaudio.cpp |
|
50 SOURCE btmsaudio.cpp |
|
51 SOURCE btmstempd.cpp |
|
52 SOURCE btmsreconnect.cpp |
|
53 SOURCE btmsdisconnect.cpp |
|
54 |
|
55 USERINCLUDE ../inc/btmac ../common |
|
56 SYSTEMINCLUDE ../../inc ../../../inc /epoc32/include/ecom |
|
57 MW_LAYER_SYSTEMINCLUDE |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY euser.lib |
|
60 LIBRARY esock.lib |
|
61 LIBRARY centralrepository.lib |
|
62 |
|
63 #ifdef PRJ_USE_STUB |
|
64 LIBRARY bluetooth_stub.lib |
|
65 LIBRARY BTMonoCmdHandler_stub.lib |
|
66 LIBRARY bteng_stub.lib |
|
67 #else |
|
68 LIBRARY bluetooth.lib |
|
69 LIBRARY BTMonoCmdHandler.lib |
|
70 #endif |
|
71 LIBRARY atcodec.lib |
|
72 |
|
73 LIBRARY btdevice.lib // BT Device |
|
74 LIBRARY BAFL.lib // Des array |
|
75 LIBRARY btengdiscovery.lib |
|
76 |
|
77 #ifdef PRJ_FILE_TRACE |
|
78 LIBRARY flogger.lib |
|
79 #endif |
|
80 |
|
81 |
|
82 // End of File |