installationservices/swi/test/tsisregistrytest/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
       
    40 
       
    41 USERINCLUDE ../../source/sisregistry/common
       
    42 USERINCLUDE ../../source/plan
       
    43 USERINCLUDE ../tuiscriptadaptors
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 
       
    49 SOURCEPATH	.
       
    50 
       
    51 SOURCE 		tsisregistrytest.cpp
       
    52 SOURCE 		tsisregistryteststep.cpp
       
    53 SOURCE 		sessionstep.cpp
       
    54 SOURCE 		writablesessionstep.cpp
       
    55 
       
    56 SOURCEPATH ../tuiscriptadaptors
       
    57 SOURCE sisregistryaccess_client.cpp
       
    58 
       
    59 LIBRARY    	euser.lib
       
    60 LIBRARY		efsrv.lib
       
    61 LIBRARY		testexecuteutils.lib
       
    62 LIBRARY		testexecutelogclient.lib
       
    63 LIBRARY		sisregistryclient.lib
       
    64 LIBRARY     	testutilclientswi.lib
       
    65 LIBRARY		x509.lib
       
    66 LIBRARY     estor.lib 
       
    67 LIBRARY 	stsclient.lib 
       
    68 LIBRARY		plan.lib
       
    69 LIBRARY		siscontroller.lib
       
    70 LIBRARY		swidataprovider.lib
       
    71 LIBRARY		sisxfile.lib 
       
    72 LIBRARY		scrclient.lib
       
    73 SMPSAFE