mmsharing/mmshindicator/tsrc/IndicatorTestApp/group/IndicatorTestApp.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:12:07 +0300
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
permissions -rw-r--r--
Revision: 201032 Kit: 201035

/*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
* 
* Description:
*
*/

NAME HELL

#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.rsg>

#include "IndicatorTestApp.hrh"


// ---------------------------------------------------------
//   
//    Define the resource file signature 
//    This resource should be empty.
//
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }

// ---------------------------------------------------------
//   
//    Default Document Name
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_default_document_name { buf=""; }

// ---------------------------------------------------------
//   
//    Define default menu and CBA key.
//
// ---------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    menubar = r_IndicatorTestApp_menubar;
    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
    }


// ---------------------------------------------------------
//   
//   r_IndicatorTestApp_menubar
//   Menubar for IndicatorTestApp example
//
// ---------------------------------------------------------
//
RESOURCE MENU_BAR r_IndicatorTestApp_menubar
    {
    titles =
        {
        MENU_TITLE {menu_pane = r_IndicatorTestApp_menu;}
        };
    }


// ---------------------------------------------------------
//   
//   r_IndicatorTestApp_menu
//   Menu for "Options"
//
// ---------------------------------------------------------
//
RESOURCE MENU_PANE r_IndicatorTestApp_menu
    {
    items = 
        {
        MENU_ITEM {command = EIndicatorTestAppSharingAvailable;  txt = "Sharing Available";},
        MENU_ITEM {command = EIndicatorTestAppSharingNotAvailable;  txt = "Sharing Not Available";},

        MENU_ITEM {command = EIndicatorTestAppEnableOperator;  txt = "Set operator specific";},
        MENU_ITEM {command = EIndicatorTestAppDisableOperator;  txt = "Set non operator specific";},


        MENU_ITEM {command = EIndicatorTestAppAudiotoryNotification;  txt = "Set play sound";},
        MENU_ITEM {command = EIndicatorTestAppNoAudiotoryNotification;  txt = "Set no sound";},

        MENU_ITEM {command = EIndicatorTestAppPopUpNotification;  txt = "Set pop-up notification";},
        MENU_ITEM {command = EIndicatorTestAppNoPopUpNotification;  txt = "Set no pop-up notification";},

        MENU_ITEM {command = EIndicatorTestAppIconNotification;  txt = "Set icon notification";},
        MENU_ITEM {command = EIndicatorTestAppNoIconNotification;  txt = "Set no icon notification";},

        MENU_ITEM {command = EAknSoftkeyExit;   txt = "Exit";}
        };
    }