commonappservices/alarmserver/Group/alarmserver.rss
author hgs
Wed, 22 Sep 2010 18:06:15 +0300
changeset 72 56a7be608841
parent 0 2e3d3ce01487
permissions -rw-r--r--
201037_01

// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#include <badef.rh>
#include "AlarmServer.hrh"
#include "AlarmServer.rh"

NAME ASRV

RESOURCE BA_RSS_SIGNATURE
	{
	signature = 1;
	}

RESOURCE SOUND_CONTROLLER sound_controller
	{
	option = EAlarmSoundRepeatSettingLoop;
	intervals = 
		{
		// leave empty to disable alarm server control of alarm intervals
		
		// Offset in minutes, duration in seconds

		SOUND_INTERVAL
			{
			offset=0; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=1; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=2; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=3; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=5; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=10; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=20; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=30; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=45; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=60; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=90; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=120; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=180; duration=30;
			},
		SOUND_INTERVAL
			{
			offset=240; duration=30;
			}
		};
	}