buildverification/smoketest/System/Group/Smoketest_System.mmp
branchRCL_3
changeset 20 493058e57c8c
parent 0 9736f095102e
equal deleted inserted replaced
19:4ca382093dae 20:493058e57c8c
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Smoketest_Agenda.mmp
       
    15 // using relative paths for sourcepath and user includes
       
    16 // 
       
    17 //
       
    18 
       
    19 TARGET			Smoketest_System.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x101F7773
       
    22 
       
    23 #if (!defined __NO_VENDORID__)
       
    24 VENDORID		0x70000001
       
    25 #endif
       
    26 
       
    27 CAPABILITY		WriteUserData ReadUserData
       
    28 
       
    29 SOURCEPATH		..\Src
       
    30 
       
    31 SOURCE		TestSystemBase.cpp
       
    32 
       
    33 USERINCLUDE		..\Inc ..\..\Group
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 LIBRARY	EUSER.LIB
       
    38 LIBRARY	EIKSRV.LIB
       
    39 LIBRARY	TESTEXECUTELOGCLIENT.LIB
       
    40