photosgallery/collectionframework/plugins/tagcollectionplugin/group/glxcollectionplugintags.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:    Build information for collection plugin tags
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include   <bldvariant.hrh>
       
    22 #include   <data_caging_paths.hrh>
       
    23 #include   <platform_paths.hrh>
       
    24 
       
    25 #include "../../../../group/glxbuildcommon.mmh"
       
    26 
       
    27 TARGET          glxcollectionplugintags.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID  			0x10009D8D  0x200071BC
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 
       
    35 CAPABILITY      CAP_ECOM_PLUGIN
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          glxcollectionplugintags.cpp
       
    39 SOURCE          glxcollectionplugintagsproxy.cpp
       
    40 
       
    41 //RESOURCE - Ecom Plugin
       
    42 
       
    43 SOURCEPATH      ../data
       
    44 START RESOURCE  200071BC.rss
       
    45 TARGET          glxcollectionplugintags.rsc 
       
    46 END
       
    47 
       
    48 SOURCEPATH      ../data
       
    49 START RESOURCE  glxplugintags.rss
       
    50 HEADER
       
    51 TARGETPATH      ECOM_RESOURCE_DIR
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 USERINCLUDE     ../inc
       
    58 
       
    59 // System includes from the source tree
       
    60 SYSTEMINCLUDE         ../../../../inc							//Gallery includes			
       
    61 SYSTEMINCLUDE         ../../../../gallery/loc							//Gallery Loc
       
    62 SYSTEMINCLUDE         ../../../datasource/manager/inc			//DataSource Include
       
    63 SYSTEMINCLUDE         ../../../../common/inc
       
    64 SYSTEMINCLUDE         ../../../thumbnailcreator/inc
       
    65 
       
    66 
       
    67 LIBRARY         commonengine.lib
       
    68 LIBRARY         euser.lib								//Mandatory
       
    69 LIBRARY         ecom.lib								//Ecom Library
       
    70 LIBRARY         estor.lib
       
    71 LIBRARY         mpxcommon.lib							//CollectionPath Level			
       
    72 LIBRARY         glxdatasourcemanager.lib				//DataSource Request
       
    73 LIBRARY         glxcommon.lib							//Filters
       
    74 LIBRARY         flogger.lib
       
    75 
       
    76 // End of File