classicui_plat/common_file_dialogs_filter_factory_api/tsrc/data/testdomcfdfilterfactory.rss
changeset 0 2f259fa3e83a
child 22 75713bee6484
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classicui_plat/common_file_dialogs_filter_factory_api/tsrc/data/testdomcfdfilterfactory.rss	Tue Feb 02 01:00:49 2010 +0200
@@ -0,0 +1,52 @@
+/*
+* 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        
+    }