uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/10282CAF.rss
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 1028 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:   ECom resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 NAME ALFX
       
    21 
       
    22 #include "registryinfo.rh"
       
    23 
       
    24 #include <alf/AlfTransEffectPlugin.hrh>
       
    25 #include "alftfxplugincommon.hrh"
       
    26 
       
    27 
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29 	{
       
    30 	// UID for the DLL
       
    31 //	dll_uid = 0x10282CAF; 
       
    32 	dll_uid = KAlfTransEffectPlugDllUidValue; 
       
    33 
       
    34 	// Declare array of interface info
       
    35 	interfaces =
       
    36 		{
       
    37 		INTERFACE_INFO
       
    38 			{
       
    39 			// UID of the Gfx interface
       
    40 			interface_uid = 0x2001E2D0;
       
    41 			implementations = 
       
    42 			    {
       
    43 			    IMPLEMENTATION_INFO
       
    44     			    {
       
    45     			    implementation_uid = 0x2001E2CF;
       
    46     	    		version_no = 1;
       
    47         			display_name = "GfxPlugin";
       
    48     		    	default_data = "";
       
    49     			    opaque_data = KAlfDoNotUnloadPluginRss;
       
    50     			    }
       
    51     			};
       
    52 			},
       
    53 		INTERFACE_INFO
       
    54 			{
       
    55 			// UID of interface that is implemented
       
    56 			interface_uid = KAlfTransEffectPluginInterfaceUidValue; // Common uid for all Alf tfx plugins 
       
    57 						
       
    58 			implementations =
       
    59 				{
       
    60 				
       
    61 				// System effect plugin 
       
    62 				
       
    63 				IMPLEMENTATION_INFO
       
    64 					{
       
    65 					implementation_uid = KAlfTfxSystemEffectsImpUidValue; 
       
    66 					version_no = 1;
       
    67 					display_name = "";
       
    68 					default_data = KAlfTransEffectPluginTypeString; // Common string for all Alf tfx plugins 
       
    69 					opaque_data = "";
       
    70 					}
       
    71 				};
       
    72 			}
       
    73 		};
       
    74 	}
       
    75 
       
    76 
       
    77