|
1 /* |
|
2 * Copyright (c) 2008 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include "../inc/menuuid.hrh" |
|
23 |
|
24 TARGET mcsmenueng.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008D MENU_ENG_UID3 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../engsrc |
|
31 SOURCE menueng.cpp |
|
32 SOURCE menuengidmanager.cpp |
|
33 SOURCE menuenglegacyobjectfactory.cpp |
|
34 SOURCE menuengobjectattr.cpp |
|
35 SOURCE menuengobject.cpp |
|
36 SOURCE menuengobjectfactory.cpp |
|
37 SOURCE menuengobjectfactoryproxy.cpp |
|
38 SOURCE menuengflags.cpp |
|
39 SOURCE menuengitemlister.cpp |
|
40 SOURCE menuengdeletionchecker.cpp |
|
41 SOURCE menuengidmanagerinit.cpp |
|
42 SOURCE menuengidsetter.cpp |
|
43 SOURCE menuengidcollector.cpp |
|
44 |
|
45 USERINCLUDE ../enginc |
|
46 USERINCLUDE ../inc |
|
47 |
|
48 // APP layer system include is needed here because xcfw_api has |
|
49 // dependency to app layer |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY efsrv.lib |
|
54 LIBRARY xcfw.lib |
|
55 LIBRARY platformenv.lib |
|
56 LIBRARY flogger.lib |
|
57 LIBRARY sysutil.lib |
|
58 LIBRARY centralrepository.lib |