javamanager/javasidchecker/build/javasidchecker.mmp
branchRCL_3
changeset 19 04becd199f91
child 35 85266cc22c7f
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     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:  This is an ECOM plugin for Symbian AppArc (database that contains
       
    15 *                info on all applications installed to the device)
       
    16 *                This plugin tells AppArc whether Java application installed
       
    17 *                to a removable storage media is present and can be executed.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 #include <../../../inc/project_defines.hrh>
       
    24 #include <../../../inc/build_defines.hrh>
       
    25 #include <data_caging_paths.hrh>
       
    26 #include <platform_paths.hrh>
       
    27 
       
    28 #include <../../../inc/java_stdcpp_support_for_dll.hrh>
       
    29 
       
    30 TARGET javasidchecker.dll
       
    31 CAPABILITY All -Tcb
       
    32 TARGETTYPE plugin
       
    33 
       
    34 UID 0x10009d8d 0x10281FBE
       
    35 
       
    36 // Use bytepair compression to enable code paging
       
    37 PAGED
       
    38 
       
    39 // Includes
       
    40 USERINCLUDE     .
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 SYSTEMINCLUDE ../../../inc /epoc32/include/ecom /epoc32/include/swi
       
    44 
       
    45 // Sources
       
    46 SOURCEPATH    ../src
       
    47 SOURCE        javasidchecker.cpp
       
    48 
       
    49 start RESOURCE ../data/10281FBE.rss
       
    50 target javasidchecker.rsc
       
    51 end
       
    52 
       
    53 #ifdef RD_JAVA_OLD_SIDCHECKER_LIBRARY
       
    54 LIBRARY apfile.lib
       
    55 #else
       
    56 LIBRARY aplist.lib
       
    57 #endif
       
    58 
       
    59 LIBRARY ecom.lib
       
    60 LIBRARY javaregistryclient.lib