|
1 /* |
|
2 * Copyright (c) 2007 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 the License "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: |
|
15 * mmp file for WidgetInstaller component |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 TARGET WidgetInstaller.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x200100B8 |
|
23 |
|
24 // INCLUDES |
|
25 #include <bldvariant.hrh> |
|
26 #include <data_caging_paths.hrh> |
|
27 #include <platform_paths.hrh> |
|
28 #include <platform/mw/Browser_platform_variant.hrh> |
|
29 |
|
30 |
|
31 // Capability assignment. |
|
32 CAPABILITY CAP_GENERAL_DLL |
|
33 VENDORID VID_DEFAULT |
|
34 |
|
35 |
|
36 // Sources |
|
37 SOURCEPATH . |
|
38 SOURCEPATH ../Src |
|
39 |
|
40 SOURCE WidgetInstaller.cpp |
|
41 SOURCE WidgetConfigHandler.cpp |
|
42 SOURCE WidgetRegistrationManager.cpp |
|
43 SOURCE IconConverter.cpp |
|
44 |
|
45 // Includes |
|
46 USERINCLUDE . ../Inc/ |
|
47 |
|
48 MW_LAYER_SYSTEMINCLUDE |
|
49 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
50 MW_LAYER_CONNECT_SYSTEMINCLUDE |
|
51 |
|
52 // Libraries |
|
53 LIBRARY euser.lib |
|
54 LIBRARY bafl.lib |
|
55 LIBRARY centralrepository.lib |
|
56 LIBRARY XmlEngineUtils.lib |
|
57 LIBRARY XMLEngine.lib |
|
58 LIBRARY XmlEngineDOM.lib |
|
59 LIBRARY apgrfx.lib |
|
60 LIBRARY estor.lib |
|
61 LIBRARY efsrv.lib |
|
62 LIBRARY charconv.lib |
|
63 LIBRARY WidgetRegistryClient.lib |
|
64 // images |
|
65 LIBRARY imageconversion.lib fbscli.lib bitgdi.lib bitmaptransforms.lib |
|
66 |
|
67 //#ifdef _DEBUG |
|
68 LIBRARY flogger.lib |
|
69 //#endif |
|
70 |
|
71 // End of file |