vpnengine/ikecert/group/ikecerttest.mmp
changeset 0 33413c0669b9
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     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:   Test project definition file for project ikecert
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          ikecert.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008d 0x10206995
       
    25 
       
    26 CAPABILITY      CAP_SERVER CommDD NetworkControl
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          ikev1pkiservice.cpp
       
    31 SOURCE          ikecert.cpp
       
    32 SOURCE          ikecaelem.cpp
       
    33 SOURCE          ikepublickey.cpp
       
    34 SOURCE          ikecalist.cpp
       
    35 SOURCE          ikepkiutils.cpp
       
    36 SOURCE          ikev2pkiservice.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../kmdserver/inc
       
    40 USERINCLUDE     ../../ikeutils/inc
       
    41 USERINCLUDE     ../../ikev2lib/inc
       
    42 USERINCLUDE     ../../pkiserviceapi/inc
       
    43 USERINCLUDE     ../../ikepolparser/inc
       
    44 USERINCLUDE     ../../utlcrypto/inc 
       
    45 USERINCLUDE     ../../../vpnapiimpl/inc
       
    46 USERINCLUDE     ../../utlpkcs10/inc
       
    47 USERINCLUDE     ../../vpnmanager/inc
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY     ikecert_proxy.lib
       
    52 LIBRARY     euser.lib 
       
    53 LIBRARY     x509.lib 
       
    54 LIBRARY     x500.lib 
       
    55 LIBRARY     crypto.lib 
       
    56 LIBRARY     asn1.lib
       
    57 LIBRARY     pkiserviceapi.lib
       
    58 LIBRARY     utlcrypto.lib
       
    59 LIBRARY     utlpkcs10.lib
       
    60 LIBRARY     ikepolparser.lib
       
    61 LIBRARY     insock.lib
       
    62 LIBRARY     charconv.lib 
       
    63 DEBUGLIBRARY    flogger.lib
       
    64 
       
    65