os/security/cryptoservices/filebasedcertificateandkeystores/test/tfiletokens/tfiletokens.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 tfiletokens.dll Utilities for testing the file tokens server, used by tkeystore and tcertstore tests
    22 */
    23 
    24 TARGET			tfiletokens.exe
    25 TARGETTYPE		dll
    26 UID				0x10000079 0x10204C82
    27 VENDORID		0x70000001
    28 CAPABILITY		All -Tcb
    29 
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 USERINCLUDE 	../../source/generic/client 
    32 USERINCLUDE 	../../source/generic/common
    33 
    34 USERINCLUDE		../../../../cryptomgmtlibs/securitytestfw/test/testhandler2
    35 
    36 SOURCEPATH		.
    37 
    38 SOURCE			tfiletokens.cpp
    39 SOURCE			CServerOOMTestRunner.cpp
    40 SOURCE			CServerOOMTestStart.cpp
    41 SOURCE			CServerOOMTestStop.cpp
    42 SOURCE			CCheckServerHeapError.cpp
    43 
    44 SOURCEPATH		../../source/generic/client
    45 
    46 SOURCE			clientsession.cpp
    47 SOURCE			clientutils.cpp
    48 
    49 LIBRARY			euser.lib efsrv.lib t_testhandler2.lib
    50 SMPSAFE