svgtviewer/SvgtViewerPlugin/data/102073D7_extra.rss
branchRCL_3
changeset 17 e52958d06c29
parent 14 1882882c7f9c
child 18 20b99a6d6175
child 20 5fd161fa28b6
--- a/svgtviewer/SvgtViewerPlugin/data/102073D7_extra.rss	Tue May 25 12:28:38 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-/*
-* 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"};
-	}
-