javamanager/javasidchecker/build/javasidchecker.mmp
branchGCC_SURGE
changeset 55 d93ef1df440d
parent 43 6d7ae91094e7
parent 53 3035d69b481d
equal deleted inserted replaced
43:6d7ae91094e7 55:d93ef1df440d
     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 USERINCLUDE     ../../../inc
       
    43 
       
    44 // Sources
       
    45 SOURCEPATH    ../src
       
    46 SOURCE        javasidchecker.cpp
       
    47 
       
    48 start RESOURCE ../data/10281FBE.rss
       
    49 target javasidchecker.rsc
       
    50 end
       
    51 
       
    52 #ifdef RD_JAVA_OLD_SIDCHECKER_LIBRARY
       
    53 LIBRARY apfile.lib
       
    54 #else
       
    55 LIBRARY aplist.lib
       
    56 #endif
       
    57 
       
    58 LIBRARY ecom.lib
       
    59 LIBRARY javaregistryclient.lib