mmplugins/cameraplugins/source/webcamera/01000001.rss
branchRCL_3
changeset 9 9ae0fe04e757
child 64 92a82bc706f7
equal deleted inserted replaced
8:bc06d8566074 9:9ae0fe04e757
       
     1 /*
       
     2 * Copyright (c) 2010 ISB.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * ISB - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include <ecamuids.hrh>
       
    20 #include "ecamwebcamerapluginuids.hrh"
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24 	dll_uid = KUidOnboardWebCameraDll;
       
    25 	interfaces = 
       
    26 		{
       
    27 		INTERFACE_INFO
       
    28 			{
       
    29 			interface_uid = KUidOnboardCameraPlugin;
       
    30 			implementations = 
       
    31 				{
       
    32 				IMPLEMENTATION_INFO
       
    33 					{
       
    34 					implementation_uid = KUidOnboardWebCameraPlugin;
       
    35 					version_no = 4;
       
    36 					display_name = "ECam WebCamera Plugin";
       
    37 					opaque_data = "0;";
       
    38 					default_data="*";
       
    39 					}
       
    40 				};
       
    41 			},
       
    42 		INTERFACE_INFO
       
    43 			{
       
    44 			interface_uid = KUidOnboardCameraInfoPlugin;
       
    45 			implementations = 
       
    46 				{
       
    47 				IMPLEMENTATION_INFO
       
    48 					{
       
    49 					implementation_uid = KUidOnboardWebCameraInfo;
       
    50 					version_no = 4;
       
    51 					display_name = "ECam WebCamera InfoPlugin";
       
    52 					opaque_data = "0;";
       
    53 					default_data="*";
       
    54 					}
       
    55 				};
       
    56 			}
       
    57 		};
       
    58 	}