svgtviewer/SvgtViewerPlugin/data/102073D7_extra.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 09 Sep 2010 11:17:40 +0300
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
permissions -rw-r--r--
Revision: 201019 Kit: 201035

/*
* Copyright (c) 2009 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:
*
*/
// 102073D7_extra.rss
/*
* ==============================================================================
*  Name        : 102073D7_extra.rss
*  Part of     : SVGT Viewer
*  Description : Resource information file for SVGT decoder
*  Version     :
*
*  Copyright © 2005 Nokia. All rights reserved.
*  This material, including documentation and any related
*  computer programs, is protected by copyright controlled by
*  Nokia. All rights are reserved. Copying, including
*  reproducing, storing, adapting or translating, any
*  or all of this material requires the prior written consent of
*  Nokia. This material also contains confidential
*  information which may not be disclosed to others without the
*  prior written consent of Nokia.
* ==============================================================================
*/
STRUCT DECODER_INFO
	{
	LTEXT	decoder_name;
	LTEXT	image_format;
	LTEXT	image_dimensions;
	LTEXT	image_depth[];
	LTEXT	image_details[];
	}

//  RESOURCE DEFINITIONS
// -----------------------------------------------------------------------------
//   
// theDecoderInfo
// Specifies the svg decoder information
//
// -----------------------------------------------------------------------------
//
RESOURCE DECODER_INFO theDecoderInfo
	{
	decoder_name = "Decoder: SVG decoder V1.0";
	image_format = "Format: SVG";
	image_dimensions = "Dimensions: %dx%d pixels";
	image_depth = { "Depth: %dbpp b&w", "Depth: %dbpp colour"};
	image_details = {"Details: Uncompressed", "Details: Run length encoded"};
	}