javamanager/javabackup/midp2backup_usif/build/midp2backupplugin.mmp
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
child 84 0553e2305d00
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     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                  apparcbackuputil.cpp
       
    44 SOURCE                  javastoragebackuputil.cpp
       
    45 SOURCE                  javaversionbackuputil.cpp
       
    46 
       
    47 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    48 SOURCE                  javascrbackuputil.cpp
       
    49 SOURCE                  midp2backuppluginusif.cpp
       
    50 #else
       
    51 SOURCE                  midp2backupplugin.cpp
       
    52 #endif // SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    53 
       
    54 USERINCLUDE             ../src.s60
       
    55 USERINCLUDE             ../../inc.s60
       
    56 USERINCLUDE             ../../../../inc
       
    57 
       
    58 START RESOURCE          ../data/10282474.rss
       
    59 TARGET                  midp2backupplugin.rsc
       
    60 END
       
    61 START RESOURCE          ../data/10282474_iad.rss
       
    62 TARGET                  midp2backupplugin.rsc
       
    63 TARGETPATH              resource/java/iad
       
    64 END
       
    65 
       
    66 LIBRARY                 ecom.lib 
       
    67 LIBRARY                 efsrv.lib
       
    68 LIBRARY                 javastorage.lib
       
    69 LIBRARY                 sysutil.lib
       
    70 LIBRARY                 apgrfx.lib
       
    71 LIBRARY                 apparc.lib
       
    72 LIBRARY                 estlib.lib
       
    73 LIBRARY                 javaenvinfo.lib
       
    74 LIBRARY                 estor.lib
       
    75 LIBRARY                 ipcstream.lib
       
    76 
       
    77 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    78 LIBRARY                 scrclient.lib
       
    79 #endif // SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    80 
       
    81 #if defined(WINSCW)
       
    82   deffile ./bwins/backup.def
       
    83 #else
       
    84   deffile ./eabi/backup.def
       
    85 #endif