mulwidgets/muldatamodel/group/muldatamodel.mmp
branchRCL_3
changeset 26 0e9bb658ef58
equal deleted inserted replaced
25:4ea6f81c838a 26:0e9bb658ef58
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          muldatamodel.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x2000D247
       
    24 
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 
       
    30 #ifndef __WINSCW__
       
    31 EPOCALLOWDLLDATA
       
    32 #endif
       
    33 
       
    34 SOURCEPATH 		../src
       
    35 SOURCE 			mulmodelimpl.cpp
       
    36 SOURCE			mulpushmode.cpp 
       
    37 SOURCE			mulpullmode.cpp 
       
    38 SOURCE 			mulcachemanager.cpp 
       
    39 SOURCE			mulvisualitem.cpp
       
    40 SOURCE			muldatapath.cpp
       
    41 SOURCE			mulpagedatawindow.cpp
       
    42 SOURCE			mulasyncdataprovider.cpp
       
    43 
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE		  ../../common/inc
       
    47 USERINCLUDE     ../../mullogging/inc
       
    48 USERINCLUDE     ../../../inc/alf
       
    49 USERINCLUDE     ../../../inc
       
    50 
       
    51 //Required by muldatamodel.UID
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    54 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY                 euser.lib
       
    57 LIBRARY                 ecom.lib
       
    58 LIBRARY                 alfwidgetmodel.lib
       
    59 LIBRARY	                osncore.lib
       
    60 LIBRARY                 libc.lib
       
    61 LIBRARY                 mulmodelutility.lib //For Visual Item and Filter
       
    62 LIBRARY                 libpthread.lib
       
    63 LIBRARY					        libstdcpp.lib
       
    64 LIBRARY                 mullogging.lib  //for logging
       
    65 
       
    66 
       
    67 // End of File
       
    68