locsrv_plat/map_image_api/tsrc/testprovider/data/mntestprovider.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
--- a/locsrv_plat/map_image_api/tsrc/testprovider/data/mntestprovider.rss	Thu Aug 19 10:20:18 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-/*
-* Copyright (c) 2004-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:  Defines the resources used by the TestProvider.
-*
-*/
-
-
-//  RESOURCE IDENTIFIER
-NAME MNTP
-
-//  INCLUDES
-#include <eikon.rsg>
-#include <eikon.rh>
-#include <avkon.rsg>
-#include <avkon.mbg>
-#include <avkon.rh>
-#include <avkon.loc>
-
-#include <appinfo.rh>
-
-RESOURCE RSS_SIGNATURE {  }
-
-RESOURCE TBUF { buf="MnTestProvider"; }
-
-RESOURCE EIK_APP_INFO
-    {
-    menubar = r_testprovider_menubar;
-    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
-    }
-
-RESOURCE LOCALISABLE_APP_INFO r_testprovider_localisable_app_info
-    {
-    short_caption = "MnTestProvider";
-    caption_and_icon =
-        CAPTION_AND_ICON_INFO
-            {
-            caption = "MnTestProvider";
-            };
-    view_list = {};            
-    }
-
-RESOURCE CONTEXT_PANE r_testprovider_app_icon
-    {
-    }
-
-RESOURCE MENU_BAR r_testprovider_menubar
-    {
-    titles =
-        {
-        MENU_TITLE
-            {
-            menu_pane = r_testprovider_menu;
-            }
-        };
-    }
-
-RESOURCE MENU_PANE r_testprovider_menu
-    {
-    items =
-        {
-        MENU_ITEM
-            {
-            command = EAknCmdExit;
-            txt = "Exit";
-            }
-        };
-    }
-