os/security/cryptoservices/certificateandkeymgmt/twtlscert/twtlscert.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 twtlscert.exe Test harness for parsing of WTLS Class 3 certificates for WAP
    22 */
    23 
    24 TARGET	twtlscert.exe
    25 TARGETTYPE	exe
    26 UID 0x10000079 0x10001011
    27 VENDORID 0x70000001
    28 
    29 // WriteDeviceData capability is required so we can set the certificate apps
    30 CAPABILITY WriteDeviceData
    31 
    32 SOURCEPATH	.
    33 SOURCE twtlscert.cpp CertWriter.cpp TestChain.cpp  
    34 SOURCE ValidateTest.cpp CorruptionTest.cpp SyntaxTest.cpp
    35 
    36 USERINCLUDE ../../../crypto/weakcrypto/inc
    37 USERINCLUDE ../../../cryptomgmtlibs/securitytestfw/test/testhandler2
    38 
    39 USERINCLUDE .
    40 USERINCLUDE ../tcertcommon
    41 USERINCLUDE ../inc
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 
    44 LIBRARY	euser.lib estor.lib efsrv.lib wtlscert.lib random.lib crypto.lib
    45 LIBRARY bafl.lib 
    46 LIBRARY tcertcommon.lib
    47 LIBRARY t_testhandler2.lib
    48 LIBRARY ecom.lib
    49 
    50 LIBRARY cryptography.lib
    51 LIBRARY hash.lib
    52 SMPSAFE