|
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 * Version : %version: sa1spcx1#11.1.7.1.6 % << Don't touch! Updated by Synergy at check-out. |
|
16 * |
|
17 */ |
|
18 |
|
19 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #include "../inc/menuuid.hrh" |
|
24 |
|
25 TARGET mcsmenu.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000008D MENU_DLL_UID3 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 // Client and common code |
|
32 SOURCEPATH ../src |
|
33 SOURCE menu.cpp |
|
34 SOURCE menusapi.cpp |
|
35 SOURCE menuitem.cpp |
|
36 SOURCE menunotifier.cpp |
|
37 SOURCE menuoperation.cpp |
|
38 SOURCE menubuf.cpp |
|
39 SOURCE menuutil.cpp |
|
40 SOURCE menuitemattr.cpp |
|
41 SOURCE menufilter.cpp |
|
42 SOURCE menuclientoperation.cpp |
|
43 SOURCE menucompletedoperation.cpp |
|
44 SOURCE menuhandlereng.cpp |
|
45 SOURCE menuhandler.cpp |
|
46 |
|
47 // Server code |
|
48 SOURCEPATH ../srvsrc |
|
49 SOURCE menusrvsession.cpp |
|
50 SOURCE menusrv.cpp |
|
51 SOURCE menusrvobject.cpp |
|
52 SOURCE menusrvoperation.cpp |
|
53 SOURCE menusrvobjectfilter.cpp |
|
54 SOURCE menusrvnotifier.cpp |
|
55 SOURCE menusrvbuf.cpp |
|
56 SOURCE menusrvstream.cpp |
|
57 SOURCE menusrveng.cpp |
|
58 SOURCE menusrvengutils.cpp |
|
59 SOURCE timeout.cpp |
|
60 SOURCE menusrvappscanner.cpp |
|
61 SOURCE menusrvfoldercrnotifier.cpp |
|
62 SOURCE menusrvmmchistory.cpp |
|
63 SOURCE mcsrunningappshandler.cpp |
|
64 SOURCE mcsrunningappswgmonitor.cpp |
|
65 SOURCE mcsrunningappsfswmonitor.cpp |
|
66 SOURCE mcsrunningappshiddenattrscanner.cpp |
|
67 SOURCE mcsrunningappsaddremovehandler.cpp |
|
68 SOURCE mcssatmonitor.cpp |
|
69 SOURCE mcsdrmhandler.cpp |
|
70 SOURCE mcscachehandler.cpp |
|
71 SOURCE menusrvattr.cpp |
|
72 SOURCE mcsdrmobserver.cpp |
|
73 SOURCE mcsdrmscanner.cpp |
|
74 SOURCE mcsdrmobservermanager.cpp |
|
75 SOURCE mcschildrenhandler.cpp |
|
76 SOURCE mcschildrenscanner.cpp |
|
77 |
|
78 SOURCE mcsmmcobserver.cpp |
|
79 SOURCE mcsfreespaceobserver.cpp |
|
80 SOURCE mcsinstallnotifier.cpp |
|
81 SOURCE mcssuiteobjectattr.cpp |
|
82 SOURCE mcssuiteobject.cpp |
|
83 SOURCE mcssuiteobjectfactory.cpp |
|
84 SOURCE mcssuiteparser.cpp |
|
85 SOURCE menusvrsuite.cpp |
|
86 SOURCE mcssuitehandler.cpp |
|
87 |
|
88 SOURCE mcsgetlistcreatorinterface.cpp |
|
89 SOURCE mcsgetlisthandler.cpp |
|
90 SOURCE mcsgetlistflatcreator.cpp |
|
91 SOURCE mcsgetlisttreecreator.cpp |
|
92 |
|
93 |
|
94 USERINCLUDE ../inc |
|
95 USERINCLUDE ../srvinc |
|
96 USERINCLUDE ../enginc |
|
97 USERINCLUDE ../extinc |
|
98 // it must remain like this as JAVA API is published in app layer |
|
99 APP_LAYER_SYSTEMINCLUDE |
|
100 |
|
101 LIBRARY euser.lib |
|
102 LIBRARY efsrv.lib |
|
103 LIBRARY estor.lib |
|
104 LIBRARY ecom.lib |
|
105 LIBRARY apparc.lib |
|
106 LIBRARY apgrfx.lib |
|
107 LIBRARY platformenv.lib |
|
108 LIBRARY mcsmenueng.lib |
|
109 LIBRARY mcsmenuutils.lib |
|
110 LIBRARY flogger.lib |
|
111 LIBRARY centralrepository.lib |
|
112 LIBRARY CenRepNotifHandler.lib |
|
113 LIBRARY mcssathandler.lib |
|
114 LIBRARY sisregistryclient.lib |
|
115 LIBRARY fbscli.lib |
|
116 LIBRARY eikcore.lib |
|
117 LIBRARY cone.lib |
|
118 LIBRARY drmserverinterfaces.lib |
|
119 LIBRARY javaregistryclient.lib |
|
120 LIBRARY drmhelper.lib |
|
121 LIBRARY drmrightsinfo.lib |
|
122 LIBRARY sysutil.lib |
|
123 |
|
124 LIBRARY ws32.lib |
|
125 LIBRARY bafl.lib |
|
126 LIBRARY WidgetRegistryClient.lib |
|
127 LIBRARY featmgr.lib |
|
128 LIBRARY liwServiceHandler.lib |
|
129 LIBRARY xcfw.lib |
|
130 |