smartinstaller/bootstrap/data/smartinstaller.rss
branchADM
changeset 14 343c622c9f65
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/smartinstaller/bootstrap/data/smartinstaller.rss	Fri Feb 19 15:03:34 2010 +0530
@@ -0,0 +1,94 @@
+/*
+* Copyright (c) 2009-2010 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: 
+*     Resource file for Bootstrap
+*
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME SIBS    // 4 letter ID
+
+//  INCLUDES
+#include <eikon.rh>
+#include <avkon.rh>
+#include <avkon.rsg>
+#include <appinfo.rh>
+#include "smartinstaller.rls"
+
+//  RESOURCE DEFINITIONS
+// -----------------------------------------------------------------------------
+//
+//    Define the resource file signature
+//    This resource should be empty.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE
+		{
+		}
+
+// -----------------------------------------------------------------------------
+//
+//    Default Document Name
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_default_document_name
+		{
+		buf="SIBS";
+		}
+
+// -----------------------------------------------------------------------------
+//
+//    Define default menu and CBA key.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+	{
+	menubar = r_focusevent_menubar;
+	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+	}
+
+
+RESOURCE MENU_BAR r_focusevent_menubar
+	{
+	titles =
+		{
+		};
+	}
+
+
+RESOURCE TBUF r_http_transaction_err            {   buf = STRING_r_http_transaction_err;          }
+RESOURCE TBUF r_installation_failure_err        {   buf = STRING_r_installation_failure_err;      }
+RESOURCE TBUF r_installation_cancelled          {   buf = STRING_r_installation_cancelled;        }
+RESOURCE TBUF64 r_adm_env_creation_wait_text    {   buf = STRING_r_adm_env_creation_wait_text;    }
+
+// ----------------------------------------------------------------------------
+//
+// r_bootstrap_localisable_app_info
+//
+// ----------------------------------------------------------------------------
+//
+RESOURCE LOCALISABLE_APP_INFO r_bootstrap_localisable_app_info
+	{
+	short_caption = STRING_r_sibs_short_caption_string;
+	caption_and_icon =
+		CAPTION_AND_ICON_INFO
+		{
+		caption = STRING_r_sibs_caption_string;
+		};
+	}