1 /* |
|
2 * Copyright (c) 2002-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 "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 the WV Settings Adapter |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include "../../Group/ProvisioningUIDs.h" |
|
22 |
|
23 TARGET wpwvadapter.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID KProvisioningIMAdapterDllUid2 KProvisioningIMAdapterDllUid3 |
|
26 |
|
27 |
|
28 VENDORID VID_DEFAULT |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 |
|
31 SOURCEPATH ../Src |
|
32 SOURCE CWPIMAdapter.cpp |
|
33 SOURCE CWPIMSAPItem.cpp |
|
34 SOURCE WPIMAdapterGroupProxy.cpp |
|
35 SOURCE CWPPecAdapter.cpp |
|
36 SOURCE WPIMUtil.cpp |
|
37 |
|
38 SOURCEPATH ../Group |
|
39 |
|
40 START RESOURCE 101F84E2.rss |
|
41 TARGET wpwvadapter.rsc |
|
42 END |
|
43 |
|
44 START RESOURCE WPWVAdapterResource.rss |
|
45 HEADER |
|
46 TARGET wpwvadapterresource.rsc |
|
47 TARGETPATH RESOURCE_FILES_DIR |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 USERINCLUDE ../Inc ../Group ../../Group |
|
52 |
|
53 APP_LAYER_SYSTEMINCLUDE |
|
54 SYSTEMINCLUDE /epoc32/include/ecom |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY provisioningengine.lib |
|
58 LIBRARY wvsapsettingsstore.lib |
|
59 LIBRARY msgeditorutils.lib |
|
60 LIBRARY commdb.lib |
|
61 LIBRARY inetprotutil.lib |
|
62 LIBRARY cmmanager.lib |
|
63 DEBUGLIBRARY flogger.lib |
|
64 |
|
65 |
|
66 SMPSAFE |
|
67 // End of file |
|
68 |
|