os/security/cryptoservices/certificateandkeymgmt/tpkcs7/tpkcs7.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) 2002-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 * Using relative paths for sourcepath and user includes
    16 * tpkcs7server.exe Test harness for PKCS#7 server
    17 *
    18 */
    19 
    20 
    21 /**
    22  @file
    23 */
    24 
    25 
    26 TARGET		tpkcs7server.exe
    27 TARGETTYPE	exe
    28 //			KExecutableImage	KTPkcs7DLL
    29 UID			0x1000007A			0x101FE228
    30 VENDORID 0x70000001
    31 
    32 SOURCEPATH		.
    33 SOURCE			tpkcs7server.cpp
    34 SOURCE			tpkcs7stepbase.cpp	
    35 SOURCE			tpkcs7step.cpp	
    36 SOURCE			validate.cpp
    37 SOURCE			tcmsstep.cpp
    38 
    39 USERINCLUDE		.
    40 USERINCLUDE		../inc
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    42 
    43 LIBRARY			euser.lib efsrv.lib
    44 LIBRARY			testexecuteutils.lib testexecutelogclient.lib
    45 LIBRARY			pkcs7.lib
    46 LIBRARY			pkixcert.lib
    47 LIBRARY			x509.lib
    48 LIBRARY			asnpkcs.lib
    49 LIBRARY			asn1.lib
    50 LIBRARY			hash.lib
    51 LIBRARY			cryptography.lib
    52 LIBRARY			crypto.lib
    53 LIBRARY			x500.lib
    54 LIBRARY                 pbe.lib
    55 
    56 SMPSAFE