diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/101_f4122__extra_8rss-source.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/101_f4122__extra_8rss-source.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ - -
-00001 // 101F45C7_extra.rss -00002 // -00003 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). -00004 // All rights reserved. -00005 // This component and the accompanying materials are made available -00006 // under the terms of "Eclipse Public License v1.0" -00007 // which accompanies this distribution, and is available -00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html". -00009 // -00010 // Initial Contributors: -00011 // Nokia Corporation - initial contribution. -00012 // -00013 // Contributors: -00014 // -00015 // Description: -00016 // -00017 // -00018 -00019 STRUCT DECODER_INFO -00020 { -00021 LTEXT decoder_name; -00022 LTEXT image_format; -00023 LTEXT image_dimensions; -00024 LTEXT image_depth[]; -00025 LTEXT image_details; -00026 } -00027 -00028 RESOURCE DECODER_INFO theDecoderInfo -00029 { -00030 decoder_name = "Decoder: Example Png decoder V1.0"; -00031 image_format = "Format: Png"; -00032 image_dimensions = "Dimensions: %dx%d pixels"; -00033 image_depth = {"Depth: %dbpp b&w", "Depth: %dbpp colour"}; -00034 image_details = "Details: Image includes alpha channel"; -00035 } -00036 -