diff -r 000000000000 -r 15bf7259bb7c uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/10282CAF.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/10282CAF.rss Tue Feb 02 07:56:43 2010 +0200 @@ -0,0 +1,77 @@ +/* +* 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 +#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 = ""; + } + }; + } + }; + } + + +