os/security/cryptoservices/certificateandkeymgmt/tpkcs10/tpkcs10v2.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 the License "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 /**
    19 @file
    20 
    21 @SYMPurpose tpkcs10serverv2.exe New TEF Test harness for PKCS#10 server
    22 */
    23 
    24 TARGET      tpkcs10serverv2.exe
    25 TARGETTYPE  exe
    26 UID             0x1000007A 0x101F7784
    27 
    28 CAPABILITY AllFiles WriteDeviceData ReadDeviceData ReadUserData WriteUserData
    29 
    30 //Please add any change under here
    31 SOURCEPATH         .
    32 SOURCE	           tpkcs10serverv2.cpp
    33 SOURCE	           tpkcs10stepbasev2.cpp
    34 SOURCE             tcertrequeststep.cpp
    35 SOURCE	           tpkcs10negatives.cpp
    36 SOURCE	           tpkcs10minortests.cpp
    37 	
    38 
    39 USERINCLUDE		.
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 
    42 
    43 LIBRARY     	euser.lib
    44 LIBRARY		testexecuteutils.lib 
    45 LIBRARY		testexecutelogclient.lib 
    46 LIBRARY		efsrv.lib
    47 LIBRARY		pkcs10.lib 
    48 LIBRARY		certstore.lib
    49 LIBRARY		x500.lib 
    50 LIBRARY		x509.lib
    51 LIBRARY		asn1.lib
    52 LIBRARY		cryptography.lib
    53 LIBRARY 	ctframework.lib
    54 LIBRARY		hash.lib
    55 SMPSAFE