clfwrapper/group/contentlistingframework.mmp
changeset 0 c53acadfccc6
child 1 acef663c1218
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2006-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 contentlistingframework
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <../CommonInc/CLFUID.hrh>
       
    22 
       
    23 VERSION         10.0
       
    24 TARGET          ContentListingFramework.dll
       
    25 TARGETTYPE      DLL
       
    26 UID             0x1000008d CLF_FRAMEWORK_UID3
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_CLIENT_DLL
       
    29 
       
    30 SOURCEPATH      ../ClientSrc
       
    31 SOURCE          CCLFDbItemContainer.cpp
       
    32 SOURCE          CCLFDbItemProvider.cpp
       
    33 SOURCE          CCLFDefaultOperation.cpp
       
    34 SOURCE          CCLFEngineImpl.cpp
       
    35 SOURCE          CCLFItemImpl.cpp
       
    36 SOURCE          CCLFItemListModelImpl.cpp
       
    37 SOURCE          CCLFSortingStyleImpl.cpp
       
    38 SOURCE          ContentListingFactory.cpp
       
    39 SOURCE          CCLFQueryAdapter.cpp
       
    40 SOURCE          CCLFEventHandler.cpp
       
    41 SOURCE          CCLFServerProxy.cpp
       
    42 SOURCE          CLFUtils.cpp
       
    43 
       
    44 // Default system include paths for application layer modules.
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 USERINCLUDE     ../ClientSrc
       
    47 USERINCLUDE     ../CommonInc
       
    48 USERINCLUDE     ../../inc
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         estor.lib
       
    52 LIBRARY         efsrv.lib
       
    53 LIBRARY         bafl.lib
       
    54 LIBRARY         platformenv.lib
       
    55 LIBRARY         mdeclient.lib
       
    56 LIBRARY         harvesterclient.lib
       
    57 
       
    58 PAGED
       
    59 BYTEPAIRCOMPRESSTARGET
       
    60 OPTION ARMCC -O3 -OTime
       
    61 
       
    62 // End of File
       
    63