landmarks/locationlandmarks/tsrc/LandmarkTestModule/databases/landmarks/eposlmglobalcategoriesR01.rss
branchRCL_3
changeset 44 2b4ea9893b66
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/landmarks/locationlandmarks/tsrc/LandmarkTestModule/databases/landmarks/eposlmglobalcategoriesR01.rss	Tue Aug 31 15:37:04 2010 +0300
@@ -0,0 +1,109 @@
+/*
+* 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
+
+