equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2004-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 the License "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: This is a project specification file for Video Center Conn Utility* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 |
|
24 TARGET vcxconnectionutility.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d 0x20016BA1 |
|
27 |
|
28 #if defined (SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY) && defined (ARMCC) |
|
29 DEFFILE vcxconnectionutility_tb92.def |
|
30 #else |
|
31 DEFFILE vcxconnectionutility.def |
|
32 #endif |
|
33 |
|
34 |
|
35 CAPABILITY CAP_GENERAL_DLL |
|
36 |
|
37 SOURCEPATH ../src |
|
38 |
|
39 SOURCE vcxconnutilengine.cpp |
|
40 SOURCE vcxconnutilpubsub.cpp |
|
41 SOURCE vcxconnutilimpl.cpp |
|
42 SOURCE vcxconnectionutility.cpp |
|
43 SOURCE vcxconnutilsubscriber.cpp |
|
44 SOURCE vcxconnutilwaitsch.cpp |
|
45 |
|
46 USERINCLUDE . |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../../inc |
|
49 |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY commdb.lib |
|
53 LIBRARY commsdat.lib |
|
54 LIBRARY euser.lib |
|
55 LIBRARY cmmanager.lib |
|
56 LIBRARY esock.lib |
|
57 LIBRARY connmon.lib |
|
58 LIBRARY netmeta.lib |
|
59 LIBRARY flogger.lib |
|
60 LIBRARY extendedconnpref.lib |
|