equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-2007 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 project btpbap |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 |
|
21 TARGET btpbap.dll |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D 0x1020896E |
|
24 |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 START RESOURCE ../data/1020896E.RSS |
|
29 TARGET btpbap.rsc |
|
30 END // RESOURCE |
|
31 |
|
32 SOURCEPATH ../src |
|
33 |
|
34 SOURCE Pbapplugin.cpp |
|
35 SOURCE PbapProxy.cpp |
|
36 SOURCE DisconnectHelper.cpp |
|
37 |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 SYSTEMINCLUDE ../../inc |
|
43 SYSTEMINCLUDE ../../../inc |
|
44 SYSTEMINCLUDE /epoc32/include/ecom |
|
45 |
|
46 |
|
47 LIBRARY euser.lib // Kernel API |
|
48 LIBRARY ECom.lib |
|
49 LIBRARY pbapcli.lib |
|
50 LIBRARY bluetooth.lib |
|
51 DEBUGLIBRARY flogger.lib // File logging |
|
52 |