videofeeds/vcxnotifier/rss/vcxnotifier.rss
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 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 the License "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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 NAME    CONN // 4 letter ID
       
    23 
       
    24 
       
    25 //  INCLUDES
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <appinfo.rh>
       
    30 #include <avkon.loc>
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 #include <eikon.rh>
       
    33 
       
    34 #include <ipvideo.loc>
       
    35 
       
    36 
       
    37 //  RESOURCE DEFINITIONS 
       
    38 
       
    39 // -----------------------------------------------------------------------------
       
    40 //   
       
    41 // Resource file signature
       
    42 //
       
    43 // -----------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE 
       
    46     { 
       
    47     }
       
    48 
       
    49 // -----------------------------------------------------------------------------
       
    50 //   
       
    51 // Default document name
       
    52 //
       
    53 // -----------------------------------------------------------------------------
       
    54 //
       
    55 RESOURCE TBUF 
       
    56     { 
       
    57     buf = ""; 
       
    58     }
       
    59 
       
    60 
       
    61 // -----------------------------------------------------------------------------
       
    62 // r_iptv_con_util_common_wait_softkey_empty_cancel
       
    63 // Used when read-only-iap
       
    64 // -----------------------------------------------------------------------------
       
    65 //
       
    66 RESOURCE CBA r_iptv_con_util_common_wait_softkey_empty_cancel
       
    67     {
       
    68     buttons =
       
    69         {
       
    70         CBA_BUTTON 
       
    71             { 
       
    72             txt = "";
       
    73             },
       
    74         AVKON_CBA_BUTTON
       
    75             {
       
    76             id = EAknSoftkeyCancel;
       
    77             txt = text_softkey_cancel;
       
    78             }
       
    79         };
       
    80     }
       
    81 
       
    82 
       
    83 // ---------------------------------------------------------------------------
       
    84 // r_iptv_con_util_common_wait_note
       
    85 // Generic wait note.
       
    86 // ---------------------------------------------------------------------------
       
    87 //
       
    88 RESOURCE DIALOG r_iptv_con_util_common_wait_note
       
    89     {
       
    90     flags = EAknWaitNoteFlags;
       
    91     buttons = r_iptv_con_util_common_wait_softkey_empty_cancel;
       
    92     items =
       
    93         {
       
    94          DLG_LINE
       
    95              {
       
    96              type = EAknCtNote;
       
    97              id = EGeneralNote;
       
    98              control = AVKON_NOTE
       
    99                  {
       
   100                  layout = EWaitLayout;
       
   101                  animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   102                  };
       
   103              }
       
   104          };
       
   105      }
       
   106 
       
   107 
       
   108 // -----------------------------------------------------------------------------
       
   109 // RESOURCE STRINGS CONNECTING
       
   110 // -----------------------------------------------------------------------------
       
   111 //
       
   112 RESOURCE TBUF r_iptv_con_util_connecting_via_note
       
   113     {
       
   114     buf = qtn_iptv_connecting_wait_note; 
       
   115     }
       
   116 
       
   117 
       
   118 RESOURCE TBUF r_iptv_con_util_connecting_note
       
   119     {
       
   120     buf = qtn_vcx_wait_general_connecting;
       
   121     }
       
   122 
       
   123 // End of File