devencdiskutils/DevEncStarter/data/DevEncStarter.rss
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2007 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 file for the ES System Application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    ESSA // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.mbg>
       
    27 
       
    28 //  CONSTANTS  
       
    29 
       
    30 //  MACROS
       
    31 
       
    32 //  RESOURCE DEFINITIONS 
       
    33 
       
    34 RESOURCE RSS_SIGNATURE { }
       
    35 
       
    36 //RESOURCE TBUF { buf = "DevEncStarter"; }
       
    37 
       
    38 RESOURCE EIK_APP_INFO
       
    39     {
       
    40     status_pane = r_devencstarter_status_pane;
       
    41     }
       
    42 
       
    43 // ---------------------------------------------------------
       
    44 //
       
    45 //  r_devencstarter_status_pane
       
    46 //  Define status pane of DevEncStarter.
       
    47 //
       
    48 // ---------------------------------------------------------
       
    49 //
       
    50 RESOURCE STATUS_PANE_APP_MODEL r_devencstarter_status_pane
       
    51     {
       
    52     layout = R_AVKON_STATUS_PANE_LAYOUT_EMPTY;
       
    53     }