|
1 /* |
|
2 * Copyright (c) 2005 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: Implementation of customization components |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 #include "defaultcaps.hrh" |
|
22 |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 TARGET supadapter.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x10207821 |
|
27 SECUREID 0x10207821 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE supadapter.cpp |
|
33 |
|
34 APP_LAYER_SYSTEMINCLUDE |
|
35 SYSTEMINCLUDE /epoc32/include/swi |
|
36 SYSTEMINCLUDE /epoc32/include/ecom |
|
37 |
|
38 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
39 SYSTEMINCLUDE /epoc32/include/devman |
|
40 #else |
|
41 // nothing |
|
42 #endif |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../include |
|
46 USERINCLUDE ../../UISettingsSrv/inc |
|
47 USERINCLUDE ../../DMUtils/inc |
|
48 |
|
49 // |
|
50 // Resources |
|
51 // |
|
52 START RESOURCE supadapter.rss |
|
53 TARGET supadapter.rsc |
|
54 LANGUAGE_IDS |
|
55 END |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY imut.lib |
|
61 |
|
62 //#ifdef __SAP_POLICY_MANAGEMENT |
|
63 LIBRARY policyengine.lib |
|
64 LIBRARY dmutil.lib |
|
65 //#endif |
|
66 |
|
67 LIBRARY uisettingsclient.lib |
|
68 LIBRARY charconv.lib |
|
69 LIBRARY estor.lib |
|
70 LIBRARY flogger.lib |
|
71 LIBRARY featmgr.lib |
|
72 |
|
73 STATICLIBRARY dmutils.lib |
|
74 |
|
75 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
76 LIBRARY devmancmdmgr.lib |
|
77 #else |
|
78 // nothing |
|
79 #endif |
|
80 |
|
81 SMPSAFE |