|
1 /* |
|
2 * Copyright (c) 2002 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_GENERAL_DLL |
|
24 TARGET themesadapter.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x10207827 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 APP_LAYER_SYSTEMINCLUDE |
|
30 SYSTEMINCLUDE /epoc32/include/swi |
|
31 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
32 SYSTEMINCLUDE /epoc32/include/platform/mw/swi |
|
33 #endif |
|
34 SYSTEMINCLUDE /epoc32/include/ecom |
|
35 SYSTEMINCLUDE /epoc32/include/xml |
|
36 SYSTEMINCLUDE /epoc32/include/mm |
|
37 |
|
38 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
39 SYSTEMINCLUDE /epoc32/include/devman |
|
40 #else |
|
41 // nothing |
|
42 #endif |
|
43 |
|
44 SOURCEPATH ../src |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../../include |
|
48 USERINCLUDE ../../DMUtils/inc |
|
49 USERINCLUDE ../../../inc |
|
50 |
|
51 |
|
52 SOURCE ThemesAdapter.cpp |
|
53 SOURCE ThemesList.cpp |
|
54 |
|
55 START RESOURCE ThemesAdapter.rss |
|
56 TARGET themesadapter.rsc |
|
57 LANGUAGE_IDS |
|
58 END |
|
59 |
|
60 |
|
61 |
|
62 LIBRARY euser.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY bafl.lib |
|
65 LIBRARY ecom.lib |
|
66 LIBRARY imut.lib |
|
67 LIBRARY flogger.lib |
|
68 LIBRARY swinstcli.lib |
|
69 LIBRARY aminstalloptions.lib |
|
70 LIBRARY sisregistryclient.lib |
|
71 LIBRARY centralrepository.lib |
|
72 LIBRARY aknskinsrv.lib |
|
73 LIBRARY charconv.lib |
|
74 #ifdef RD_MULTIPLE_DRIVE |
|
75 LIBRARY platformenv.lib |
|
76 #endif |
|
77 //#ifdef __SAP_POLICY_MANAGEMENT |
|
78 LIBRARY policyengine.lib |
|
79 LIBRARY dmutil.lib |
|
80 //#endif |
|
81 LIBRARY featmgr.lib |
|
82 STATICLIBRARY dmutils.lib |
|
83 |
|
84 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
85 LIBRARY devmancmdmgr.lib |
|
86 #else |
|
87 // nothing |
|
88 #endif |
|
89 |
|
90 SMPSAFE |