diff -r e52958d06c29 -r 5fd161fa28b6 svgtviewer/SvgtViewerPlugin/data/102073D7_extra.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/svgtviewer/SvgtViewerPlugin/data/102073D7_extra.rss Thu Sep 09 11:17:40 2010 +0300 @@ -0,0 +1,61 @@ +/* +* 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"}; + } +