javatools/javacaptain_app/build/javacaptainapp.mmp
branchRCL_3
changeset 83 26b2b12093af
parent 19 04becd199f91
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
       
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 *
       
    16 */
       
    17 #include <bldvariant.hrh>
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 #include <../../../inc/java_stdcpp_support_for_exe.hrh>
       
    21 #include <../../../inc/project_defines.hrh>
       
    22 
       
    23 TARGET          JavaCap.exe
       
    24 TARGETTYPE      exe
       
    25 UID             0x100039CE 0x20022D3C
       
    26 CAPABILITY      AllFiles WriteDeviceData PowerMgmt NetworkControl
       
    27 
       
    28 SOURCEPATH      ../src.s60
       
    29 SOURCE          javacap.cpp
       
    30 
       
    31 PAGED
       
    32 
       
    33 USERINCLUDE ../../../inc
       
    34 
       
    35 START RESOURCE  javacap.rss
       
    36 HEADER
       
    37 TARGETPATH      APP_RESOURCE_DIR
       
    38 LANG            SC
       
    39 END  // RESOURCE
       
    40 
       
    41 START RESOURCE  javacap_reg.rss
       
    42 // Do not change the UID below.
       
    43 TARGETPATH      /private/10003a3f/apps
       
    44 END
       
    45 
       
    46 LIBRARY         apparc.lib
       
    47 LIBRARY         cone.lib
       
    48 LIBRARY         eikcore.lib
       
    49 LIBRARY         eikcoctl.lib
       
    50 LIBRARY         avkon.lib
       
    51 LIBRARY         bafl.lib
       
    52 LIBRARY         egul.lib
       
    53 LIBRARY         ws32.lib
       
    54 LIBRARY         flogger.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY         centralrepository.lib
       
    57 
       
    58 LIBRARY javacomms.lib
       
    59 LIBRARY javaipc.lib
       
    60 LIBRARY javastorage.lib
       
    61 LIBRARY javadebugapi.lib
       
    62   
       
    63 // End of file