messagingfw/deprecate/senduiservices/group/Sendnorm.rss
branchRCL_3
changeset 22 d2c4c66342f3
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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:   Resource definitions for project SendUi
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 NAME SEND
       
    21 
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.mbg>
       
    26 #include <avkon.loc>
       
    27 #include <AiwCommon.hrh>
       
    28 #include <AiwCommon.rh>
       
    29 #include <sendnorm.loc>
       
    30 #include <drmcommon.loc>
       
    31 //#include <messaging.loc>
       
    32 #include <AvkonIcons.hrh>   // AVKON_ICON_FILE
       
    33 
       
    34 RESOURCE RSS_SIGNATURE { }
       
    35 
       
    36 RESOURCE TBUF32 r_sendui_menuitem_send   { buf = qtn_options_send_via; }
       
    37 
       
    38 RESOURCE MENU_PANE r_sendui_menu
       
    39 {
       
    40     items =
       
    41     {
       
    42         // will be dynamically populated
       
    43     };
       
    44 }
       
    45 
       
    46 RESOURCE DIALOG r_sendui_list_query
       
    47 {
       
    48     flags   = EGeneralQueryFlags;
       
    49     buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
    50     items =
       
    51     {
       
    52         DLG_LINE
       
    53         {
       
    54             type    = EAknCtListQueryControl;
       
    55             id      = EListQueryControl;
       
    56             control = AVKON_LIST_QUERY_CONTROL
       
    57             {
       
    58                 heading  = " "; // needed, otherwise heading is not created at all!
       
    59                 listtype = EAknCtSinglePopupMenuListBox;
       
    60                 listbox  = LISTBOX
       
    61                 {
       
    62                     flags  = EAknListBoxMenuList;
       
    63                     height = 3;
       
    64                     width  = 3;
       
    65                 };
       
    66             };
       
    67         }
       
    68     };
       
    69 }
       
    70 
       
    71 
       
    72 RESOURCE DIALOG r_sendui_create_mailbox_confirmation_query
       
    73 {
       
    74     flags    = EGeneralQueryFlags;
       
    75     buttons  = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    76     items =
       
    77     {
       
    78         DLG_LINE
       
    79         {
       
    80             type    = EAknCtQuery;
       
    81             id      = EGeneralQuery;
       
    82             control = AVKON_CONFIRMATION_QUERY
       
    83             {
       
    84                 layout = EConfirmationQueryLayout;
       
    85                 label  = qtn_mce_conf_no_mailboxes;
       
    86             };
       
    87         }
       
    88     };
       
    89 }
       
    90 
       
    91 RESOURCE DIALOG r_sendui_wait_note
       
    92 {
       
    93     flags   = EAknWaitNoteFlags;
       
    94     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    95     items =
       
    96     {
       
    97         DLG_LINE
       
    98         {
       
    99             type    = EAknCtNote;
       
   100             id      = 10;
       
   101             control = AVKON_NOTE
       
   102             {
       
   103                 layout         = EWaitLayout;
       
   104                 singular_label = qtn_mail_wait_opening_editor;
       
   105                 plural_label   = "";
       
   106                 animation      = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   107             };
       
   108         }
       
   109     };
       
   110 }
       
   111 
       
   112 RESOURCE DIALOG r_sendui_drm_forwardlocked_content_query
       
   113 {
       
   114     flags    = EGeneralQueryFlags;
       
   115     buttons  = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   116     items =
       
   117     {
       
   118         DLG_LINE
       
   119         {
       
   120             type    = EAknCtQuery;
       
   121             id      = EGeneralQuery;
       
   122             control = AVKON_CONFIRMATION_QUERY
       
   123             {
       
   124                 layout = EConfirmationQueryLayout;                
       
   125             };
       
   126         }
       
   127     };
       
   128 }
       
   129 
       
   130 // For DRM engine
       
   131 RESOURCE TBUF r_sendui_drm_single_distrutable  { buf = qtn_drm_send_wo_rights_sd_1; }
       
   132 RESOURCE TBUF r_sendui_drm_several_distrutable  { buf = qtn_drm_send_wo_rights_misc; }
       
   133 RESOURCE TBUF r_sendui_drm_several_locked  { buf = qtn_drm_fl_query_send_forbid; }
       
   134 RESOURCE TBUF r_sendui_drm_one_file_deleted  { buf = qtn_drm_send_forbid_1; }
       
   135 RESOURCE TBUF r_sendui_drm_all_files_deleted  { buf = qtn_drm_send_forbid; }
       
   136 
       
   137 // For MMS Media Resolver
       
   138 RESOURCE TBUF r_sendui_mme_one_too_big  { buf = qtn_mms_info_not_inserted; }
       
   139 RESOURCE TBUF r_sendui_mme_many_too_big  { buf = qtn_mms_info_all_not_inserted; }
       
   140 RESOURCE TBUF r_sendui_mme_some_files_deleted  { buf = qtn_mms_info_some_not_supported; }
       
   141 RESOURCE TBUF r_sendui_mme_file_not_supported  { buf = qtn_mms_info_object_not_supported; }
       
   142 RESOURCE TBUF r_sendui_mme_files_not_supported  { buf = qtn_mms_info_objects_not_supported; }
       
   143 RESOURCE TBUF r_sendui_mme_none_cannot_ins  { buf = qtn_mms_info_cannot_ins; }
       
   144 RESOURCE TBUF r_sendui_mme_some_inserted  { buf = qtn_mms_info_only_some_ins; }
       
   145 
       
   146 RESOURCE TBUF r_sendui_settings_not_ok { buf = qtn_mce_error_stand_settings; }
       
   147 
       
   148 
       
   149 RESOURCE AIW_INTEREST r_sendui_baseinterest
       
   150 {
       
   151     items=
       
   152     {
       
   153         // This application is interested in printing jpeg images from menu.	
       
   154         AIW_CRITERIA_ITEM      
       
   155         {	
       
   156             id = 200000;
       
   157             serviceCmd   = KAiwCmdSend;
       
   158             serviceClass = KAiwClassBase;
       
   159             contentType  = "*";
       
   160             maxProviders = 3;
       
   161         }
       
   162     };
       
   163 }
       
   164 
       
   165 // For DRM engine
       
   166 RESOURCE TBUF r_sendui_drm_many_sd_items  { buf = qtn_drm_send_wo_rights_sd; }
       
   167 RESOURCE TBUF r_sendui_drm_some_locked  { buf = qtn_drm_query_send_forbid; }
       
   168 
       
   169 // For MMS upload
       
   170 RESOURCE TBUF r_sendui_mms_upload_file_corrupted  { buf = qtn_mms_upload_info_corrupted; }
       
   171 RESOURCE TBUF r_sendui_mms_upload_files_corrupted  { buf = qtn_mms_upload_info_corrupted_all; }
       
   172 RESOURCE TBUF r_sendui_mms_upload_some_files_corrupted { buf = qtn_mms_upload_info_corrupted_some; }
       
   173 RESOURCE TBUF r_sendui_mms_upload_one_too_big  { buf = qtn_mms_info_size_not_sent; }
       
   174 RESOURCE TBUF r_sendui_mms_upload_many_too_big  { buf = qtn_mms_info_size_all_not_sent; }
       
   175 RESOURCE TBUF r_sendui_mms_upload_none_cannot_ins  { buf = qtn_mms_info_cannot_send; }
       
   176 RESOURCE TBUF r_sendui_mms_upload_some_inserted  { buf = qtn_mms_info_only_some_sent; }
       
   177 RESOURCE TBUF r_sendui_mms_upload_some_files_deleted  { buf = qtn_mms_info_some_not_supp_send; }
       
   178 RESOURCE TBUF r_sendui_mms_upload_file_not_supported  { buf = qtn_mms_info_obj_not_supp_send; }
       
   179 RESOURCE TBUF r_sendui_mms_upload_files_not_supported  { buf = qtn_mms_info_objects_not_supp_send; }
       
   180 RESOURCE TBUF r_sendui_mms_upload_drm_one_sd  { buf = qtn_drm_query_mms_upload_one_sd; }
       
   181 RESOURCE TBUF r_sendui_mms_upload_drm_many_sd  { buf = qtn_drm_query_mms_upload_all_sd; }
       
   182 RESOURCE TBUF r_sendui_mms_upload_drm_some_sd  { buf = qtn_drm_query_mms_upload_some; }
       
   183 RESOURCE TBUF r_sendui_settings_not_ok_many { buf = qtn_mce_error_stand_settings_many; }
       
   184 
       
   185 RESOURCE TBUF r_sendui_list_query_title  { buf = qtn_query_heading_send; }
       
   186 
       
   187 // DRM notes
       
   188 RESOURCE TBUF r_sendui_drm_send_forbid_one  { buf = qtn_drm_info_send_forbid_one; }
       
   189 RESOURCE TBUF r_sendui_drm_send_forbid_some  { buf = qtn_drm_info_send_forbid_some; }
       
   190 
       
   191 // -----------------------------------------------------------------------------
       
   192 //   
       
   193 // r_sendui_confirmable_info
       
   194 // Confirmation query.
       
   195 //
       
   196 // -----------------------------------------------------------------------------
       
   197 //
       
   198 RESOURCE DIALOG r_sendui_confirmable_info
       
   199     {
       
   200     flags    = EGeneralQueryFlags;
       
   201 	buttons  = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   202     items =
       
   203         {
       
   204         DLG_LINE
       
   205             {
       
   206             type    = EAknCtQuery;
       
   207             id      = EGeneralQuery;
       
   208             control = AVKON_CONFIRMATION_QUERY
       
   209                 {
       
   210                 layout	= EConfirmationQueryLayout;
       
   211                 animation = R_QGN_NOTE_INFO_ANIM;
       
   212                 };
       
   213             }
       
   214         };
       
   215     }
       
   216 
       
   217 RESOURCE TBUF r_sendui_menuitem_write   { buf = qtn_options_write; }
       
   218 RESOURCE TBUF r_sendui_list_query_title_write  { buf = qtn_query_heading_write; }
       
   219 RESOURCE TBUF r_sendui_mme_rmode_file_not_supported  { buf = qtn_mms_info_rmode_object_not_supported; }
       
   220 RESOURCE TBUF r_sendui_mme_rmode_files_not_supported  { buf = qtn_mms_info_rmode_objects_not_supported; }
       
   221 RESOURCE TBUF r_sendui_mme_rmode_some_not_supported  { buf = qtn_mms_info_rmode_some_not_supported; }
       
   222 
       
   223 
       
   224 RESOURCE ARRAY r_senduiserviceorder_array
       
   225 {
       
   226 	items = 
       
   227 		{
       
   228 		NUMBER_INT32 { value = 0x102072D6; }, // KSenduiMtmUniMessageUidValue,
       
   229 		NUMBER_INT32 { value = 0x1020745B; }, // KSenduiMtmAudioMessageUidValue,
       
   230 		NUMBER_INT32 { value = 0x10001028; }, // KSenduiMtmSmtpUidValue,
       
   231 		NUMBER_INT32 { value = 0x101f7c5c; }, // KSenduiMtmSyncMLEmailUidValue,
       
   232 		NUMBER_INT32 { value = 0x10207245; }, // KSenduiMtmPostcardUidValue,
       
   233 		NUMBER_INT32 { value = 0x101F8835; }, // KMmsUploadService1,
       
   234 		NUMBER_INT32 { value = 0x101F8836; }, // KMmsUploadService2,
       
   235 		NUMBER_INT32 { value = 0x101F8837; }, // KMmsUploadService3,
       
   236 		NUMBER_INT32 { value = 0x101F8838; }, // KMmsUploadService4,
       
   237 		NUMBER_INT32 { value = 0x10009ED5; }, // KSenduiMtmBtUidValue,
       
   238 		NUMBER_INT32 { value = 0x100053A4; }, // KSenduiMtmIrUidValue,
       
   239 		NUMBER_INT32 { value = 0x10207388; } // KDrmLinkSenderValue
       
   240 		};
       
   241 }
       
   242 
       
   243 // End of File
       
   244