engine/collectionframework/plugins/glxcollectionplugindownloads/group/glxcollectionplugindownloads.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          glxcollectionplugindownloads.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x2000a76a
       
    29 #ifndef WINSCW
       
    30 EPOCALLOWDLLDATA
       
    31 #endif 
       
    32 
       
    33 CAPABILITY      CAP_ECOM_PLUGIN
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          glxcollectionplugindownloads.cpp
       
    37 SOURCE          glxcollectionplugindownloadsproxy.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 
       
    41 
       
    42 
       
    43 // System includes from the source tree
       
    44 SYSTEMINCLUDE   ../../../../../commonutilities/common/inc
       
    45 SYSTEMINCLUDE   ../../../../../inc
       
    46 SYSTEMINCLUDE   ../../../../../gallery/loc
       
    47 SYSTEMINCLUDE   ../../../datasource/manager/inc
       
    48 SYSTEMINCLUDE   ../../../thumbnailcreator/inc
       
    49 
       
    50 // System includes for epoc32/include
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 SYSTEMINCLUDE   /epoc32/include/ecom
       
    55 
       
    56 
       
    57 SOURCEPATH      ../data
       
    58 START RESOURCE  2000a76A.rss
       
    59 TARGET          glxcollectionplugindownloads.rsc
       
    60 END
       
    61 
       
    62 SOURCEPATH      ../data
       
    63 START RESOURCE  glxplugindownloads.rss
       
    64 HEADER
       
    65 TARGETPATH      ECOM_RESOURCE_DIR
       
    66 LANGUAGE_IDS
       
    67 END
       
    68 
       
    69 LIBRARY         commonengine.lib
       
    70 LIBRARY         ecom.lib
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY         euser.lib
       
    74 LIBRARY         glxdatasourcemanager.lib
       
    75 LIBRARY         mpxcommon.lib
       
    76 LIBRARY         glxcommon.lib
       
    77 LIBRARY         flogger.lib
       
    78 SMPSAFE
       
    79 // End of File