photosgallery/collectionframework/thumbnailcreator/thumbnailcomposerplugin/glxthumbnailcomposerplugin.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:    Thumbnail Composer plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include     "../../../group/glxbuildcommon.mmh"
       
    22 #include 	<platform_paths.hrh>
       
    23 
       
    24 CAPABILITY    CAP_ECOM_PLUGIN
       
    25 
       
    26 TARGET        glxthumbnailcomposerplugin.dll
       
    27 TARGETTYPE    PLUGIN
       
    28 
       
    29 // ECom Dll recognition UID followed by the unique UID for this dll
       
    30 UID           0x10009D8D 0x200071D4
       
    31 
       
    32 #ifndef WINSCW
       
    33 EPOCALLOWDLLDATA
       
    34 #endif 
       
    35 SOURCEPATH    .
       
    36 SOURCE        glxthumbnailcomposerplugin.cpp
       
    37 SOURCE        glxthumbnailcomposerpluginproxy.cpp
       
    38 
       
    39 USERINCLUDE   ..
       
    40 
       
    41 SYSTEMINCLUDE ../../../inc
       
    42 SYSTEMINCLUDE ../../../common/inc
       
    43 
       
    44 //System Includes for epoc32/include
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 
       
    49 start RESOURCE  ./200071D4.rss
       
    50 target          glxthumbnailcomposerplugin.rsc
       
    51 end
       
    52 
       
    53 LIBRARY       euser.lib
       
    54 LIBRARY       ECom.lib
       
    55 LIBRARY       mpxcollectionutility.lib
       
    56 LIBRARY       mpxcommon.lib
       
    57 LIBRARY       glxcommon.lib
       
    58 LIBRARY       hal.lib						// HAL
       
    59 
       
    60 LIBRARY       ComposerPluginInterface.lib
       
    61 LIBRARY       MdEClient.lib
       
    62 LIBRARY         flogger.lib						// For Logging Tracer
       
    63