classicui_pub/common_file_dialogs_api/tsrc/data/testsdkcfd.rss
branchGCC_SURGE
changeset 44 484cb5040995
parent 32 512f698a535d
parent 40 7165f928e888
--- a/classicui_pub/common_file_dialogs_api/tsrc/data/testsdkcfd.rss	Mon Jun 21 22:36:19 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +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 testsdkcfd
- *
-*/
-
-
-NAME    TEST
-
-#include <avkon.rsg>
-#include <avkon.rh>
-#include <eikon.rh>
-
-#include <commondialogs.hrh> // enumerations
-#include <commondialogs.rh> // resource structures
-
-#include "testsdkcfd.hrh"
-
-RESOURCE RSS_SIGNATURE
-    {
-    }
-RESOURCE TBUF
-    {
-    buf = "";
-    }
-
-// ---------------------------------------------------------------------------
-// r_test_memory_selection_dialog
-// ---------------------------------------------------------------------------
-//
-RESOURCE MEMORYSELECTIONDIALOG r_test_memory_selection_dialog
-    {
-    title = "Choose memory:";
-        softkey_1 = "Accept";
-        softkey_2 = "Negative";
-    }
-
-RESOURCE AVKON_SETTING_ITEM_LIST r_settings_item_list
-    {
-    items = 
-        {
-        AVKON_SETTING_ITEM
-            {           
-            identifier = ETestSettingItem;
-            name = "test";
-            }
-        };
-    }
-