engine/collectionframework/plugins/glxcollectionpluginmonths/group/glxcollectionpluginmonths.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     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:   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include   <bldvariant.hrh>
       
    21 #include   <data_caging_paths.hrh>
       
    22 #include   <platform_paths.hrh>  //APP_LAYER_SYSTEMINCLUDE
       
    23 
       
    24 #include "../../../../../group/glxbuildcommon.mmh"
       
    25 
       
    26 TARGET          glxcollectionpluginmonths.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x2000a768
       
    29 #ifndef WINSCW
       
    30 EPOCALLOWDLLDATA
       
    31 #endif 
       
    32 
       
    33 CAPABILITY      CAP_ECOM_PLUGIN
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          glxcollectionpluginmonths.cpp
       
    37 SOURCE          glxcollectionpluginmonthsproxy.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 
       
    41 // System includes from the source tree
       
    42 SYSTEMINCLUDE   ../../../../../commonutilities/common/inc
       
    43 SYSTEMINCLUDE   ../../../../../inc
       
    44 SYSTEMINCLUDE   ../../../../../gallery/loc
       
    45 SYSTEMINCLUDE   ../../../datasource/manager/inc
       
    46 SYSTEMINCLUDE   ../../../thumbnailcreator/inc
       
    47 
       
    48 // System includes for epoc32/include
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 SYSTEMINCLUDE   /epoc32/include/ecom
       
    52 
       
    53 SOURCEPATH      ../data
       
    54 START RESOURCE  2000a768.rss
       
    55 TARGET          glxcollectionpluginmonths.rsc
       
    56 END
       
    57 
       
    58 SOURCEPATH      ../data
       
    59 START RESOURCE  glxpluginmonths.rss
       
    60 HEADER
       
    61 TARGETPATH      ECOM_RESOURCE_DIR
       
    62 LANGUAGE_IDS
       
    63 END
       
    64 
       
    65 
       
    66 LIBRARY         commonengine.lib
       
    67 LIBRARY         ecom.lib
       
    68 LIBRARY         efsrv.lib
       
    69 LIBRARY         estor.lib
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         glxdatasourcemanager.lib
       
    72 LIBRARY         mpxcommon.lib
       
    73 LIBRARY         glxcommon.lib
       
    74 LIBRARY         flogger.lib
       
    75 
       
    76 
       
    77 // End of File