phonesettings/aiwcallimageplugin/data/aiwcallimageplugin.rss
changeset 0 5f000ab63145
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonesettings/aiwcallimageplugin/data/aiwcallimageplugin.rss	Mon Jan 18 20:18:27 2010 +0200
@@ -0,0 +1,154 @@
+/*
+* Copyright (c) 2004-2005 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:  This file contains all the resources 
+*                for the aiwcallimageplugin.
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME     CIMP
+
+//  INCLUDES
+#include <eikon.rh>
+#include <avkon.rh>
+#include <avkon.hrh>
+#include <avkon.rsg>
+#include <avkon.loc>
+
+#include "aiwcallimageplugin.hrh"
+#include <aiwcallimageplugin.loc>
+#include <drmcommon.loc>
+#include <AiwCommon.hrh>
+
+//  RESOURCE DEFINITIONS 
+
+// -----------------------------------------------------------------------------
+//
+//    RSS_SIGNATURE
+//    
+//    Signature.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE {}
+    
+//----------------------------------------------------
+//   
+//    EIK_APP_INFO
+//    It contains application information.
+//
+//----------------------------------------------------
+//
+RESOURCE EIK_APP_INFO {}
+
+// -----------------------------------------------------------------------------
+//   
+//    r_call_image_menu
+//    
+//    Call menu (non-cascaded).
+//    
+// -----------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_call_image_menu
+    {
+    items=
+        {
+        MENU_ITEM
+            { 
+            command = ECallImage; 
+            txt = qtn_call_image_menu_item;
+            }
+        };
+    }
+    
+//----------------------------------------------------
+//
+//    r_call_image_error_note
+//
+//----------------------------------------------------
+//
+RESOURCE DIALOG r_call_image_error_note
+    {
+    buttons = R_AVKON_SOFTKEYS_EMPTY;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = ECallImageGeneralNote;
+            control = AVKON_NOTE 
+                { 
+                layout = EGeneralLayout;
+                singular_label = qtn_call_image_fail_note;
+                plural_label = "";               
+                animation = R_QGN_NOTE_ERROR_ANIM;
+                };
+            }
+        };
+    }
+
+//----------------------------------------------------
+//
+//    r_call_image_ok_note
+//
+//----------------------------------------------------
+//
+RESOURCE DIALOG r_call_image_ok_note
+    {
+    buttons = R_AVKON_SOFTKEYS_EMPTY;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = ECallImageGeneralNote;
+            control = AVKON_NOTE 
+                { 
+                layout = EGeneralLayout;
+                singular_label = qtn_call_image_conf_note;
+                plural_label = "";               
+                animation = R_QGN_NOTE_OK_ANIM;
+                };
+            }
+        };
+    } 
+
+//----------------------------------------------------
+//
+//    r_call_image_drm_note
+//
+//----------------------------------------------------
+//
+RESOURCE DIALOG r_call_image_drm_note
+    {
+    buttons = R_AVKON_SOFTKEYS_EMPTY;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = ECallImageGeneralNote;
+            control = AVKON_NOTE 
+                { 
+                layout = EGeneralLayout;
+                singular_label = qtn_drm_not_allowed;
+                plural_label = "";               
+                animation = R_QGN_NOTE_INFO_ANIM;
+                };
+            }
+        };
+    } 
+    
+// End of File