buildverification/smoketest/agenda/Group/Smoketest_Agenda.mmp
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     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 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 TARGET			Smoketest_Agenda_Server.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x101F7771
       
    22 
       
    23 #if (!defined __NO_VENDORID__)
       
    24 VENDORID		0x70000001
       
    25 #endif
       
    26 
       
    27 //CAPABILITY		WriteUserData ReadUserData
       
    28 CAPABILITY All -TCB
       
    29 
       
    30 
       
    31 SOURCEPATH		..\Src
       
    32 
       
    33 SOURCE			TestAgendaServer.cpp
       
    34 SOURCE			TestAgendaAddAppt.cpp
       
    35 SOURCE			TestAgendaBase.cpp
       
    36 SOURCE			TestAgendaCreateDB.cpp
       
    37 SOURCE			TestAgendaServerLaunchProgress.cpp
       
    38 
       
    39 USERINCLUDE		..\Inc ..\..\Group
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY			apparc.lib
       
    44 LIBRARY			euser.lib
       
    45 LIBRARY			calinterimapi.lib
       
    46 LIBRARY			etext.lib
       
    47 LIBRARY			estor.lib
       
    48 LIBRARY			efsrv.lib
       
    49 LIBRARY			TestExecuteUtils.lib
       
    50 LIBRARY			TestExecuteLogClient.lib