phonebookui/Phonebook2/USIMExtension/rss/Pbk2USimCbaResources.rss
author andy simpson <andrews@symbian.org>
Thu, 02 Sep 2010 15:35:50 +0100
branchRCL_3
changeset 64 c1e8ba0c2b16
parent 0 e686773b3f54
permissions -rw-r--r--
Merge after bad RCL_3 drop reverted

/*
* Copyright (c) 2002-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: 
*     This file contains all the cba resources for Pbk2USimUI module.
*
*/


// --------------------------------------------------------------------------
// Options - Open - Back for SDN
// --------------------------------------------------------------------------
//
RESOURCE CBA r_psu_softkeys_options_back_open
    {
    flags = 0;
    buttons =
        {
        CBA_BUTTON
            {
            id = EAknSoftkeyOptions;
            txt = text_softkey_option;
            },
        CBA_BUTTON
            {
            id = EAknSoftkeyBack;
            txt= text_softkey_back;
            },
        CBA_BUTTON
            {
            id = EPsu2CmdOpenServiceDialingInfoView;
            txt= text_softkey_open;            
            }
        };
    }        

// --------------------------------------------------------------------------
// Options - Open - Back for FDN
// --------------------------------------------------------------------------
//
RESOURCE CBA r_psu_fdn_softkeys_options_back_open
    {
    flags = 0;
    buttons =
        {
        CBA_BUTTON
            {
            id = EAknSoftkeyOptions;
            txt = text_softkey_option;
            },
        CBA_BUTTON
            {
            id = EAknSoftkeyBack;
            txt= text_softkey_back;
            },
        CBA_BUTTON
            {
            id = EPsu2CmdOpenFixedDialingInfoView;
            txt= text_softkey_open;            
            }
        };
    }     
    
// --------------------------------------------------------------------------
// Options - Empty - Done for FDN editor
// --------------------------------------------------------------------------
//
RESOURCE CBA r_psu_fdn_softkeys_options_done_empty
    {
    flags = 0;
    buttons =
        {
        CBA_BUTTON
            {
            id = EAknSoftkeyOptions;
            txt = text_softkey_option;
            },
        CBA_BUTTON
            {
            id = EAknSoftkeyDone;
            txt= text_softkey_done;
            },
        CBA_BUTTON
            {
            id = EAknSoftkeyEmpty;
            txt= "";            
            }
        };
    }       

// --------------------------------------------------------------------------
// Options - Empty - Back for Own Number
// --------------------------------------------------------------------------
//
RESOURCE CBA r_psu_own_softkeys_options_back_empty
    {
    flags = 0;
    buttons =
        {
        CBA_BUTTON
            {
            id = EAknSoftkeyOptions;
            txt = text_softkey_option;
            },
        CBA_BUTTON
            {
            id = EAknSoftkeyBack;
            txt= text_softkey_back;
            },
        CBA_BUTTON
            {
            id = EAknSoftkeyEmpty;
            txt= "";            
            }
        };
    }     

// --------------------------------------------------------------------------
// Options - Context Menu - Back for Names list
// --------------------------------------------------------------------------
//
RESOURCE CBA r_psu_softkeys_options_back_context
    {
    flags = 0;
    buttons =
        {
        CBA_BUTTON
            {
            id = EAknSoftkeyOptions;
            txt = text_softkey_option;
            },
        CBA_BUTTON
            {
            id = EAknSoftkeyBack;
            txt = text_softkey_back;
            },
        CBA_BUTTON
            {
            id = EAknSoftkeyContextOptions;
            txt = text_softkey_option;
            }
        };
    }

// End of file