os/mm/mmplugins/cameraplugins/source/mmcameraclientplugin/mmcameraclientsession/src/mmcameraclientsession.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 //
    15 
    16 /**
    17  @file
    18  @internalTechnology
    19 */
    20 
    21 #include "ecom/registryinfo.rh"
    22 #include <ecamuids.hrh>
    23 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    24 #include <ecamuidsconst.hrh>
    25 #include <ecamuidsdef.hrh>
    26 #endif
    27 
    28 RESOURCE REGISTRY_INFO theInfo
    29 	{
    30 	dll_uid = KUidMMCameraClientSessionDll;
    31 	interfaces = 
    32 		{
    33 		INTERFACE_INFO
    34 			{
    35 			interface_uid = KUidOnboardCameraPlugin;
    36 			implementations = 
    37 				{
    38 				IMPLEMENTATION_INFO
    39 					{
    40 					implementation_uid = KUidMMCameraClientSession;
    41 					version_no = 5;
    42 					display_name = "multimedia camera client plugin";
    43 					opaque_data = "";
    44 					default_data="*";
    45 					}
    46 				};
    47 			},
    48 		INTERFACE_INFO
    49 			{
    50 			interface_uid = KUidOnboardCameraInfoPlugin;
    51 			implementations = 
    52 				{
    53 				IMPLEMENTATION_INFO
    54 					{
    55 					implementation_uid = KUidMMCameraClientSessionInfo;
    56 					version_no = 5;
    57 					display_name = "multimedia camera client info plugin";
    58 					opaque_data = "";
    59 					default_data="*";
    60 					}
    61 				};
    62 			}
    63 		};
    64 	}
    65