author | Fionntina Carville <fionntinac@symbian.org> |
Thu, 28 Oct 2010 16:07:36 +0100 | |
branch | RCL_3 |
changeset 86 | be12440571b9 |
parent 77 | 7cee158cb8cd |
child 83 | 26b2b12093af |
permissions | -rw-r--r-- |
66 | 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: Midlet Runtime plugin for AppMngr2 |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include <../../../../inc/project_defines.hrh> |
|
19 |
#include <../../../../inc/build_defines.hrh> |
|
20 |
#include <platform_paths.hrh> |
|
21 |
#include <data_caging_paths.hrh> |
|
22 |
#include <../../../../inc/java_stdcpp_support_for_dll.hrh> |
|
23 |
//#include <domain/middleware/appmngr2debugconfig.h> // PRINT_FLOG_TO_FLOGGER |
|
24 |
||
25 |
TARGET appmngr2midletplugin.dll |
|
26 |
TARGETTYPE PLUGIN |
|
27 |
UID 0x10009d8d 0x20016BF7 |
|
28 |
||
29 |
CAPABILITY CAP_APPLICATION AllFiles ProtServ TrustedUI |
|
30 |
VENDORID VID_DEFAULT |
|
31 |
||
32 |
PAGED |
|
33 |
||
34 |
APP_LAYER_SYSTEMINCLUDE |
|
35 |
||
36 |
USERINCLUDE ../inc |
|
37 |
USERINCLUDE ../../../../inc |
|
38 |
USERINCLUDE ../javapackagelookup/inc |
|
39 |
USERINCLUDE ../help/inc |
|
40 |
USERINCLUDE ../../../javainstaller/iconsizenotifplugin/inc |
|
41 |
||
42 |
SOURCEPATH ../javapackagelookup/src |
|
43 |
SOURCE jcfjadjarmatcher.cpp |
|
44 |
SOURCE jcfjadjarmatcherstates.cpp |
|
45 |
SOURCE jcfjadjarmatcherobservable.cpp |
|
46 |
SOURCE jcfjadjarmatcherscanjadfiles.cpp |
|
47 |
SOURCE jcfjadjarmatcherscanjarfiles.cpp |
|
48 |
||
49 |
SOURCEPATH ../src |
|
50 |
SOURCE appmngr2midletmain.cpp |
|
51 |
SOURCE appmngr2midletruntime.cpp |
|
52 |
SOURCE appmngr2midletappinfo.cpp |
|
53 |
SOURCE appmngr2midletpackageinfo.cpp |
|
54 |
SOURCE appmngr2midletpckginfofactory.cpp |
|
55 |
SOURCE appmngr2midletinfoiterator.cpp |
|
56 |
SOURCE appmngr2midletsettingshandler.cpp |
|
57 |
SOURCE appmngr2midletsettingsutil.cpp |
|
58 |
SOURCE appmngr2midletsettingscontainer.cpp |
|
59 |
SOURCE appmngr2midletsettingsview.cpp |
|
60 |
SOURCE appmngr2midletstorageutil.cpp |
|
61 |
SOURCE appmngr2midletmanifestreader.cpp |
|
62 |
SOURCE appmngr2midletresourcehandler.cpp |
|
63 |
||
64 |
START RESOURCE ../data/20016bf7.rss |
|
65 |
TARGET appmngr2midletplugin.rsc |
|
66 |
END |
|
77
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
67 |
START RESOURCE ../data/20016bf7_iad.rss |
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
68 |
TARGET appmngr2midletplugin.rsc |
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
69 |
TARGETPATH resource/java/iad |
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
70 |
END |
66 | 71 |
|
72 |
START RESOURCE ../data/javaapplicationsettings.rss |
|
73 |
HEADER |
|
74 |
TARGETPATH /resource/java |
|
75 |
LANGUAGE_IDS |
|
76 |
END |
|
77 |
||
78 |
LIBRARY bafl.lib // Syslibs BAFL |
|
79 |
LIBRARY appmngr2pluginapi.lib // AppMngr2 Runtime API |
|
80 |
LIBRARY cone.lib // App Framework |
|
81 |
LIBRARY apmime.lib // App Framework |
|
82 |
LIBRARY eikcore.lib // S60 UI Framework |
|
83 |
LIBRARY avkon.lib // S60 UI Framework |
|
84 |
LIBRARY eiksrv.lib // S60 UI Framework |
|
85 |
LIBRARY eikcoctl.lib // S60 UI Framework |
|
86 |
LIBRARY aknskins.lib // S60 UI Framework |
|
87 |
LIBRARY efsrv.lib // File server |
|
88 |
LIBRARY egul.lib // Icons |
|
77
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
89 |
LIBRARY platformenv.lib // PathInfo |
66 | 90 |
LIBRARY featmgr.lib // FeatureManager |
77
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
91 |
LIBRARY CommonEngine.lib // StringLoader |
66 | 92 |
LIBRARY sendui.lib // Send UI |
93 |
LIBRARY browserlauncher.lib // BrowserLauncher API |
|
94 |
LIBRARY imut.lib // Encoding |
|
95 |
LIBRARY x509.lib // X509 certificate API |
|
96 |
LIBRARY caf.lib // Content Access Framework |
|
97 |
LIBRARY swinstcli.lib // SW Installer UI client |
|
98 |
LIBRARY swinstcommonui.lib // SW Installer UI client |
|
99 |
LIBRARY javaregistryclient.lib // Java Registry API |
|
100 |
LIBRARY drmhelper.lib // DRMHelper |
|
101 |
LIBRARY eikctl.lib |
|
102 |
LIBRARY cmmanager.lib // Connection Method Manager |
|
103 |
LIBRARY javastorage.lib // JavaStorage |
|
104 |
LIBRARY javaconnectionmanager.lib // ConnectionManager |
|
105 |
LIBRARY ezip.lib // CZipFile |
|
106 |
LIBRARY charconv.lib // CnvUtfConverter |
|
107 |
LIBRARY hlplch.lib // Help |
|
108 |
LIBRARY apgrfx.lib // RApaLsSession |
|
77
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
109 |
LIBRARY AknIcon.lib // CAknIcon |
66 | 110 |
LIBRARY fbscli.lib // CFbsBitmap |
77
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
111 |
LIBRARY CdlEngine.lib // AknLayoutScalable_Avkon |
7cee158cb8cd
Revision: v2.2.13
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
66
diff
changeset
|
112 |
LIBRARY AknLayout2Scalable.lib // TAknWindowComponentLayout |
66 | 113 |
|
114 |
DEBUGLIBRARY flogger.lib // File logger API |
|
115 |
||
116 |
#ifdef PRINT_FLOG_TO_FLOGGER |
|
117 |
LIBRARY flogger.lib // RFileLogger |
|
118 |
#endif |
|
119 |
||
120 |
#if defined(WINSCW) |
|
121 |
deffile ./bwins/appmngr2midletruntime.def |
|
122 |
#else |
|
123 |
deffile ./eabi/appmngr2midletruntime.def |
|
124 |
#endif |
|
125 |
||
126 |
OPTION_REPLACE ARMCC --export_all_vtbl -D__JAAV_NOEFFECTMACRO_DONOTUSE |