securitydialogs/Autolock/data/Autolock.rss
branchGCC_SURGE
changeset 40 604cd42065d1
parent 29 b63e8c2d8cff
parent 38 e0432375ea67
--- a/securitydialogs/Autolock/data/Autolock.rss	Thu Jun 17 12:11:51 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,106 +0,0 @@
-/*
-* Copyright (c) 2002 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 resources for the Autolock.
-*     
-*
-*/
-
-
-//  RESOURCE IDENTIFIER
-NAME    ALCK // 4 letter ID
-
-//  INCLUDES
-
-#include <eikon.rh>
-#include "autolock.hrh"
-#include <autolock.loc>
-#include "eikon.rsg"
-#include <avkon.rsg>
-#include <avkon.rh>
-#include <avkon.loc>
-#include <avkon.mbg>
-#include <autolock.mbg>
-
-
-//  RESOURCE DEFINITIONS 
-
-RESOURCE RSS_SIGNATURE { }
-
-RESOURCE TBUF { buf=""; }
-
-RESOURCE EIK_APP_INFO
-	{
-	status_pane = r_autolock_status_pane;
-	}
-
-RESOURCE STATUS_PANE_APP_MODEL r_autolock_status_pane
-    {
-    layout = R_AVKON_STATUS_PANE_LAYOUT_IDLE;
-    panes =
-        {
-        SPANE_PANE
-            {
-            id = EEikStatusPaneUidTitle;
-            type = EAknCtTitlePane;
-            resource = r_title_pane_locked;
-            }
-        };
-    }
-
-
-RESOURCE AVKON_VIEW r_locked_view
-	{
-	}
-
-
-
-RESOURCE CBA r_autolock_softkeys_unlock_empty
-    {
-    buttons = 
-        {
-        CBA_BUTTON{id=ESecUiCmdUnlock; txt= qtn_set_sec_unlock_system; },
-        CBA_BUTTON{id=EAknSoftkeyEmpty; txt=text_softkey_empty; },
-        CBA_BUTTON{id=EAknSoftkeyEmpty; txt=text_softkey_empty; }
-        };    
-    }
-
-
-RESOURCE TITLE_PANE r_title_pane_locked
-	{
-	txt = qtn_set_sec_title_locked;
-	}
-
-
-
-RESOURCE DIALOG r_emergency
-	{
-	flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
-            EEikDialogFlagCbaButtons;
-	buttons=R_AVKON_SOFTKEYS_CANCEL;
-    items=
-		{
-		DLG_LINE
-			{
-	    	type=EAknCtNote;
-			id=EGeneralNote;
-			control= AVKON_NOTE 
-				{ 
-	                layout = EGeneralLayout;
-				};
-			}
-		};
-	}
-
-// end of file