|
1 /* |
|
2 * Copyright (c) 2008-2009 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: Project definition file for MIDP2 Backup Plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <bldvariant.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 #include <../../../../inc/java_stdcpp_support_for_dll.hrh> |
|
24 #include <../../../../inc/project_defines.hrh> |
|
25 |
|
26 TARGET midp2backupplugin.dll |
|
27 TARGETTYPE plugin |
|
28 UID 0x10009D8D 0x10282474 |
|
29 |
|
30 #ifdef RD_JAVA_S60_RELEASE_9_2_ONWARDS |
|
31 CAPABILITY CAP_ECOM_PLUGIN TrustedUI |
|
32 #else |
|
33 // SBE has lesser capability set on beta release. |
|
34 CAPABILITY CAP_ECOM_PLUGIN WriteDeviceData |
|
35 #endif |
|
36 |
|
37 VENDORID VID_DEFAULT |
|
38 |
|
39 PAGED |
|
40 |
|
41 SOURCEPATH ../src.s60 |
|
42 SOURCE proxy.cpp |
|
43 SOURCE midp2backupplugin.cpp |
|
44 SOURCE apparcbackuputil.cpp |
|
45 SOURCE javastoragebackuputil.cpp |
|
46 SOURCE javaversionbackuputil.cpp |
|
47 |
|
48 USERINCLUDE ../src.s60 |
|
49 USERINCLUDE ../../inc.s60 |
|
50 USERINCLUDE ../../../../inc |
|
51 |
|
52 SYSTEMINCLUDE /epoc32/include/connect |
|
53 |
|
54 start resource ../data/10282474.rss |
|
55 TARGET midp2backupplugin.rsc |
|
56 end |
|
57 |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY estor.lib |
|
60 LIBRARY efsrv.lib |
|
61 LIBRARY javastorage.lib |
|
62 LIBRARY sysutil.lib |
|
63 LIBRARY apgrfx.lib |
|
64 LIBRARY apparc.lib |
|
65 LIBRARY estlib.lib |
|
66 LIBRARY javaenv.lib |
|
67 |
|
68 #if defined(WINSCW) |
|
69 deffile ./bwins/backup.def |
|
70 #else |
|
71 deffile ./eabi/backup.def |
|
72 #endif |