svgtviewer/SvgtViewerPlugin/data/SVGTScreenSaverPlugin.rss
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
equal deleted inserted replaced
17:e52958d06c29 20:5fd161fa28b6
       
     1 /*
       
     2 * Copyright (c) 2005 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 file for  SVGT ScreenSaverPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 
       
    21 NAME SVSS
       
    22 
       
    23 #include <eikon.rh>
       
    24 #include <PathConfiguration.hrh>
       
    25 #include <FileListModel.rh>
       
    26 
       
    27 // ---------------------------------------------------------
       
    28 //
       
    29 // Define the resource file signature
       
    30 // This resource should be empty.
       
    31 //
       
    32 // ---------------------------------------------------------
       
    33 //
       
    34 RESOURCE RSS_SIGNATURE
       
    35     {
       
    36     }
       
    37 
       
    38 RESOURCE TBUF
       
    39     {
       
    40     buf = "SVGTScreenSaver";
       
    41     }
       
    42 
       
    43 
       
    44 #define SVG_PHONE_MEMORY_SYSTEM_PATH "C:\\System\\"
       
    45 
       
    46 RESOURCE FILELISTMODEL r_svg_filelist_model
       
    47     {           
       
    48     
       
    49     directories =
       
    50         {
       
    51         LBUF { txt = text_rom_root_path text_images_path; },
       
    52         LBUF { txt = text_phone_memory_root_path text_images_path; },
       
    53         LBUF { txt = SVG_PHONE_MEMORY_SYSTEM_PATH text_images_path; },
       
    54         LBUF { txt = text_memory_card_root_path text_images_path; }
       
    55         };
       
    56         
       
    57     // Include these MIME types in the tone selection list..
       
    58     mimetypes =
       
    59         {
       
    60         LBUF { txt = "image/svg+xml"; }
       
    61         };
       
    62 
       
    63     wildcards =
       
    64 		{
       
    65 			LBUF { txt = "*.svg"; },
       
    66 			LBUF { txt = "*.svgz"; }			
       
    67 		};     
       
    68     }
       
    69