phonesettings/aiwcallimageplugin/data/aiwcallimageplugin.rss
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2004-2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This file contains all the resources 
       
    15 *                for the aiwcallimageplugin.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME     CIMP
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.hrh>
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.loc>
       
    29 
       
    30 #include "aiwcallimageplugin.hrh"
       
    31 #include <aiwcallimageplugin.loc>
       
    32 #include <drmcommon.loc>
       
    33 #include <AiwCommon.hrh>
       
    34 
       
    35 //  RESOURCE DEFINITIONS 
       
    36 
       
    37 // -----------------------------------------------------------------------------
       
    38 //
       
    39 //    RSS_SIGNATURE
       
    40 //    
       
    41 //    Signature.
       
    42 //
       
    43 // -----------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE {}
       
    46     
       
    47 //----------------------------------------------------
       
    48 //   
       
    49 //    EIK_APP_INFO
       
    50 //    It contains application information.
       
    51 //
       
    52 //----------------------------------------------------
       
    53 //
       
    54 RESOURCE EIK_APP_INFO {}
       
    55 
       
    56 // -----------------------------------------------------------------------------
       
    57 //   
       
    58 //    r_call_image_menu
       
    59 //    
       
    60 //    Call menu (non-cascaded).
       
    61 //    
       
    62 // -----------------------------------------------------------------------------
       
    63 //
       
    64 RESOURCE MENU_PANE r_call_image_menu
       
    65     {
       
    66     items=
       
    67         {
       
    68         MENU_ITEM
       
    69             { 
       
    70             command = ECallImage; 
       
    71             txt = qtn_call_image_menu_item;
       
    72             }
       
    73         };
       
    74     }
       
    75     
       
    76 //----------------------------------------------------
       
    77 //
       
    78 //    r_call_image_error_note
       
    79 //
       
    80 //----------------------------------------------------
       
    81 //
       
    82 RESOURCE DIALOG r_call_image_error_note
       
    83     {
       
    84     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    85     items =
       
    86         {
       
    87         DLG_LINE
       
    88             {
       
    89             type = EAknCtNote;
       
    90             id = ECallImageGeneralNote;
       
    91             control = AVKON_NOTE 
       
    92                 { 
       
    93                 layout = EGeneralLayout;
       
    94                 singular_label = qtn_call_image_fail_note;
       
    95                 plural_label = "";               
       
    96                 animation = R_QGN_NOTE_ERROR_ANIM;
       
    97                 };
       
    98             }
       
    99         };
       
   100     }
       
   101 
       
   102 //----------------------------------------------------
       
   103 //
       
   104 //    r_call_image_ok_note
       
   105 //
       
   106 //----------------------------------------------------
       
   107 //
       
   108 RESOURCE DIALOG r_call_image_ok_note
       
   109     {
       
   110     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   111     items =
       
   112         {
       
   113         DLG_LINE
       
   114             {
       
   115             type = EAknCtNote;
       
   116             id = ECallImageGeneralNote;
       
   117             control = AVKON_NOTE 
       
   118                 { 
       
   119                 layout = EGeneralLayout;
       
   120                 singular_label = qtn_call_image_conf_note;
       
   121                 plural_label = "";               
       
   122                 animation = R_QGN_NOTE_OK_ANIM;
       
   123                 };
       
   124             }
       
   125         };
       
   126     } 
       
   127 
       
   128 //----------------------------------------------------
       
   129 //
       
   130 //    r_call_image_drm_note
       
   131 //
       
   132 //----------------------------------------------------
       
   133 //
       
   134 RESOURCE DIALOG r_call_image_drm_note
       
   135     {
       
   136     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   137     items =
       
   138         {
       
   139         DLG_LINE
       
   140             {
       
   141             type = EAknCtNote;
       
   142             id = ECallImageGeneralNote;
       
   143             control = AVKON_NOTE 
       
   144                 { 
       
   145                 layout = EGeneralLayout;
       
   146                 singular_label = qtn_drm_not_allowed;
       
   147                 plural_label = "";               
       
   148                 animation = R_QGN_NOTE_INFO_ANIM;
       
   149                 };
       
   150             }
       
   151         };
       
   152     } 
       
   153     
       
   154 // End of File