engine/collectionframework/thumbnailcreator/thumbnailcomposerplugin/glxthumbnailcomposerplugin.mmp
changeset 71 27f2d7aec52a
parent 69 45459746d5e8
child 72 0a8e959402e5
equal deleted inserted replaced
69:45459746d5e8 71:27f2d7aec52a
     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 #include     "../../../../group/glxbuildcommon.mmh"
       
    21 #include 	<platform_paths.hrh>   //APP_LAYER_SYSTEMINCLUDE
       
    22 
       
    23 CAPABILITY    CAP_ECOM_PLUGIN
       
    24 
       
    25 TARGET        glxthumbnailcomposerplugin.dll
       
    26 TARGETTYPE    PLUGIN
       
    27 
       
    28 // ECom Dll recognition UID followed by the unique UID for this dll
       
    29 UID           0x10009D8D 0x200071D4
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 SOURCEPATH    .
       
    35 SOURCE        glxthumbnailcomposerplugin.cpp
       
    36 SOURCE        glxthumbnailcomposerpluginproxy.cpp
       
    37 
       
    38 USERINCLUDE   ..
       
    39 
       
    40 SYSTEMINCLUDE ../../../../inc
       
    41 SYSTEMINCLUDE ../../../../commonutilities/common/inc
       
    42 
       
    43 //System Includes for epoc32/include
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SYSTEMINCLUDE /epoc32/include/ecom
       
    47 
       
    48 start RESOURCE  ./200071D4.rss
       
    49 target          glxthumbnailcomposerplugin.rsc
       
    50 end
       
    51 
       
    52 LIBRARY       euser.lib
       
    53 LIBRARY       ECom.lib
       
    54 LIBRARY       mpxcollectionutility.lib
       
    55 LIBRARY       mpxcommon.lib
       
    56 LIBRARY       glxcommon.lib
       
    57 
       
    58 LIBRARY       ComposerPluginInterface.lib
       
    59 LIBRARY       MdEClient.lib
       
    60 LIBRARY         flogger.lib						// For Logging Tracer
       
    61 
       
    62 SMPSAFE