uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/10282CAF.rss
author William Roberts <williamr@symbian.org>
Fri, 12 Nov 2010 11:42:24 +0000
branchRCL_3
changeset 66 8ee165fddeb6
parent 0 15bf7259bb7c
permissions -rw-r--r--
Change HuiStatic.cpp to avoid VFP instructions in the static initialiser - avoids Bug 3937

/*
* Copyright (c) 1028 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   ECom resource file
*
*/



NAME ALFX

#include "registryinfo.rh"

#include <alf/AlfTransEffectPlugin.hrh>
#include "alftfxplugincommon.hrh"


RESOURCE REGISTRY_INFO theInfo
	{
	// UID for the DLL
//	dll_uid = 0x10282CAF; 
	dll_uid = KAlfTransEffectPlugDllUidValue; 

	// Declare array of interface info
	interfaces =
		{
		INTERFACE_INFO
			{
			// UID of the Gfx interface
			interface_uid = 0x2001E2D0;
			implementations = 
			    {
			    IMPLEMENTATION_INFO
    			    {
    			    implementation_uid = 0x2001E2CF;
    	    		version_no = 1;
        			display_name = "GfxPlugin";
    		    	default_data = "";
    			    opaque_data = KAlfDoNotUnloadPluginRss;
    			    }
    			};
			},
		INTERFACE_INFO
			{
			// UID of interface that is implemented
			interface_uid = KAlfTransEffectPluginInterfaceUidValue; // Common uid for all Alf tfx plugins 
						
			implementations =
				{
				
				// System effect plugin 
				
				IMPLEMENTATION_INFO
					{
					implementation_uid = KAlfTfxSystemEffectsImpUidValue; 
					version_no = 1;
					display_name = "";
					default_data = KAlfTransEffectPluginTypeString; // Common string for all Alf tfx plugins 
					opaque_data = "";
					}
				};
			}
		};
	}