|
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: VCC project file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 |
|
23 TARGET vccperformer.dll |
|
24 TARGETTYPE PLUGIN |
|
25 |
|
26 // If automatic handover is wanted, |
|
27 // define the macro USE_HO_TRIGGER. When macro is defined |
|
28 // The hotrigger will trigger handover about every 20 or 30 sec. The |
|
29 // value depends on values defined in wlanstub server, method |
|
30 // WaitForNetworkSignalLevelL |
|
31 // MACRO USE_HO_TRIGGER |
|
32 |
|
33 // ECOM Dll recognition UID followed by the unique UID for this dll |
|
34 UID 0x10009D8D 0x2000CFA9 |
|
35 CAPABILITY CAP_ECOM_PLUGIN NetworkControl NetworkServices ReadDeviceData |
|
36 VENDORID VID_DEFAULT |
|
37 |
|
38 SOURCEPATH ../data |
|
39 START RESOURCE 2000CFA9.rss |
|
40 TARGET vccperformer.rsc |
|
41 END |
|
42 |
|
43 SOURCEPATH ../src |
|
44 |
|
45 SOURCE cvccproxy.cpp |
|
46 SOURCE cvccdirector.cpp |
|
47 SOURCE cvccperformer.cpp |
|
48 SOURCE vccengpspropertylistener.cpp |
|
49 SOURCE vccengpsproperty.cpp |
|
50 SOURCE rubydebug.cpp |
|
51 SOURCE cvccconferencecall.cpp |
|
52 SOURCE cvccdtmfprovider.cpp |
|
53 //state machine |
|
54 SOURCE tvccstate.cpp |
|
55 SOURCE tvccstateinit.cpp |
|
56 SOURCE tvccstatecalling.cpp |
|
57 SOURCE tvccstatefailing.cpp |
|
58 SOURCE tvccstatereleasing.cpp |
|
59 SOURCE cvcctransferprovider.cpp |
|
60 |
|
61 SOURCEPATH ../../settingsreader/src |
|
62 SOURCE vccsettingsreader.cpp |
|
63 |
|
64 USERINCLUDE ../inc |
|
65 USERINCLUDE ../../settingsreader/inc |
|
66 USERINCLUDE ../../vcchotrigger/inc |
|
67 |
|
68 SYSTEMINCLUDE /epoc32/include/ecom |
|
69 |
|
70 APP_LAYER_SYSTEMINCLUDE |
|
71 |
|
72 LIBRARY euser.lib |
|
73 LIBRARY flogger.lib |
|
74 LIBRARY centralrepository.lib |
|
75 LIBRARY estor.lib |
|
76 LIBRARY bafl.lib |
|
77 LIBRARY ecom.lib |
|
78 LIBRARY efsrv.lib //rubydebug |
|
79 LIBRARY serviceprovidersettings.lib |
|
80 LIBRARY vcchotrigger.lib |
|
81 LIBRARY cce.lib |
|
82 LIBRARY callprovider.lib |
|
83 |
|
84 LANG SC |