os/mm/mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController/aviplaycontroller.rss
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2006-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 #include "aviplaycontrolleruids.hrh"
    17 #include <ecom/registryinfo.rh>
    18 #include "mmfplugininterfaceuids.hrh"
    19 #include <mmfcontrollerimplementationuids.hrh>
    20 
    21 
    22 RESOURCE REGISTRY_INFO theInfo 
    23     {
    24     dll_uid = KAviPlayControllerDllUid; //The DLL's 3rd UID.
    25     interfaces = 
    26         {
    27         INTERFACE_INFO
    28             {
    29             interface_uid = KMmfUidPluginInterfaceController; 
    30             implementations = 
    31                 {
    32                 IMPLEMENTATION_INFO
    33                     {
    34                     implementation_uid = KAviPlayControllerUid; //UID for this Adapter
    35                              // Same value as in implementation table.
    36                     version_no = 2;
    37                     display_name = "AviVideoPlayController"; //Human readable string for UI purposes.
    38                     default_data = "0x102737A7"; //Preferred Controller
    39                     opaque_data = "<s>Symbian<i>0x101F5D08<i>0x101F5D07<p>0x10273809<d>";
    40                     }
    41                 };
    42             },
    43 		INTERFACE_INFO
    44 			{
    45 			interface_uid = 0x10273809;    
    46 			implementations = 
    47 				{
    48 				IMPLEMENTATION_INFO
    49 						{
    50 						implementation_uid = KAviPlayFormatUid;
    51 						version_no = 2;
    52 						display_name = "Avi Play Format";
    53 						default_data = "0x102737A7"; //Preferred Controller
    54 						opaque_data = "<s>Symbian<i>0x101F5D08<i>0x101F5D07<e>.avi<h>RIFF????AVI<m>video/x-msvideo";
    55 						}
    56 				};
    57 			}
    58 		};
    59 	}
    60