textandloc_pub/directory_localizer_api/tsrc/data/testsdkdirloc.rss
changeset 16 56cd22a7a1cb
parent 0 1fb32624e06b
child 18 67f6b0d39020
child 21 f2f7b3284356
--- a/textandloc_pub/directory_localizer_api/tsrc/data/testsdkdirloc.rss	Tue Feb 02 02:02:46 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-/*
-* Copyright (c) 2008 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:  Resource definitions for project testsdkdirloc
- *
-*/
-
-
-NAME    TEST
-
-#include <avkon.rsg>
-#include <avkon.rh>
-#include <eikon.rh>
-#include "DirectoryLocalizer.rh"
-
-RESOURCE RSS_SIGNATURE
-    {
-    }
-RESOURCE TBUF
-    {
-    buf = "";
-    }
-
-// ---------------------------------------------------------------------------
-// r_example_localizer_entries
-// ---------------------------------------------------------------------------
-//
-RESOURCE DIRECTORYLOCALIZER r_example_localizer_entries
-    {
-    directories =
-        {
-        DIRECTORY
-            {
-            fullPath = "c:\\example\\";
-            localizedName = "Example";
-            extraData = "New localizer";
-            iconIndex = 0; 
-            },
-        DIRECTORY
-            {
-            fullPath = "c:\\example2\\";
-            localizedName = "Example2";
-            extraData = "New localizer 2";
-            iconIndex = 0; 
-            }
-        };
-    }
-