javamanager/javainstaller/appinstuiplugin/build/javainstalllauncher.mmp
branchRCL_3
changeset 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
13:f5050f1da672 14: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 S60 AppInstUI that handles Java
       
    15 *                installations by starting OMJ Java Installer executable
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <../../../../inc/project_defines.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 #include <../../../../inc/java_stdcpp_support_for_dll.hrh>
       
    26 
       
    27 TARGET          ifeui.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D 0x101F875F
       
    30 
       
    31 // Capability assignment.
       
    32 CAPABILITY      CAP_ECOM_PLUGIN
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 // Use bytepair compression to enable code paging
       
    36 PAGED
       
    37 
       
    38 // Resources
       
    39 
       
    40 START RESOURCE  ../data/101F875F.rss
       
    41 TARGET          ifeui.rsc
       
    42 END
       
    43 
       
    44 // Sources
       
    45 SOURCEPATH      ../src
       
    46 SOURCE          proxy.cpp
       
    47 SOURCE          javainstalllauncher.cpp
       
    48 SOURCE          asyncwaitcallback.cpp
       
    49 
       
    50 // Includes
       
    51 USERINCLUDE     .
       
    52 USERINCLUDE     ../inc
       
    53 USERINCLUDE     ../../../../inc
       
    54 
       
    55 SYSTEMINCLUDE   ../../../../inc
       
    56 
       
    57 // Libraries
       
    58 LIBRARY         charconv.lib
       
    59 LIBRARY         cone.lib
       
    60 LIBRARY         ecom.lib
       
    61 LIBRARY         efsrv.lib
       
    62 LIBRARY         SWInstCommonUI.lib