|
1 /* |
|
2 * Copyright (c) 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 WpVccAdapter plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 #include "../inc/wpvccadapteruids.h" |
|
23 |
|
24 TARGET wpvccadapter.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID KECOMUid KProvisioningVccAdapterDllUid |
|
27 |
|
28 |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE wpvccadapter.cpp |
|
34 SOURCE wpvccadaptergroupproxy.cpp |
|
35 SOURCE wpvccadaptermain.cpp |
|
36 SOURCE rubydebug.cpp |
|
37 SOURCEPATH ../../settingsreader/src |
|
38 SOURCE vccsettingsreader.cpp |
|
39 |
|
40 USERINCLUDE . |
|
41 USERINCLUDE ../inc |
|
42 USERINCLUDE ../../vcc/inc |
|
43 USERINCLUDE ../../vccutils/inc |
|
44 USERINCLUDE ../../settingsreader/inc |
|
45 |
|
46 APP_LAYER_SYSTEMINCLUDE |
|
47 |
|
48 SOURCEPATH ../data |
|
49 |
|
50 START RESOURCE 2000CFAC.rss |
|
51 TARGET wpvccadapter.rsc |
|
52 END |
|
53 |
|
54 START RESOURCE wpvccadapterrsc.rss |
|
55 HEADER |
|
56 TARGETPATH RESOURCE_FILES_DIR |
|
57 LANGUAGE_IDS |
|
58 END |
|
59 |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY provisioningengine.lib |
|
63 LIBRARY bafl.lib |
|
64 LIBRARY charconv.lib |
|
65 LIBRARY serviceprovidersettings.lib |
|
66 LIBRARY vccutils.lib |
|
67 LIBRARY rcse.lib |
|
68 LIBRARY cch.lib |
|
69 LIBRARY sipprofilecli.lib // For SIP settings |
|
70 LIBRARY cmmanager.lib // cmmanager.h |
|
71 |
|
72 //rubydebug |
|
73 LIBRARY efsrv.lib |