phonebookui/Phonebook2/remotecontactlookup/contactactionservice/sendplugin/data/pbk2rclsendplugin.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2008 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 Remote Contact Lookup Service
       
    15 *
       
    16 */
       
    17 
       
    18 // RESOURCE IDENTIFIER
       
    19 NAME    FSND // 4 letter ID
       
    20 
       
    21 // INCLUDE FILES
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.mbg>
       
    26 #include <avkon.loc>
       
    27 #include <appinfo.rh>
       
    28 #include <data_caging_paths_strings.hrh>
       
    29 #include <eikon.hrh>
       
    30 
       
    31 #include <phonebook2rcl.loc>
       
    32 
       
    33 // RESOURCE DEFINITIONS 
       
    34 
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 RESOURCE TBUF { buf = ""; }
       
    38 
       
    39 RESOURCE TBUF r_fs_action_message     { buf = qtn_fs_action_msg; }
       
    40 
       
    41 RESOURCE TBUF r_fs_action_audio     { buf = qtn_fs_action_audio; }
       
    42 
       
    43 RESOURCE TBUF r_fs_action_postcard  { buf = qtn_fs_action_postcard; }
       
    44 
       
    45 RESOURCE TBUF r_fs_action_email     { buf = qtn_fs_action_email; }
       
    46 
       
    47 RESOURCE TBUF r_fs_note_number_missing { buf = qtn_fs_query_info_missing; }
       
    48 
       
    49 RESOURCE TBUF r_fs_postcard_write_attachment_tag { buf = "X-Nokia-PhonebookId_temp"; }
       
    50 
       
    51 // -----------------------------------------------------------------------------
       
    52 //
       
    53 //   r_fs_number_missing_query_dialog
       
    54 //
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 RESOURCE DIALOG r_fs_number_missing_query_dialog
       
    58     {
       
    59     flags=EGeneralQueryFlags;
       
    60     buttons=R_AVKON_SOFTKEYS_YES_NO;
       
    61     items=
       
    62         {
       
    63         DLG_LINE
       
    64             {
       
    65             type=EAknCtQuery;
       
    66             id=EGeneralQuery;
       
    67             control= AVKON_CONFIRMATION_QUERY 
       
    68                 { 
       
    69                 layout = EConfirmationQueryLayout;
       
    70                 animation = R_QGN_NOTE_WARNING_ANIM;
       
    71                 };
       
    72             }
       
    73         };
       
    74     }
       
    75     
       
    76 // -----------------------------------------------------------------------------
       
    77 //
       
    78 //    Localizable application information
       
    79 //
       
    80 // -----------------------------------------------------------------------------
       
    81 //
       
    82 RESOURCE LOCALISABLE_APP_INFO r_sendplugin_localisable_app_info
       
    83     {
       
    84     short_caption = qtn_fs_action_msg;
       
    85     caption_and_icon = 
       
    86     CAPTION_AND_ICON_INFO
       
    87         {
       
    88         caption = qtn_fs_action_msg;
       
    89         number_of_icons = 1;
       
    90         icon_file = "\\resource\\apps\\pbk2rclsendplugin.mif";
       
    91         };
       
    92     }
       
    93     
       
    94 // End of file