locationlandmarksuirefapp/data/lmuirefapp.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
--- a/locationlandmarksuirefapp/data/lmuirefapp.rss	Thu Aug 19 09:48:36 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,149 +0,0 @@
-/*
-* 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:   LandmarksUi Content File -    
-*     This file contains all the resources for the LM UI Ref Application.
-*
-*/
-
-
-
-
-
-
-//  RESOURCE IDENTIFIER
-NAME    AWIZ // 4 letter ID
-
-//  INCLUDES
-#include <eikon.rh>
-#include "lmuirefapp.hrh"
-#include "lmuirefapp.rls"
-#include <avkon.rsg>
-#include <avkon.rh>
-#include <avkon.mbg>
-#include <appinfo.rh>
-
-//RESOURCE DEFINITIONS 
-RESOURCE RSS_SIGNATURE { }
-
-RESOURCE TBUF { buf="LmkUIRefApp"; }
-
-RESOURCE EIK_APP_INFO
-    {
-    }
-        
-RESOURCE LOCALISABLE_APP_INFO r_lmuirefapp_localisable_app_info
-		{
-		short_caption =  qtn_lmuirefapp_title;
-		caption_and_icon = CAPTION_AND_ICON_INFO
-		        {
-		        caption = qtn_lmuirefapp_title;
-		number_of_icons = 1;
-			icon_file = 
-		        "\\resource\\apps\\lmuirefapp_icon.mif";
-		        };
-		}            
-
-//----------------------------------------------------
-//
-//    r_lmuirefapp_view
-//    By landmark view
-//
-//----------------------------------------------------
-//
-RESOURCE AVKON_VIEW r_lmuirefapp_view 
-    {
-    menubar = r_lmuirefapp_menubar;
-    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
-    }
-
-//----------------------------------------------------
-//
-//    r_lmk_bylm_menubar
-//
-//----------------------------------------------------
-//
-RESOURCE MENU_BAR r_lmuirefapp_menubar 
-    {
-    titles=
-        {
-        MENU_TITLE { menu_pane = r_lmuirefapp_menu1; txt = ""; }
-        };
-    }
-
-RESOURCE MENU_PANE r_lmuirefapp_menu1
-{
-items=
-{
-	MENU_ITEM { command = ELmUiRefAppCmdNewLm;
-	                                txt = "New landmark";
-	                          },
-	MENU_ITEM { command = ELmUiRefAppCmdEditLm;
-	                                txt = "Edit landmark";
-	                          },
-	MENU_ITEM { command = ELmUiRefAppCmdViewLm;
-	                                txt = "View landmark";
-	                          },
-	MENU_ITEM { command = ELmUiRefAppCmdDeleteLm;
-	                                txt = "Delete landmark";
-	                          },	
-  MENU_ITEM { command = ELmUiRefAppCmdSingleCatSelector;
-													        txt = "Show single category selector";
-  													},
-	MENU_ITEM { command = ELmUiRefAppCmdMultiLmSelector;
-	                                txt = "Show multiple landmark selector";
-	                          },
-	MENU_ITEM { command = ELmUiRefAppCmdMultiCatSelector;
-	                                txt = "Show multiple category selector"; 
-	                          }	    	    
-	};
-}
-    
-//----------------------------------------------------
-//   
-//    r_lm_delete_landmark
-//    Text for confirmation query
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_lmuirefapp_delete_landmark
-    {
-    buf = qtn_lmuirefapp_conf_delete_landmark;
-    }
-
-//----------------------------------------------------
-//   
-//    r_lmuirefapp_query
-//    
-//
-//----------------------------------------------------
-//
-RESOURCE DIALOG r_lmuirefapp_query
-	{
-	flags = EGeneralQueryFlags;
-	buttons = R_AVKON_SOFTKEYS_YES_NO;
-	items = 
-		{
-		DLG_LINE
-			{
-			type = EAknCtQuery;
-			id = EGeneralQuery;
-			control = AVKON_CONFIRMATION_QUERY
-				{
-				layout = EConfirmationQueryLayout;
-				};
-			}
-		};
-	}
- 
-// End of File