vpnengine/utlpkcs12/group/utlpkcs12_test.mmp
changeset 0 33413c0669b9
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     1 /*
       
     2 * Copyright (c) 2008-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: MMP file for PKCS#12 utility
       
    15 *
       
    16 */
       
    17 
       
    18 /**
       
    19 @file
       
    20 pkcs12.mmp 
       
    21 
       
    22 pkcs12 package handling functionality 
       
    23 
       
    24 @SYMPurpose utlpkcs12.dll VPN support for PKCS#12 formatted certificate / key data
       
    25 */
       
    26 
       
    27 #include <platform_paths.hrh>
       
    28 
       
    29 TARGET      utlpkcs12.dll
       
    30 TARGETTYPE  dll
       
    31 
       
    32 UID     0x1000008d 0x101F6D39
       
    33 VENDORID    VID_DEFAULT
       
    34 
       
    35 SOURCEPATH  ../src
       
    36 
       
    37 SOURCE      pkcs12vpn.cpp
       
    38 
       
    39 USERINCLUDE ../inc
       
    40 USERINCLUDE ../../utlbase64/inc
       
    41 USERINCLUDE ../../utlcrypto/inc
       
    42 USERINCLUDE ../../pkiserviceapi/inc 
       
    43 USERINCLUDE ../../vpncommon/inc
       
    44 
       
    45 USERINCLUDE ../../../vpnui/vpnecomnotifier/inc
       
    46 
       
    47 USERINCLUDE     ../../../vpnui/vpnpolicyrecognizer/inc
       
    48 USERINCLUDE     ../../vpnmanager/inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY     utlpkcs12_proxy.lib
       
    53 LIBRARY     vpnapi.lib
       
    54 
       
    55 LIBRARY     euser.lib
       
    56 LIBRARY     crpkcs12.lib
       
    57 LIBRARY     pkiserviceapi.lib
       
    58 LIBRARY     crypto.lib
       
    59 LIBRARY     efsrv.lib
       
    60 LIBRARY     sysutil.lib
       
    61 
       
    62 DEBUGLIBRARY     flogger.lib
       
    63 
       
    64 CAPABILITY ALL -Tcb