emailcontacts/contactactionservice/pocplugin/data/fscpocplugin.rss
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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 poc plugin 
       
    15 *
       
    16 */
       
    17 
       
    18 // RESOURCE IDENTIFIER
       
    19 NAME    FPOC // 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 <AiwCommon.hrh> // for service commands
       
    32 #include <AiwCommon.rh> // structure definitions
       
    33 #include <AiwPoCParameters.hrh>
       
    34 
       
    35 // </cmail>
       
    36 #include <fscplugin.loc>
       
    37 #include <fscpocplugin.loc>
       
    38 // </cmail>
       
    39 
       
    40 // RESOURCE DEFINITIONS 
       
    41 
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 RESOURCE TBUF { buf = ""; }
       
    45 
       
    46 RESOURCE TBUF r_fs_action_ptt { buf = qtn_fs_action_ptt; }
       
    47 
       
    48 RESOURCE TBUF r_fs_note_number_missing 
       
    49     {
       
    50     buf = qtn_fs_query_call_n_available_numbers; 
       
    51     }
       
    52 
       
    53 // ---------------------------------------------------------------------------
       
    54 //
       
    55 //   r_poc_aiw_interest
       
    56 //
       
    57 // ---------------------------------------------------------------------------
       
    58 //
       
    59 RESOURCE AIW_INTEREST r_poc_aiw_interest
       
    60     {
       
    61     items =
       
    62         {
       
    63         AIW_CRITERIA_ITEM
       
    64             {
       
    65             id              = KAiwCmdPoC;
       
    66             serviceCmd      = KAiwCmdPoC;
       
    67             serviceClass    = KAiwClassBase;
       
    68             contentType     = "*";
       
    69             defaultProvider = KS60PoCAiwProviderImplUid;
       
    70             maxProviders    = 1;
       
    71             }
       
    72         };
       
    73     }
       
    74 
       
    75 // ---------------------------------------------------------------------------
       
    76 //
       
    77 //   r_fs_number_missing_query_dialog
       
    78 //
       
    79 // ---------------------------------------------------------------------------
       
    80 //
       
    81 RESOURCE DIALOG r_fs_number_missing_query_dialog
       
    82     {
       
    83     flags=EGeneralQueryFlags;
       
    84     buttons=R_AVKON_SOFTKEYS_YES_NO;
       
    85     items=
       
    86         {
       
    87         DLG_LINE
       
    88             {
       
    89             type=EAknCtQuery;
       
    90             id=EGeneralQuery;
       
    91             control= AVKON_CONFIRMATION_QUERY 
       
    92                 { 
       
    93                 layout = EConfirmationQueryLayout;
       
    94                 animation = R_QGN_NOTE_WARNING_ANIM;
       
    95                 };
       
    96             }
       
    97         };
       
    98     }
       
    99     
       
   100 // ---------------------------------------------------------------------------
       
   101 //
       
   102 //    Localizable application information
       
   103 //
       
   104 // ---------------------------------------------------------------------------
       
   105 //
       
   106 RESOURCE LOCALISABLE_APP_INFO r_pocplugin_localisable_app_info
       
   107     {
       
   108     short_caption = qtn_fs_action_ptt;
       
   109     caption_and_icon = 
       
   110     CAPTION_AND_ICON_INFO
       
   111         {
       
   112         caption = qtn_fs_action_ptt;
       
   113         number_of_icons = 1;
       
   114         icon_file = "\\resource\\apps\\fscpocplugin.mif";
       
   115         };
       
   116     }
       
   117     
       
   118 // End of file