psln/Rss/PslnSkinNames.rss
changeset 0 2f259fa3e83a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/psln/Rss/PslnSkinNames.rss	Tue Feb 02 01:00:49 2010 +0200
@@ -0,0 +1,81 @@
+/*
+* Copyright (c) 2002-2006 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:  Localized resources for skin names
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME    PSSN // 4 letter ID
+
+//  INCLUDES
+#include <eikon.rh>
+
+#include "PslnSkinNames.rh"
+#include <psln.loc>
+
+//  RESOURCE DEFINITIONS 
+
+// -----------------------------------------------------------------------------
+//
+//    RSS_SIGNATURE
+//
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+
+// **SKIN NAMES
+
+// -----------------------------------------------------------------------------
+//
+//    r_psln_skin_names
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE PSLN_SKINNAME_LIST r_psln_skinname_list
+    {
+    items = 
+        {
+        // Series 60 Default System skin
+        PSLN_SKINNAME
+            {
+            pid1 = 0x101f84b9;
+            pid2 = 0;
+            listname = qtn_skins_list_namenoktheme;
+            titlename = qtn_skins_title_s60;
+            },
+        // Series 60 reference "Ice" skin
+        PSLN_SKINNAME
+            {
+            pid1 = 0x101f84ba;
+            pid2 = 0;
+            listname = qtn_skins_list_nameskin1;
+            titlename = qtn_skins_title_skin1;
+            },
+        // Series 60 reference "Structure" skin
+        PSLN_SKINNAME
+            {
+            pid1 = 0x101f84bb;
+            pid2 = 0;
+            listname = qtn_skins_list_nameskin2;
+            titlename = qtn_skins_title_skin2;
+            }
+        };
+    }
+
+// End of File