psln/Rss/PslnSkinNames.rss
author srilekhas <srilekhas@symbian.org>
Fri, 17 Sep 2010 17:57:10 +0100
branchRCL_3
changeset 61 3ef26114864f
parent 0 2f259fa3e83a
permissions -rw-r--r--
Updated missed Bug 2012 fix from the last merge.

/*
* 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