|
1 /* |
|
2 * Copyright (c) 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: XDM Provisioning Adapter |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 // needed for RESOURCE_FILES_DIR |
|
22 #include <data_caging_paths.hrh> |
|
23 |
|
24 |
|
25 |
|
26 TARGET xdmprovisioning.dll |
|
27 TARGETTYPE PLUGIN |
|
28 UID 0x10009D8D 0x1028237A |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 |
|
34 SOURCE xdmprovitem.cpp |
|
35 SOURCE xdmprovadapter.cpp |
|
36 SOURCE xdmprovadaptergroupproxy.cpp |
|
37 |
|
38 SOURCEPATH ../data |
|
39 START RESOURCE 1028237A.rss |
|
40 TARGET xdmprovisioning.rsc |
|
41 END |
|
42 |
|
43 |
|
44 START RESOURCE xdmprovisioningtexts.rss |
|
45 HEADER |
|
46 TARGET xdmprovisioningtexts.rsc |
|
47 TARGETPATH RESOURCE_FILES_DIR |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 |
|
52 USERINCLUDE ../inc |
|
53 |
|
54 MW_LAYER_SYSTEMINCLUDE |
|
55 SYSTEMINCLUDE /epoc32/include/ecom |
|
56 |
|
57 LIBRARY ecom.lib |
|
58 LIBRARY euser.lib |
|
59 LIBRARY xdmsettingsapi.lib |
|
60 LIBRARY provisioningengine.lib |
|
61 LIBRARY commdb.lib |
|
62 |
|
63 |
|
64 DEBUGLIBRARY flogger.lib |
|
65 |
|
66 |
|
67 |
|
68 |
|
69 |
|
70 #if defined( ARMCC ) |
|
71 DEFFILE ../eabi/ |
|
72 #elif defined ( WINSCW ) |
|
73 deffile ../BWINSCW/ |
|
74 #endif |
|
75 |
|
76 |