photosgallery/collectionframework/plugins/glxcollectionpluginalbums/group/glxcollectionpluginalbums.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:    Project information for album collection plugin
       
    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          glxcollectionpluginalbums.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D 0x20007196
       
    30 #ifndef WINSCW
       
    31 EPOCALLOWDLLDATA
       
    32 #endif 
       
    33 
       
    34 CAPABILITY      CAP_ECOM_PLUGIN
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          glxcollectionpluginalbums.cpp
       
    38 SOURCE          glxcollectionpluginalbumsproxy.cpp
       
    39 
       
    40 SOURCEPATH      ../data
       
    41 START RESOURCE  20007196.rss
       
    42 TARGET          glxcollectionpluginalbums.rsc
       
    43 END
       
    44 
       
    45 SOURCEPATH      ../data
       
    46 START RESOURCE  glxpluginalbums.rss
       
    47 HEADER
       
    48 TARGETPATH      ECOM_RESOURCE_DIR
       
    49 LANGUAGE_IDS
       
    50 END
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 USERINCLUDE     ../inc
       
    55 // System includes from the source tree
       
    56 SYSTEMINCLUDE   ../../../../common/inc
       
    57 SYSTEMINCLUDE   ../../../../inc
       
    58 SYSTEMINCLUDE   ../../../../gallery/loc
       
    59 SYSTEMINCLUDE   ../../../datasource/manager/inc
       
    60 
       
    61 
       
    62 LIBRARY         commonengine.lib
       
    63 LIBRARY         ecom.lib
       
    64 LIBRARY         estor.lib
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         glxcommon.lib
       
    67 LIBRARY         glxdatasourcemanager.lib
       
    68 LIBRARY         mpxcommon.lib
       
    69 LIBRARY         flogger.lib
       
    70 
       
    71 // End of File