os/security/cryptoservices/filebasedcertificateandkeystores/test/ttesttools/ttesttools.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2007-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 TARGET          ttesttools.exe
    20 TARGETTYPE		exe
    21 VENDORID		0x70000001
    22 
    23 MACRO __SECURE_API__
    24 MACRO __DATA_CAGING__
    25 CAPABILITY     ReadUserData WriteUserData ReadDeviceData WriteDeviceData
    26 
    27 SOURCEPATH		.
    28 SOURCE			ttesttoolserver.cpp
    29 SOURCE			ttesttoolstep.cpp
    30 SOURCE			ttesttoolengine.cpp
    31 
    32 USERINCLUDE		.  
    33 
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 
    36 LIBRARY 		euser.lib 
    37 LIBRARY 		efsrv.lib 
    38 LIBRARY 		c32.lib
    39 LIBRARY			estor.lib 
    40 LIBRARY			testexecuteutils.lib
    41 LIBRARY		    certstore.lib ctframework.lib
    42 
    43 SMPSAFE