javamanager/javarecognizer/build/recjar.mmp
branchRCL_3
changeset 19 04becd199f91
child 47 f40128debb5d
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 MIME type recognizer ECOM plugin for Symbian
       
    15 *                application framework for MIME types application/java-archive
       
    16 *                (.jar) and text/vnd.sun.j2me.app-descriptor (.jad)
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <../../../inc/project_defines.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 
       
    25 TARGET          recjar.dll
       
    26 CAPABILITY      TrustedUI ProtServ
       
    27  
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D 0x102031FB
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 // Use bytepair compression to enable code paging
       
    33 PAGED
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          recjar.cpp
       
    39 START RESOURCE  ../data/102031FB.rss
       
    40 TARGET          recjar.rsc
       
    41 END
       
    42 
       
    43 SYSTEMINCLUDE   ../../../inc 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   /epoc32/include/ecom
       
    46 
       
    47 LIBRARY         euser.lib apmime.lib efsrv.lib
       
    48 
       
    49 START WINS
       
    50 BASEADDRESS     0x44700000
       
    51 END
       
    52 
       
    53 START MARM
       
    54 END