photosgallery/collectionframework/datasource/manager/group/glxdatasourcemanager.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 #include   	<bldvariant.hrh>
       
    22 #include 	<data_caging_paths.hrh>
       
    23 #include 	<platform_paths.hrh>
       
    24 
       
    25 #include "../../../../group/glxbuildcommon.mmh"
       
    26 
       
    27 TARGET          glxdatasourcemanager.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x20000A13
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 CAPABILITY      CAP_GENERAL_DLL
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          glxcollectionpluginbase.cpp
       
    38 SOURCE          glxcommandrequest.cpp
       
    39 SOURCE          glxdatasource.cpp
       
    40 SOURCE          glxdatasourcetask.cpp
       
    41 SOURCE          glxgetrequest.cpp
       
    42 SOURCE          glxidlistrequest.cpp 
       
    43 SOURCE          glxrequest.cpp
       
    44 SOURCE          glxthumbnailrequest.cpp
       
    45 SOURCE          glxstringcache.cpp
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 
       
    49 // System includes from the source tree
       
    50 SYSTEMINCLUDE   ../../../../common/inc
       
    51 SYSTEMINCLUDE   ../../../../inc
       
    52 SYSTEMINCLUDE   ../../../thumbnailcreator/inc
       
    53 
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY         ecom.lib
       
    58 LIBRARY         estor.lib
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         efsrv.lib
       
    61 LIBRARY         bafl.lib
       
    62 LIBRARY         mpxcommon.lib
       
    63 LIBRARY         glxcommon.lib
       
    64 LIBRARY         flogger.lib
       
    65 
       
    66 // End of File
       
    67