javacommons/security/javaunicertstoreplugin/build/javaunicertstoreplugin.mmp
branchRCL_3
changeset 83 26b2b12093af
parent 19 04becd199f91
child 48 e0d6e9bd3ca7
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 
       
    18 #include <bldvariant.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include <../../../../inc/project_defines.hrh>
       
    22 #include <../../../../inc/java_stdcpp_support_for_dll.hrh>
       
    23 
       
    24 target          javaunicertstoreplugin.dll
       
    25 
       
    26 targettype      PLUGIN 
       
    27 
       
    28 uid             0x10009D8D 0x200213A3
       
    29 
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Use bytepair compression to enable code paging
       
    34 PAGED
       
    35 
       
    36 systeminclude   /epoc32/include/ecom
       
    37 
       
    38 userinclude   ../../../../inc
       
    39 
       
    40 sourcepath      ../src.s60
       
    41 
       
    42 source          javacertstoreimpl.cpp
       
    43 source          javacertstoretoken.cpp
       
    44 source          javacertstoretokentype.cpp
       
    45 source          main.cpp
       
    46 
       
    47 start resource  200213A3.rss
       
    48 target javaunicertstoreplugin.rsc
       
    49 end
       
    50 
       
    51 START RESOURCE          ../data/javausermessages.rss
       
    52 HEADER
       
    53 TARGETPATH              /resource/java
       
    54 LANGUAGE_IDS
       
    55 END
       
    56 
       
    57 library         ctframework.lib
       
    58 library         efsrv.lib
       
    59 library         estor.lib
       
    60 library         x509.lib
       
    61 library         javacomms.lib
       
    62 LIBRARY         CommonEngine.lib
       
    63 LIBRARY         aknnotify.lib
       
    64 
       
    65 #if defined(WINSCW)
       
    66 deffile ./bwins/javaunicertstoreplugin.def
       
    67 #else
       
    68 deffile ./eabi/javaunicertstoreplugin.def
       
    69 #endif