equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-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 DUN BT plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET dunbt.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x101F6E2D 0x101F6E2B |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src/bt |
|
29 SOURCE DunBtPlugin.cpp |
|
30 SOURCE DunBtListen.cpp |
|
31 |
|
32 USERINCLUDE ../inc/bt ../../utils/inc |
|
33 |
|
34 MW_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 // Note: |
|
37 // The only other SYSTEMINCLUDE should you shall add are Symbian specific ones. |
|
38 // If there is a S60 header in the subdirectory then that should be |
|
39 // added into the include statements (like #include <phonebook/header.h>) |
|
40 //SYSTEMINCLUDE /epoc32/include/ecom |
|
41 SYSTEMINCLUDE ../../../inc |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY esock.lib |
|
45 LIBRARY btengdiscovery.lib |
|
46 LIBRARY bluetooth.lib |
|
47 LIBRARY dunutils.lib |
|
48 DEBUGLIBRARY flogger.lib |