vpnengine/vpncleaner/data/VPNcleaner.rss
changeset 0 33413c0669b9
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     1 /*
       
     2 * Copyright (c) 2003 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 for the VPNcleaner.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    AWIZ // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include <eikon.rh>
       
    25 //#include <avkon.rsg>
       
    26 //#include <avkon.rh>
       
    27 //#include <avkon.mbg>
       
    28 #include "vpncleaner.hrh"
       
    29 #include "vpncleaner.loc"
       
    30 
       
    31 
       
    32 //  CONSTANTS  
       
    33 //#define ?constant   ?value
       
    34 
       
    35 
       
    36 //  MACROS  
       
    37 //#define ?macro
       
    38 
       
    39 
       
    40 //  RESOURCE DEFINITIONS 
       
    41 
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 RESOURCE TBUF { buf="VPNcleaner"; }
       
    45 
       
    46 RESOURCE EIK_APP_INFO
       
    47     {
       
    48     /*
       
    49     hotkeys=r_vpncleaner_hotkeys;
       
    50     menubar=r_vpncleaner_menubar;
       
    51     cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;     
       
    52     */
       
    53     }
       
    54 
       
    55 //----------------------------------------------------
       
    56 //   
       
    57 //    r_vpncleaner_hotkeys
       
    58 //    ?description
       
    59 //
       
    60 //----------------------------------------------------
       
    61 //
       
    62 /*
       
    63 RESOURCE HOTKEYS r_vpncleaner_hotkeys
       
    64     {
       
    65     control=
       
    66         {
       
    67         HOTKEY { command=EAknCmdExit; key='e'; }
       
    68         };
       
    69     }
       
    70 */
       
    71 //----------------------------------------------------
       
    72 //   
       
    73 //    r_vpncleaner_menubar
       
    74 //    ?description
       
    75 //
       
    76 //----------------------------------------------------
       
    77 //
       
    78 
       
    79 /*
       
    80 RESOURCE MENU_BAR r_vpncleaner_menubar
       
    81     {
       
    82     titles=
       
    83         {
       
    84         MENU_TITLE { menu_pane=r_vpncleaner_menu; txt="File"; }
       
    85         };
       
    86     }
       
    87 */
       
    88 //----------------------------------------------------
       
    89 //   
       
    90 //    r_vpncleaner_menu
       
    91 //    ?description
       
    92 //
       
    93 //----------------------------------------------------
       
    94 //
       
    95 
       
    96 /*
       
    97 RESOURCE MENU_PANE r_vpncleaner_menu
       
    98     {
       
    99     items=
       
   100         {
       
   101         MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
       
   102         };
       
   103     }
       
   104 */
       
   105 //----------------------------------------------------
       
   106 //   
       
   107 //    r_vpncleaner_app_menu
       
   108 //    ?description
       
   109 //
       
   110 //----------------------------------------------------
       
   111 //
       
   112 /*
       
   113 RESOURCE MENU_PANE r_vpncleaner_app_menu
       
   114     {
       
   115     items=
       
   116         {
       
   117         MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
       
   118         };
       
   119     }
       
   120 */
       
   121 
       
   122 // End of File