landmarks/locationlandmarks/tsrc/LandmarkTestModule/databases/landmarks/eposlmglobalcategoriesR01.rss
author hgs
Fri, 09 Jul 2010 20:18:03 +0530
changeset 35 1a92308afc46
parent 33 834e27cad510
permissions -rw-r--r--
201027

/*
* Copyright (c) 2005 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: 
*   ?description_line
*
*/


//  INCLUDES
#include <uikon.rh>
#include <EPos_LmCatDef.rh>
#include "EPos_LmCatLanguages.hrh"

//  RESOURCE DEFINITIONS

// -----------------------------------------------------------------------------
//
// POS_LM_CATEGORY_SPECIFICATION
// Global category specification. 
//
// -----------------------------------------------------------------------------
//

RESOURCE POS_LM_CATEGORY_SPECIFICATION glcategories
    {
    icon_files = 
        {
        "c:\\system\\data\\test1.mbm",
        "c:\\system\\data\\test2.mbm",
        "c:\\system\\data\\test3.mbm"
        };

    categories = 
        {
        POS_LM_CATEGORY_INFO
            {
            category_id = 1;
            category_name = Restaurant;
            icon_index = 1;
            icon_mask_index = 2;
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 2;
            category_name = Bar;
            icon_index = 2;
            icon_mask_index = 1;
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 3;
            category_name = "Gas station";
            icon_index = 5;
            icon_mask_index = 2;
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 4;
            category_name = Hotel;
            icon_index = 2;
            icon_mask_index = 2;
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 5;
            category_name = Shop;
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 6;
            category_name = Sight;
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 7;
            category_name = "Sports ground";
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 8;
            category_name = Garage;
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 9;
            category_name = "Car park";
            },
        POS_LM_CATEGORY_INFO
            {
            category_id = 10;
            category_name = "Bus stop";
            }
        };
    }

// End of File