phonebookui/Phonebook2/USIMExtension/rss/Pbk2USimCbaResources.rss
changeset 0 e686773b3f54
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/Phonebook2/USIMExtension/rss/Pbk2USimCbaResources.rss	Tue Feb 02 10:12:17 2010 +0200
@@ -0,0 +1,155 @@
+/*
+* 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