mmplugins/imagingplugins/codecs/WBMPCodec/101F45CD.rss
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Registry file for the WBMP Bitmap Decoder Implementation
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include <icl/icl_uids.hrh>
       
    20 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    21 #include <icl/icl_uids_const.hrh>
       
    22 #include <icl/icl_uids_def.hrh>
       
    23 #endif
       
    24 
       
    25 RESOURCE REGISTRY_INFO theInfo
       
    26 	{
       
    27 	dll_uid = KWBMPCodecDllUidValue;
       
    28 	interfaces = 
       
    29 		{
       
    30 		INTERFACE_INFO
       
    31 			{
       
    32 			interface_uid = KDecoderInterfaceUidValue;
       
    33 			implementations = 
       
    34 				{
       
    35 				BINARY_IMPLEMENTATION_INFO
       
    36 					{
       
    37 					implementation_uid = KWBMPDecoderImplementationUidValue;
       
    38 					version_no = 1;
       
    39 					display_name = "WBMP";
       
    40 					default_data = {0x3F}; // "?" - Won't match
       
    41 					opaque_data = {2, 0x00, 0x0C, 0x10, 0x1F, 0x45, 0xCF, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0x2E, 0x77, 0x62, 0x6D, 0x70, 0x0D, 0x2E, 0x77, 0x62, 0x6D, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x76, 0x6E, 0x64, 0x2E, 0x77, 0x61, 0x70, 0x2E, 0x77, 0x62, 0x6D, 0x70, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10};
       
    42 					// 2 0x000C 0x101F45CF 0x00000000 0x00000000 2 .wbmp .wbm 1 image/vnd.wap.wbmp 2 KSwCodecUidValue KDecodeToReducedSizeSupportUidValue
       
    43 					// Flags 0x000C == EOpenAgainstSuffix|ERecognizeAgainstSuffix
       
    44 					}
       
    45 				};
       
    46 			}
       
    47 		};
       
    48 	}
       
    49