engine/collectionframework/plugins/tagcollectionplugin/group/glxcollectionplugintags.mmp
branchRCL_3
changeset 59 8e5f6eea9c9f
equal deleted inserted replaced
57:ea65f74e6de4 59:8e5f6eea9c9f
       
     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          glxcollectionplugintags.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID  			0x10009D8D  0x200071BC
       
    29 
       
    30 #ifndef WINSCW
       
    31 EPOCALLOWDLLDATA
       
    32 #endif 
       
    33 
       
    34 CAPABILITY      CAP_ECOM_PLUGIN
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          glxcollectionplugintags.cpp
       
    38 SOURCE          glxcollectionplugintagsproxy.cpp
       
    39 
       
    40 //RESOURCE - Ecom Plugin
       
    41 
       
    42 SOURCEPATH      ../data
       
    43 START RESOURCE  200071BC.rss
       
    44 TARGET          glxcollectionplugintags.rsc 
       
    45 END
       
    46 
       
    47 SOURCEPATH      ../data
       
    48 START RESOURCE  glxplugintags.rss
       
    49 HEADER
       
    50 TARGETPATH      ECOM_RESOURCE_DIR
       
    51 LANGUAGE_IDS
       
    52 END
       
    53 
       
    54 USERINCLUDE     ../inc
       
    55 
       
    56 // System includes from the source tree
       
    57 SYSTEMINCLUDE         ../../../../../inc							//Gallery includes			
       
    58 SYSTEMINCLUDE         ../../../../../gallery/loc							//Gallery Loc
       
    59 SYSTEMINCLUDE         ../../../datasource/manager/inc			//DataSource Include
       
    60 SYSTEMINCLUDE         ../../../../../commonutilities/common/inc
       
    61 SYSTEMINCLUDE         ../../../thumbnailcreator/inc
       
    62 
       
    63 
       
    64 // System includes from epoc32/include
       
    65 APP_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 SYSTEMINCLUDE   /epoc32/include/ecom
       
    68 
       
    69 LIBRARY         commonengine.lib
       
    70 LIBRARY         euser.lib								//Mandatory
       
    71 LIBRARY         ecom.lib								//Ecom Library
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY         mpxcommon.lib							//CollectionPath Level			
       
    74 LIBRARY         glxdatasourcemanager.lib				//DataSource Request
       
    75 LIBRARY         glxcommon.lib							//Filters
       
    76 LIBRARY         flogger.lib
       
    77 SMPSAFE
       
    78 // End of File