engine/collectionframework/datasource/manager/group/glxdatasourcemanager.mmp
changeset 23 74c9f037fd5d
child 26 c499df2dbb33
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 #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          glxdatasourcemanager.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x20000A13
       
    29 
       
    30 #ifndef WINSCW
       
    31 EPOCALLOWDLLDATA
       
    32 #endif 
       
    33 CAPABILITY      CAP_GENERAL_DLL
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          glxcollectionpluginbase.cpp
       
    37 SOURCE          glxcommandrequest.cpp
       
    38 SOURCE          glxdatasource.cpp
       
    39 SOURCE          glxdatasourcetask.cpp
       
    40 SOURCE          glxgetrequest.cpp
       
    41 SOURCE          glxidlistrequest.cpp 
       
    42 SOURCE          glxrequest.cpp
       
    43 SOURCE          glxthumbnailrequest.cpp
       
    44 SOURCE          glxstringcache.cpp
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 
       
    48 // System includes from the source tree
       
    49 SYSTEMINCLUDE   ../../../../../commonutilities/common/inc
       
    50 SYSTEMINCLUDE   ../../../../../inc
       
    51 SYSTEMINCLUDE   ../../../thumbnailcreator/inc
       
    52 
       
    53 // System includes from epoc32/include
       
    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