29
|
1 |
/*
|
|
2 |
* Copyright (c) 2006-2008 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 utilities
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// Define the following flag to enable network side logging.
|
|
20 |
// This makes it possible to test AT commands with idle Telephony/RComm.
|
|
21 |
// Note that because RComm is a stub the only way to test the connection
|
|
22 |
// is via RSocket (Bluetooth).
|
|
23 |
|
|
24 |
#undef ENABLE_NETWORK_STUBS
|
|
25 |
|
|
26 |
#include <data_caging_paths.hrh>
|
|
27 |
#include <platform_paths.hrh>
|
|
28 |
|
|
29 |
#ifdef ENABLE_NETWORK_STUBS
|
|
30 |
MACRO PRJ_USE_NETWORK_STUBS
|
|
31 |
#define PRJ_USE_NETWORK_STUBS
|
|
32 |
#endif // ENABLE_NETWORK_STUBS
|
|
33 |
|
|
34 |
TARGET dunutils.dll
|
|
35 |
TARGETTYPE DLL
|
|
36 |
UID 0x1000008d 0x101F6E2A
|
|
37 |
|
|
38 |
CAPABILITY CAP_GENERAL_DLL
|
|
39 |
VENDORID VID_DEFAULT
|
|
40 |
|
|
41 |
SOURCEPATH ../src
|
|
42 |
SOURCE DunStream.cpp
|
|
43 |
SOURCE DunUpstream.cpp
|
|
44 |
SOURCE DunDownstream.cpp
|
|
45 |
SOURCE DunSignalCopy.cpp
|
|
46 |
SOURCE DunSignalNotify.cpp
|
|
47 |
SOURCE DunSignalWaiter.cpp
|
|
48 |
SOURCE DunDataWaiter.cpp
|
|
49 |
SOURCE DunNetDataport.cpp
|
|
50 |
SOURCE DunTransUtils.cpp
|
|
51 |
SOURCE DunTransporter.cpp
|
|
52 |
SOURCE DunChanMan.cpp
|
|
53 |
SOURCE DunDataPusher.cpp
|
|
54 |
SOURCE DunNoteHandler.cpp
|
|
55 |
SOURCE DunUtils.cpp
|
|
56 |
|
|
57 |
MW_LAYER_SYSTEMINCLUDE
|
|
58 |
|
35
|
59 |
USERINCLUDE ../inc ../../atext/inc
|
|
60 |
USERINCLUDE ../../../inc
|
29
|
61 |
|
|
62 |
LIBRARY bafl.lib
|
|
63 |
#ifdef PRJ_USE_NETWORK_STUBS
|
|
64 |
LIBRARY c32comm_stub.lib
|
|
65 |
LIBRARY etelmm_stub.lib
|
|
66 |
#else
|
|
67 |
LIBRARY c32.lib
|
|
68 |
LIBRARY etel.lib
|
|
69 |
LIBRARY etelmm.lib
|
|
70 |
#endif
|
|
71 |
LIBRARY esock.lib
|
|
72 |
LIBRARY dunatext.lib
|
|
73 |
LIBRARY efsrv.lib
|
|
74 |
LIBRARY euser.lib
|
|
75 |
LIBRARY HbWidgets.lib
|
|
76 |
|
|
77 |
DEBUGLIBRARY flogger.lib
|