svgtviewer/SvgtViewerPlugin/data/102073D7_extra.rss
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
equal deleted inserted replaced
17:e52958d06c29 20:5fd161fa28b6
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 // 102073D7_extra.rss
       
    18 /*
       
    19 * ==============================================================================
       
    20 *  Name        : 102073D7_extra.rss
       
    21 *  Part of     : SVGT Viewer
       
    22 *  Description : Resource information file for SVGT decoder
       
    23 *  Version     :
       
    24 *
       
    25 *  Copyright © 2005 Nokia. All rights reserved.
       
    26 *  This material, including documentation and any related
       
    27 *  computer programs, is protected by copyright controlled by
       
    28 *  Nokia. All rights are reserved. Copying, including
       
    29 *  reproducing, storing, adapting or translating, any
       
    30 *  or all of this material requires the prior written consent of
       
    31 *  Nokia. This material also contains confidential
       
    32 *  information which may not be disclosed to others without the
       
    33 *  prior written consent of Nokia.
       
    34 * ==============================================================================
       
    35 */
       
    36 STRUCT DECODER_INFO
       
    37 	{
       
    38 	LTEXT	decoder_name;
       
    39 	LTEXT	image_format;
       
    40 	LTEXT	image_dimensions;
       
    41 	LTEXT	image_depth[];
       
    42 	LTEXT	image_details[];
       
    43 	}
       
    44 
       
    45 //  RESOURCE DEFINITIONS
       
    46 // -----------------------------------------------------------------------------
       
    47 //   
       
    48 // theDecoderInfo
       
    49 // Specifies the svg decoder information
       
    50 //
       
    51 // -----------------------------------------------------------------------------
       
    52 //
       
    53 RESOURCE DECODER_INFO theDecoderInfo
       
    54 	{
       
    55 	decoder_name = "Decoder: SVG decoder V1.0";
       
    56 	image_format = "Format: SVG";
       
    57 	image_dimensions = "Dimensions: %dx%d pixels";
       
    58 	image_depth = { "Depth: %dbpp b&w", "Depth: %dbpp colour"};
       
    59 	image_details = {"Details: Uncompressed", "Details: Run length encoded"};
       
    60 	}
       
    61