uiaccelerator_plat/alf_extended_visual_api/inc/alf/AlfTransEffectPlugin.hrh
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2006 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:   Transition effect framework plugin constants 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef ALFTRANSEFFECTPLUGIN_HRH
       
    22 #define ALFTRANSEFFECTPLUGIN_HRH
       
    23 
       
    24 // CONSTANTS
       
    25 
       
    26 // Common UID that identifies all effect plugins
       
    27 #define KAlfTransEffectPluginInterfaceUidValue		0x10282CAF
       
    28 // Common string that identifies all effect plugins
       
    29 #define KAlfTransEffectPluginTypeString				"ALF_TFX_PLUGIN"
       
    30 
       
    31 #define KAlfGfxPluginInterfaceUIdValue 0x2001E2D0
       
    32 #define KAlfGfxPluginTypeString				"ALF_GFX_PLUGIN"
       
    33 
       
    34 // This constant should be used in source code to check
       
    35 // if opaque_data field of ecom plugin registration
       
    36 // file has value which identifies a plugin that should not be unloaded
       
    37 #define KAlfDoNotUnloadPlugin _L8("effectpluginnotunloaded")
       
    38 
       
    39 // This constant can be used in Ecom registration file
       
    40 // to set opaque_data field correctly.
       
    41 // e.g. opaque_data = KAlfDoNotUnloadPluginRss;
       
    42 #define KAlfDoNotUnloadPluginRss "effectpluginnotunloaded"
       
    43 
       
    44 
       
    45 #endif // ALFTRANSEFFECTPLUGIN_HRH