commonappservices/alarmserver/Group/alarmserver.rss
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 #include <badef.rh>
       
    17 #include "AlarmServer.hrh"
       
    18 #include "AlarmServer.rh"
       
    19 
       
    20 NAME ASRV
       
    21 
       
    22 RESOURCE BA_RSS_SIGNATURE
       
    23 	{
       
    24 	signature = 1;
       
    25 	}
       
    26 
       
    27 RESOURCE SOUND_CONTROLLER sound_controller
       
    28 	{
       
    29 	option = EAlarmSoundRepeatSettingLoop;
       
    30 	intervals = 
       
    31 		{
       
    32 		// leave empty to disable alarm server control of alarm intervals
       
    33 		
       
    34 		// Offset in minutes, duration in seconds
       
    35 
       
    36 		SOUND_INTERVAL
       
    37 			{
       
    38 			offset=0; duration=30;
       
    39 			},
       
    40 		SOUND_INTERVAL
       
    41 			{
       
    42 			offset=1; duration=30;
       
    43 			},
       
    44 		SOUND_INTERVAL
       
    45 			{
       
    46 			offset=2; duration=30;
       
    47 			},
       
    48 		SOUND_INTERVAL
       
    49 			{
       
    50 			offset=3; duration=30;
       
    51 			},
       
    52 		SOUND_INTERVAL
       
    53 			{
       
    54 			offset=5; duration=30;
       
    55 			},
       
    56 		SOUND_INTERVAL
       
    57 			{
       
    58 			offset=10; duration=30;
       
    59 			},
       
    60 		SOUND_INTERVAL
       
    61 			{
       
    62 			offset=20; duration=30;
       
    63 			},
       
    64 		SOUND_INTERVAL
       
    65 			{
       
    66 			offset=30; duration=30;
       
    67 			},
       
    68 		SOUND_INTERVAL
       
    69 			{
       
    70 			offset=45; duration=30;
       
    71 			},
       
    72 		SOUND_INTERVAL
       
    73 			{
       
    74 			offset=60; duration=30;
       
    75 			},
       
    76 		SOUND_INTERVAL
       
    77 			{
       
    78 			offset=90; duration=30;
       
    79 			},
       
    80 		SOUND_INTERVAL
       
    81 			{
       
    82 			offset=120; duration=30;
       
    83 			},
       
    84 		SOUND_INTERVAL
       
    85 			{
       
    86 			offset=180; duration=30;
       
    87 			},
       
    88 		SOUND_INTERVAL
       
    89 			{
       
    90 			offset=240; duration=30;
       
    91 			}
       
    92 		};
       
    93 	}