uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/group/alftranseffectplugin.mmp
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:   Project definition file for project AlfTransEffectPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 #include "../inc/alftfxplugincommon.hrh"
       
    24 
       
    25 TARGET      alftranseffectplugin.dll
       
    26 
       
    27 TARGETTYPE  PLUGIN
       
    28 
       
    29 CAPABILITY CAP_ECOM_PLUGIN
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 UID         0x10009D8D KAlfTransEffectPlugDllUidValue
       
    33 //UID         0x10009D8D 0x10282CAF
       
    34 
       
    35 SOURCEPATH  ../src
       
    36 
       
    37 SOURCE      alftfxplugincommon.cpp
       
    38 SOURCE      alfsystemeffects.cpp
       
    39 SOURCE      alfgfxeffects.cpp
       
    40 SOURCE      wsserverdrawercontroller.cpp
       
    41 SOURCE      uidexception.cpp
       
    42 SOURCE      uidblock.cpp
       
    43 SOURCE      statehandler.cpp
       
    44 SOURCE      debuglogger.cpp
       
    45 SOURCE      alfserverdrawer.cpp
       
    46 SOURCE      states.cpp
       
    47 SOURCE      repositoryhandler.cpp
       
    48 SOURCE      alfpolicy.cpp
       
    49 SOURCE      alfpolicyhandler.cpp
       
    50 SOURCE      alfpolicyrequesthandler.cpp
       
    51 
       
    52 START RESOURCE 10282CAF.rss
       
    53 TARGET alftranseffectplugin.rsc
       
    54 END
       
    55 
       
    56 USERINCLUDE     ../inc
       
    57 USERINCLUDE     ../../alftfxserverplugin/inc
       
    58 
       
    59 #include <platform_paths.hrh>
       
    60 MW_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 
       
    63 SYSTEMINCLUDE	/epoc32/include/ecom
       
    64 SYSTEMINCLUDE   ../../../../../../inc
       
    65 SYSTEMINCLUDE   ../../../../ServerCore/Inc
       
    66 SYSTEMINCLUDE   ../../../../CommonInc
       
    67 
       
    68 LIBRARY     euser.lib
       
    69 LIBRARY     ecom.lib
       
    70 LIBRARY     bitgdi.lib
       
    71 LIBRARY     fbscli.lib
       
    72 LIBRARY     alfappservercore.lib
       
    73 LIBRARY     hitchcock.lib
       
    74 LIBRARY     efsrv.lib
       
    75 LIBRARY     bafl.lib 
       
    76 LIBRARY     apgrfx.lib 
       
    77 LIBRARY     ws32.lib
       
    78 LIBRARY     estor.lib
       
    79 LIBRARY     centralrepository.lib
       
    80 LIBRARY     flogger.lib
       
    81 
       
    82 EXPORTUNFROZEN
       
    83 
       
    84 // End of File