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