installationservices/swi/test/tsisregistrytest_legacy/tsisregistrytest.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 1999-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 * tsisregistrytest.exe Test harness for sisregistry
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO __SECURE_API__
       
    25 MACRO __DATA_CAGING__
       
    26 CAPABILITY All -TCB
       
    27 
       
    28 
       
    29 TARGET          tsisregistrytest.exe
       
    30 TARGETTYPE  	exe
       
    31 
       
    32 UID             0xFFFFFFFF
       
    33 VENDORID		0x70000001
       
    34 
       
    35 USERINCLUDE ../../inc
       
    36 USERINCLUDE ../../inc/swi
       
    37 USERINCLUDE ../../source/sisregistry
       
    38 USERINCLUDE ../testutilswi/client
       
    39 USERINCLUDE ../../source/sisregistry/server_legacy
       
    40 USERINCLUDE ../../source/sisregistry/common
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 SOURCEPATH	.
       
    46 
       
    47 SOURCE 		tsisregistrytest.cpp
       
    48 SOURCE 		tsisregistryteststep.cpp
       
    49 SOURCE 		sessionstep.cpp
       
    50 SOURCE 		writablesessionstep.cpp
       
    51 
       
    52 LIBRARY    	euser.lib
       
    53 LIBRARY		efsrv.lib
       
    54 LIBRARY		testexecuteutils.lib
       
    55 LIBRARY		testexecutelogclient.lib
       
    56 LIBRARY		sisregistryclient.lib
       
    57 LIBRARY     integrityservices.lib
       
    58 LIBRARY     testutilclientswi.lib
       
    59 LIBRARY		x509.lib
       
    60 LIBRARY     estor.lib 
       
    61 SMPSAFE