|
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 isadapter.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x10207831 |
|
27 SECUREID 0x10207831 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE isadapter.cpp |
|
33 SOURCE UiSettingsUtil.cpp |
|
34 SOURCE IdleSoftkeysWebTargetManager.cpp |
|
35 SOURCE IdleSoftkeysAppTargetManager.cpp |
|
36 |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 SYSTEMINCLUDE /epoc32/include/swi |
|
39 SYSTEMINCLUDE /epoc32/include/ecom |
|
40 |
|
41 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
42 SYSTEMINCLUDE /epoc32/include/devman |
|
43 #else |
|
44 // nothing |
|
45 #endif |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../../include |
|
49 //USERINCLUDE ../../UISettingsSrv/inc |
|
50 USERINCLUDE ../../DMUtils/inc |
|
51 |
|
52 |
|
53 START RESOURCE isadapter.rss |
|
54 TARGET isadapter.rsc |
|
55 LANGUAGE_IDS |
|
56 END |
|
57 |
|
58 |
|
59 LIBRARY euser.lib |
|
60 LIBRARY bafl.lib |
|
61 LIBRARY ecom.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY sysutil.lib |
|
64 LIBRARY apparc.lib |
|
65 LIBRARY charconv.lib |
|
66 LIBRARY favouritesengine.lib |
|
67 //LIBRARY uisettingsclient.lib |
|
68 LIBRARY centralrepository.lib |
|
69 LIBRARY imut.lib |
|
70 LIBRARY estor.lib |
|
71 LIBRARY flogger.lib |
|
72 LIBRARY apgrfx.lib |
|
73 LIBRARY javaregistryclient.lib |
|
74 LIBRARY msgs.lib |
|
75 LIBRARY featmgr.lib // For feature manager |
|
76 |
|
77 //#ifdef __SAP_POLICY_MANAGEMENT |
|
78 LIBRARY policyengine.lib |
|
79 LIBRARY dmutil.lib |
|
80 //#endif |
|
81 |
|
82 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
83 LIBRARY devmancmdmgr.lib |
|
84 #else |
|
85 // nothing |
|
86 #endif |
|
87 |
|
88 STATICLIBRARY dmutils.lib |
|
89 |
|
90 |
|
91 SMPSAFE |