classicui_plat/common_file_dialogs_filter_factory_api/tsrc/data/testdomcfdfilterfactory.rss
changeset 33 b3425bf29f82
parent 21 558113899881
child 34 6b5204869ed5
--- a/classicui_plat/common_file_dialogs_filter_factory_api/tsrc/data/testdomcfdfilterfactory.rss	Mon May 03 12:45:33 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +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 testsdkcfdfilerfactory
- *
-*/
-
-
-NAME    TEST
-
-#include <avkon.rsg>
-#include <avkon.rh>
-#include <eikon.rh>
-
-#include <CommonDialogs.hrh> // Enumerations
-#include <CommonDialogs.rh> // Resource structures
-
-RESOURCE RSS_SIGNATURE
-    {
-    }
-RESOURCE TBUF
-    {
-    buf = "";
-    }
-
-// ---------------------------------------------------------------------------
-// r_test_file_filter_factory
-// ---------------------------------------------------------------------------
-//
-RESOURCE FILTER r_test_attribute_filter_factory
-    {
-        filter_type = EAttributeFilter;
-        filter_style = EExclusiveFilter;
-        filter_data = { "SH", "R" }; // Excludes system, hidden and read-only attributes        
-    }
-
-RESOURCE FILTER r_test_filename_filter_factory
-    {
-        filter_type = EFilenameFilter;
-        filter_style = EExclusiveFilter;
-        filter_data = { "*.jpg", "*.gif" }; // Excludes system, hidden and read-only attributes        
-    }