equal
deleted
inserted
replaced
|
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 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 WidgetRegistry client |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 TARGET WidgetRegistryClient.dll |
|
21 TARGETTYPE DLL |
|
22 UID 0x1000008d 0x10283097 |
|
23 |
|
24 #include <bldvariant.hrh> |
|
25 #include <data_caging_paths.hrh> |
|
26 #include <platform_paths.hrh> |
|
27 #include <platform/mw/Browser_platform_variant.hrh> |
|
28 |
|
29 CAPABILITY CAP_CLIENT_DLL |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 #if defined(WINSCW) |
|
33 deffile ../Bwinscw/WidgetRegistryClient.def |
|
34 #elif defined(ARMCC) |
|
35 deffile ../EABI/WidgetRegistryClient.def |
|
36 #endif |
|
37 |
|
38 SOURCEPATH ../Client/src |
|
39 SOURCE WidgetRegistryClient.cpp |
|
40 |
|
41 USERINCLUDE ../Client/inc |
|
42 USERINCLUDE ../Common/inc |
|
43 USERINCLUDE ../../../inc |
|
44 MW_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY efsrv.lib |
|
48 LIBRARY estor.lib |
|
49 LIBRARY estlib.lib |
|
50 |
|
51 // End of file |