camcordermmfplugin/controller/Src/101F8502.rss
changeset 0 9b3e960ffc8a
child 18 e0067bcd74ce
equal deleted inserted replaced
-1:000000000000 0:9b3e960ffc8a
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Camcorder controller plugin ECOM registration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include "ecom/registryinfo.rh"
       
    22 #include "CamCImplementationUIDs.hrh"
       
    23 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
       
    24 #include <bldvariant.hrh>
       
    25 
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 // -----------------------------------------------------------------------------
       
    29 //   
       
    30 // theInfo
       
    31 // Camcorder controller plugin ECOM registration
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE REGISTRY_INFO theInfo
       
    36 	{
       
    37 	dll_uid = 0x101F8502;
       
    38 	interfaces = 
       
    39 		{
       
    40 		INTERFACE_INFO // Controller Plugin Description
       
    41 			{
       
    42 			interface_uid = KMmfUidPluginInterfaceController;
       
    43 			implementations = 
       
    44 				{
       
    45 				IMPLEMENTATION_INFO
       
    46 					{
       
    47 					implementation_uid = KCamCUidControllerImplementation;
       
    48 					version_no = 1;
       
    49 					display_name = "Camcorder controller";
       
    50 					default_data = "?";
       
    51 					opaque_data = "<s>Nokia<i>0x101F5D08<r>0x101F850D<a>0x500000";
       
    52 					}
       
    53 				};
       
    54 			},
       
    55 		INTERFACE_INFO // Record Format Description
       
    56 			{
       
    57 			interface_uid = 0x101F850D;
       
    58 			implementations = 
       
    59 				{
       
    60 				IMPLEMENTATION_INFO
       
    61 					{
       
    62 					implementation_uid = KCamCUidRecordFormatImplementation;
       
    63 					version_no = 1;
       
    64 					display_name = "3GPP File Format";
       
    65 					default_data = "?";
       
    66 					opaque_data = "<s>Nokia<i>0x101F5D08<e>.3gp<h>????ftyp<m>video/3gpp";
       
    67 					}
       
    68                 ,
       
    69 				IMPLEMENTATION_INFO
       
    70 					{
       
    71 					implementation_uid = KCamCUid3GPP2FileFormatImplementation;
       
    72 					version_no = 1;
       
    73 					display_name = "3GPP2 File Format";
       
    74 					default_data = "?";
       
    75 					opaque_data = "<s>Nokia<i>0x101F5D08<e>.3g2<h>????ftyp<m>video/3gpp2";
       
    76 					}
       
    77 #if (defined(__MPEG4_VIDEO_ENCODING) && defined(__MPEG4_AAC_ENCODING))
       
    78                 ,
       
    79 				IMPLEMENTATION_INFO
       
    80 					{
       
    81 					implementation_uid = KCamCUidMP4FileFormatImplementation;
       
    82 					version_no = 1;
       
    83 					display_name = "MPEG-4 File Format";
       
    84 					default_data = "?";
       
    85 					opaque_data = "<s>Nokia<i>0x101F5D08<e>.mp4<h>????ftyp<m>video/mp4";
       
    86 					}
       
    87 #endif
       
    88 				};
       
    89 			}
       
    90 		};
       
    91 	}
       
    92 
       
    93 
       
    94 // End of File