equal
deleted
inserted
replaced
|
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 BTMonoBearer |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <remcon/remconservercaps.mmh> |
|
20 #include <platform_paths.hrh> |
|
21 #include "../inc/btmonobearer/prjconfig.h" |
|
22 |
|
23 TARGET btmonobearer.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009d8d 0x10204DB2 |
|
26 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 START RESOURCE ../data/10204DB2.rss |
|
30 target btmonobearer.rsc |
|
31 END |
|
32 |
|
33 SOURCEPATH ../src/btmonobearer |
|
34 |
|
35 SOURCE bmbplugin.cpp |
|
36 SOURCE bmbmain.cpp |
|
37 SOURCE bmbcmdlistener.cpp |
|
38 SOURCE playercontrolistener.cpp |
|
39 |
|
40 USERINCLUDE ../inc/btmonobearer ../common |
|
41 SYSTEMINCLUDE ../../inc ../../../inc /epoc32/include/ecom |
|
42 MW_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY bluetooth.lib |
|
46 LIBRARY remconbearerplugin.lib |
|
47 LIBRARY remcontypes.lib |
|
48 LIBRARY ATCodec.lib |
|
49 |
|
50 #ifdef PRJ_FILE_TRACE |
|
51 LIBRARY flogger.lib |
|
52 #endif |
|
53 |