landmarks/locationlandmarks/tsrc/LandmarkTestModule/databases/landmarks/eposlmglobalcategoriesR01.rss
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *   ?description_line
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <uikon.rh>
       
    22 #include <EPos_LmCatDef.rh>
       
    23 #include "EPos_LmCatLanguages.hrh"
       
    24 
       
    25 //  RESOURCE DEFINITIONS
       
    26 
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 // POS_LM_CATEGORY_SPECIFICATION
       
    30 // Global category specification. 
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 
       
    35 RESOURCE POS_LM_CATEGORY_SPECIFICATION glcategories
       
    36     {
       
    37     icon_files = 
       
    38         {
       
    39         "c:\\system\\data\\test1.mbm",
       
    40         "c:\\system\\data\\test2.mbm",
       
    41         "c:\\system\\data\\test3.mbm"
       
    42         };
       
    43 
       
    44     categories = 
       
    45         {
       
    46         POS_LM_CATEGORY_INFO
       
    47             {
       
    48             category_id = 1;
       
    49             category_name = Restaurant;
       
    50             icon_index = 1;
       
    51             icon_mask_index = 2;
       
    52             },
       
    53         POS_LM_CATEGORY_INFO
       
    54             {
       
    55             category_id = 2;
       
    56             category_name = Bar;
       
    57             icon_index = 2;
       
    58             icon_mask_index = 1;
       
    59             },
       
    60         POS_LM_CATEGORY_INFO
       
    61             {
       
    62             category_id = 3;
       
    63             category_name = "Gas station";
       
    64             icon_index = 5;
       
    65             icon_mask_index = 2;
       
    66             },
       
    67         POS_LM_CATEGORY_INFO
       
    68             {
       
    69             category_id = 4;
       
    70             category_name = Hotel;
       
    71             icon_index = 2;
       
    72             icon_mask_index = 2;
       
    73             },
       
    74         POS_LM_CATEGORY_INFO
       
    75             {
       
    76             category_id = 5;
       
    77             category_name = Shop;
       
    78             },
       
    79         POS_LM_CATEGORY_INFO
       
    80             {
       
    81             category_id = 6;
       
    82             category_name = Sight;
       
    83             },
       
    84         POS_LM_CATEGORY_INFO
       
    85             {
       
    86             category_id = 7;
       
    87             category_name = "Sports ground";
       
    88             },
       
    89         POS_LM_CATEGORY_INFO
       
    90             {
       
    91             category_id = 8;
       
    92             category_name = Garage;
       
    93             },
       
    94         POS_LM_CATEGORY_INFO
       
    95             {
       
    96             category_id = 9;
       
    97             category_name = "Car park";
       
    98             },
       
    99         POS_LM_CATEGORY_INFO
       
   100             {
       
   101             category_id = 10;
       
   102             category_name = "Bus stop";
       
   103             }
       
   104         };
       
   105     }
       
   106 
       
   107 // End of File
       
   108 
       
   109