landmarks/locationlandmarks/tsrc/LandmarkTestModule/databases/landmarks/eposlmglobalcategoriesR02.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 = 0;
       
    52             },
       
    53         POS_LM_CATEGORY_INFO
       
    54             {
       
    55             category_id = 2;
       
    56             category_name = Bar;
       
    57             icon_index = 2;
       
    58             icon_mask_index = 2;
       
    59 	    icon_file_index = 1;
       
    60             },
       
    61         POS_LM_CATEGORY_INFO
       
    62             {
       
    63             category_id = 3;
       
    64             category_name = "Gas station";
       
    65             icon_index = 5;
       
    66             icon_mask_index = 2;
       
    67             },
       
    68         POS_LM_CATEGORY_INFO
       
    69             {
       
    70             category_id = 4;
       
    71             category_name = Hotel;
       
    72             icon_index = 2;
       
    73             icon_mask_index = 1;
       
    74             },
       
    75         POS_LM_CATEGORY_INFO
       
    76             {
       
    77             category_id = 5;
       
    78             category_name = Shop;
       
    79             },
       
    80         POS_LM_CATEGORY_INFO
       
    81             {
       
    82             category_id = 6;
       
    83             category_name = Sight;
       
    84             },
       
    85         POS_LM_CATEGORY_INFO
       
    86             {
       
    87             category_id = 9;
       
    88             category_name = "Car park";
       
    89             },
       
    90         POS_LM_CATEGORY_INFO
       
    91             {
       
    92             category_id = 10;
       
    93             category_name = "Bus stop";
       
    94             },
       
    95 	POS_LM_CATEGORY_INFO
       
    96             {
       
    97             category_id = 11;
       
    98             category_name = Pools;
       
    99             },
       
   100         POS_LM_CATEGORY_INFO
       
   101             {
       
   102             category_id = 12;
       
   103             category_name = "Shopping streets";
       
   104             }
       
   105         };
       
   106     }
       
   107 
       
   108 // End of File
       
   109 
       
   110