commonappservices/alarmservertest/TestAlarmSrv/TestAlarm.IBY
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     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 #ifndef __Cap_Alarm_IBY__
       
    18 #define __Cap_Alarm_IBY__
       
    19 
       
    20 // Initial settings to run the test as expected
       
    21 PlatSecDiagnostics ON
       
    22 PlatSecEnforcement ON
       
    23 PlatSecDisabledCaps NONE
       
    24 
       
    25 // The test server
       
    26 data=ABI_DIR\DEBUG_DIR\Cap_Alarm.exe 		sys\bin\Cap_Alarm.exe
       
    27 
       
    28 // The test scripts
       
    29 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\Alarm.script				testdata\scripts\Alarm.script
       
    30 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\Cap_00000004_AlarmSub.script		testdata\scripts\Cap_00000004_AlarmSub.script
       
    31 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\Cap_00000004_AlarmSub_Custom.script	testdata\scripts\Cap_00000004_AlarmSub_Custom.script
       
    32 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\Cap_00000024_AlarmSub.script		testdata\scripts\Cap_00000024_AlarmSub.script
       
    33 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\Cap_00008004_AlarmSub.script		testdata\scripts\Cap_00008004_AlarmSub.script
       
    34 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\Cap_00010004_AlarmSub.script		testdata\scripts\Cap_00010004_AlarmSub.script
       
    35 
       
    36 // Batch file that runs the tests
       
    37 // To run the test on emulator one has to type TestAlarm.bat in the path 
       
    38 // EPOCROOT\epoc32\release\winscw\udeb
       
    39 // To run the test on Lubbock one has to type TestAlarm.bat in Z: in Eshell 
       
    40 data=EPOCROOT##Epoc32\tools\TestAlarm.bat		TestAlarm.bat
       
    41 
       
    42 // Other dependencies
       
    43 #include <setcap.iby>
       
    44 #include <AlarmCreate.iby>
       
    45 #include <AlarmDelete.iby>
       
    46 #include <StartCAAS.iby>
       
    47 
       
    48 #endif