photosgallery/collectionframework/datasource/plugins/glxdatasourcemde/group/glxdatasourcemde.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2006 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          glxdatasourcemde.cpp
       
    43 SOURCE          glxdatasourcemdeproxy.cpp
       
    44 SOURCE          glxdatasourcetaskmde.cpp
       
    45 SOURCE          glxdatasourcetaskmdeattribute.cpp
       
    46 SOURCE          glxdatasourcetaskmdecommand.cpp
       
    47 SOURCE          glxdatasourcetaskmdeidlist.cpp
       
    48 SOURCE          glxdatasourcetaskmdethumbnail.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 // System includes from the source tree
       
    54 SYSTEMINCLUDE   ../../../../../common/inc
       
    55 SYSTEMINCLUDE   ../../../../../inc
       
    56 SYSTEMINCLUDE   ../../../../thumbnailcreator/inc
       
    57 SYSTEMINCLUDE   ../../../manager/inc
       
    58 SYSTEMINCLUDE   ../inc
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 SOURCEPATH      ../data
       
    63 START RESOURCE  20000A16.rss
       
    64 TARGET          glxdatasourcemde.rsc
       
    65 END
       
    66 
       
    67 LIBRARY         bafl.lib
       
    68 LIBRARY         caf.lib
       
    69 LIBRARY         ecom.lib
       
    70 LIBRARY         efsrv.lib
       
    71 LIBRARY         estor.lib
       
    72 LIBRARY         euser.lib
       
    73 LIBRARY         fbscli.lib 
       
    74 LIBRARY         glxcommon.lib
       
    75 LIBRARY         glxdatasourcemanager.lib
       
    76 #ifdef USE_S60_TNM
       
    77 LIBRARY         thumbnailmanager.lib
       
    78 LIBRARY         bitgdi.lib
       
    79 #else
       
    80 LIBRARY         glxthumbnailcreator.lib
       
    81 #endif
       
    82 LIBRARY         inetprotutil.lib
       
    83 LIBRARY         lbs.lib
       
    84 LIBRARY         mdeclient.lib
       
    85 LIBRARY         mpxcommon.lib
       
    86 LIBRARY         platformenv.lib
       
    87 LIBRARY         iclextjpegapi.lib
       
    88 LIBRARY         imageconversion.lib
       
    89 
       
    90 // End of File