commonappservices/alarmservertest/TestMultipleAlarmsSuite/group/TestMultipleAlarmsSuite.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2005-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 //
       
    15 
       
    16 TARGET		testmultiplealarmsserver.exe
       
    17 TARGETTYPE	exe
       
    18 UID		0x1000007A 0x10273108
       
    19 
       
    20 CAPABILITY	protserv readuserdata writeuserdata readdevicedata writedevicedata
       
    21 
       
    22 VENDORID 	0x70000001
       
    23 
       
    24 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    26 //SYSTEMINCLUDE 	/epoc32/include/uikon
       
    27 USERINCLUDE	../inc
       
    28 
       
    29 LIBRARY		euser.lib efsrv.lib 
       
    30 
       
    31 // For CalInterimAPI
       
    32 LIBRARY		calinterimapi.lib
       
    33 
       
    34 // For alarm alert server
       
    35 LIBRARY		eiksrv.lib
       
    36 
       
    37 // For alarm server
       
    38 LIBRARY		alarmclient.lib alarmshared.lib
       
    39 
       
    40 //For TEF
       
    41 LIBRARY		testexecuteutils.lib testexecutelogclient.lib
       
    42 
       
    43 SOURCEPATH	../src
       
    44 
       
    45 SOURCE		TestMultipleAlarmsServer.cpp	TestBaseStep.cpp		TestStartAlertServerStep.cpp
       
    46 SOURCE		TestWaitStep.cpp		TestCreateCalEntriesStep.cpp	TestAlarmSnoozeStep.cpp	
       
    47 SOURCE		TestAlarmClearStep.cpp		TestAlarmControlStateStep.cpp	TestAssociatedDataStep.cpp
       
    48 SOURCE		TestKillAlertServerStep.cpp	TestCleanupStep.cpp		TestPerformanceStep.cpp
       
    49 SOURCE		AlarmControlsManager.cpp	DummyAlarmControl.cpp		ProgressCallBack.cpp		
       
    50 SOURCE		AlarmActionPerformer.cpp	TestCreateEntriesOOMStep.cpp	TestAlarmContentOOMStep.cpp