profilesservices/FileList/tsrc/public/basic/group/FLDTest.rss
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 2000 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: 
       
    15 *     This file contains all the resources for the FLDTest.
       
    16 *     ?description_line
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    FLDT // 4 letter ID
       
    23 
       
    24 // INTERNAL INCLUDES
       
    25 #include "FileListModel.rh"	// For FILELISTDIRECTORIES
       
    26 
       
    27 // EXTERNAL INCLUDES
       
    28 #include <eikon.rh>
       
    29 #include <CLFContentListing.rh>
       
    30 #include <CLFContentListing.hrh>
       
    31 
       
    32 //  CONSTANTS
       
    33 
       
    34 //  MACROS
       
    35 
       
    36 //  RESOURCE DEFINITIONS
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 
       
    41 RESOURCE FILELISTDIRECTORIES r_fld_test_rom_model
       
    42     {
       
    43     RomDirectories =
       
    44         {
       
    45         LBUF { txt = text_rom_root_path text_sounds_path; },
       
    46         LBUF { txt = text_rom_root_path text_digital_sounds_path; },
       
    47         LBUF { txt = text_rom_root_path text_simple_sounds_path; }
       
    48         };
       
    49   	PhoneDirectories =
       
    50         {
       
    51         };  
       
    52     }
       
    53     
       
    54 RESOURCE CLF_LIST_MODEL r_fld_test_model1
       
    55 	{
       
    56 	mime_type_array = CLF_MIME_TYPE_ARRAY
       
    57 	 {
       
    58          mime_types =
       
    59              {
       
    60              };
       
    61          };
       
    62 
       
    63      media_type_array = CLF_MEDIA_TYPE_ARRAY
       
    64          {
       
    65          media_types =
       
    66              {
       
    67              CLF_MEDIA_TYPE { media_type = ECLFMediaTypeMusic; },
       
    68              CLF_MEDIA_TYPE { media_type = ECLFMediaTypeSound; },
       
    69              CLF_MEDIA_TYPE { media_type = ECLFMediaTypeVideo; }
       
    70              };
       
    71          };
       
    72          
       
    73      sorting_style = CLF_SORTING_STYLE
       
    74          {
       
    75          ordering = ECLFOrderingAscending;
       
    76          data_type = ECLFItemDataTypeDesC;
       
    77          fields =
       
    78              {
       
    79              CLF_FIELD_ID { field_id = ECLFFieldIdFileName; }
       
    80              };
       
    81          };
       
    82      }
       
    83 
       
    84 
       
    85 // End of File