--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meetingrequest/mrcasplugin/data/esmrcasplugindata.rss Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,73 @@
+/*
+* Copyright (c) 2007-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: Resource definitions for project Remote Contact Lookup Service
+*
+*/
+
+// RESOURCE IDENTIFIER
+NAME ESMR // 4 letter ID
+
+// INCLUDE FILES
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <appinfo.rh>
+#include <data_caging_paths_strings.hrh>
+#include <eikon.hrh>
+
+//<cmail>
+#include <esmrcasplugin.loc>
+#include "mrui.loc"
+//</cmail>
+
+// RESOURCE DEFINITIONS
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf = ""; }
+
+RESOURCE TBUF r_fs_action_meeting { buf = qtn_fs_action_meeting; }
+
+RESOURCE TBUF r_fs_query_info_missing { buf = qtn_fs_query_info_missing; }
+
+RESOURCE TBUF r_fs_mr_note_saved { buf = text_calendar_note_saved; }
+
+// -----------------------------------------------------------------------------
+//
+// r_fs_number_missing_query_dialog
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_fs_email_missing_query_dialog
+ {
+ flags=EGeneralQueryFlags;
+ buttons=R_AVKON_SOFTKEYS_YES_NO;
+ items=
+ {
+ DLG_LINE
+ {
+ type=EAknCtQuery;
+ id=EGeneralQuery;
+ control= AVKON_CONFIRMATION_QUERY
+ {
+ layout = EConfirmationQueryLayout;
+ animation = R_QGN_NOTE_WARNING_ANIM;
+ };
+ }
+ };
+ }
+
+// End of file