diff -r 735348f59235 -r 948c7f65f6d4 mmplugins/imagingplugins/codecs/ICOCodec/101F45D3.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmplugins/imagingplugins/codecs/ICOCodec/101F45D3.rss Wed Sep 01 12:38:50 2010 +0100 @@ -0,0 +1,49 @@ +// Copyright (c) 2001-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: +// Registry file for the ICO Bitmap Decoder Implementation +// +// + +#include +#include +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#include +#endif + + +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = KICOCodecDllUidValue; + interfaces = + { + INTERFACE_INFO + { + interface_uid = KDecoderInterfaceUidValue; + implementations = + { + BINARY_IMPLEMENTATION_INFO + { + implementation_uid = KICODecoderImplementationUidValue; + version_no = 1; + display_name = "ICO"; + default_data = {0x00, 0x00, 0x01, 0x00}; + opaque_data = {2, 0, 0, 0x10, 0x1F, 0x45, 0xD5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0x2E, 0x69, 0x63, 0x6F, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F,0x69, 0x63, 0x6F, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10}; + // 2 0x0000 0x101F45D5 0x00000000 0x00000000 1 .ico 1 image/ico 2 KSwCodecUidValue KDecodeToReducedSizeSupportUidValue + } + }; + } + }; + } +