photosgallery/collectionframework/datasource/plugins/glxdatasourcemde2.5/group/glxdatasourcemde.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 definition file for project glxdatasourcemanager.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  * @internal reviewed 11/07/2007 by M Byrne
       
    23  */
       
    24 
       
    25 #include   <bldvariant.hrh>
       
    26 #include <data_caging_paths.hrh>
       
    27 #include <platform_paths.hrh>
       
    28 
       
    29 #include "../../../../../group/glxbuildcommon.mmh"
       
    30 
       
    31 
       
    32 TARGET          glxdatasourcemde.dll
       
    33 TARGETTYPE      PLUGIN
       
    34 UID             0x10009D8D 0x20000A16
       
    35 
       
    36 #ifndef WINSCW
       
    37 EPOCALLOWDLLDATA
       
    38 #endif 
       
    39 CAPABILITY      CAP_ECOM_PLUGIN
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          glxdatasourcemds.cpp
       
    43 SOURCE          glxdatasourcemdsproxy.cpp
       
    44 SOURCE          glxdatasourcemdsutility.cpp
       
    45 SOURCE          glxdatasourcetaskmds.cpp
       
    46 SOURCE          glxdatasourcetaskmdsattribute.cpp
       
    47 SOURCE          glxdatasourcetaskmdscommand.cpp
       
    48 SOURCE          glxdatasourcetaskmdsidlist.cpp
       
    49 SOURCE          glxdatasourcetaskmdsthumbnail.cpp
       
    50 
       
    51 // if you comment the lines below out, Photos dB will be used for thumbnail fetching
       
    52 MACRO USE_S60_TNM
       
    53 #define USE_S60_TNM
       
    54 
       
    55 // System includes from the source tree
       
    56 SYSTEMINCLUDE   ../../../../../common/inc
       
    57 SYSTEMINCLUDE   ../../../../../inc
       
    58 SYSTEMINCLUDE   ../../../../thumbnailcreator/inc
       
    59 SYSTEMINCLUDE   ../../../manager/inc
       
    60 SYSTEMINCLUDE   ../inc
       
    61 
       
    62 
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 
       
    66 SOURCEPATH      ../data
       
    67 START RESOURCE  20000A16.rss
       
    68 TARGET          glxdatasourcemde.rsc
       
    69 END
       
    70 
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         caf.lib
       
    73 LIBRARY         ecom.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         estor.lib
       
    76 LIBRARY         euser.lib
       
    77 LIBRARY         fbscli.lib 
       
    78 LIBRARY         glxcommon.lib
       
    79 LIBRARY         glxdatasourcemanager.lib
       
    80 
       
    81 #ifdef USE_S60_TNM
       
    82 LIBRARY         thumbnailmanager.lib
       
    83 LIBRARY         bitgdi.lib
       
    84 #else
       
    85 LIBRARY         glxthumbnailcreator.lib
       
    86 #endif
       
    87 
       
    88 LIBRARY         inetprotutil.lib
       
    89 LIBRARY         lbs.lib
       
    90 LIBRARY         mdeclient.lib
       
    91 LIBRARY         mpxcommon.lib
       
    92 LIBRARY         platformenv.lib
       
    93 LIBRARY         flogger.lib
       
    94 LIBRARY         imageconversion.lib
       
    95 LIBRARY	   	harvesterclient.lib
       
    96 
       
    97 // End of File