--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/commonappservices/alarmserver/Group/alarmserver.rss Tue Feb 02 10:12:00 2010 +0200
@@ -0,0 +1,93 @@
+// 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;
+ }
+ };
+ }