classicui_plat/common_file_dialogs_filter_factory_api/tsrc/data/testdomcfdfilterfactory.rss
changeset 33 b3425bf29f82
parent 21 558113899881
child 34 6b5204869ed5
equal deleted inserted replaced
21:558113899881 33:b3425bf29f82
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for project testsdkcfdfilerfactory
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 NAME    TEST
       
    20 
       
    21 #include <avkon.rsg>
       
    22 #include <avkon.rh>
       
    23 #include <eikon.rh>
       
    24 
       
    25 #include <CommonDialogs.hrh> // Enumerations
       
    26 #include <CommonDialogs.rh> // Resource structures
       
    27 
       
    28 RESOURCE RSS_SIGNATURE
       
    29     {
       
    30     }
       
    31 RESOURCE TBUF
       
    32     {
       
    33     buf = "";
       
    34     }
       
    35 
       
    36 // ---------------------------------------------------------------------------
       
    37 // r_test_file_filter_factory
       
    38 // ---------------------------------------------------------------------------
       
    39 //
       
    40 RESOURCE FILTER r_test_attribute_filter_factory
       
    41     {
       
    42         filter_type = EAttributeFilter;
       
    43         filter_style = EExclusiveFilter;
       
    44         filter_data = { "SH", "R" }; // Excludes system, hidden and read-only attributes        
       
    45     }
       
    46 
       
    47 RESOURCE FILTER r_test_filename_filter_factory
       
    48     {
       
    49         filter_type = EFilenameFilter;
       
    50         filter_style = EExclusiveFilter;
       
    51         filter_data = { "*.jpg", "*.gif" }; // Excludes system, hidden and read-only attributes        
       
    52     }