buildverification/autosmoketest/TestApps/group/smoketest_TestApp.mmp
branchRCL_3
changeset 11 493058e57c8c
parent 0 9736f095102e
equal deleted inserted replaced
10:4ca382093dae 11:493058e57c8c
       
     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 "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 
       
    20 TARGET      Smoketest_TestApp_Server.exe
       
    21 TARGETTYPE  exe
       
    22 UID             0x1000007A 0x101F777C
       
    23 VENDORID 0x70000001
       
    24 CAPABILITY PowerMgmt // Required to kill running processes
       
    25 
       
    26 SOURCEPATH  	..\src
       
    27 SOURCE		TestAppServer.cpp
       
    28 SOURCE		TestAppStep.cpp  	
       
    29 
       
    30 USERINCLUDE   	..\inc
       
    31 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 LIBRARY     	euser.lib
       
    34 LIBRARY		testexecuteutils.lib
       
    35 LIBRARY		efsrv.lib
       
    36 LIBRARY		testexecutelogclient.lib
       
    37 
       
    38 SMPSAFE