metadataengine/client/group/mdeclient.mmp
changeset 0 c53acadfccc6
child 14 646a02f170b9
child 21 50bf9db68373
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-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
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 VERSION         10.0
       
    22 TARGET          mdeclient.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH	    /sys/bin
       
    25 UID             0x1000008d 0x200009F1	
       
    26 
       
    27 CAPABILITY	    CAP_CLIENT_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 USERINCLUDE     ../../../inc
       
    31 USERINCLUDE     ../inc
       
    32 
       
    33 #if defined(WINSCW)
       
    34     deffile ../bwincw/mdeclientu.def
       
    35 #elif defined(ARMCC)
       
    36     deffile ../eabi/mdeclientu.def
       
    37 #endif
       
    38 nostrictdef
       
    39 
       
    40 SOURCEPATH      		../src
       
    41 SOURCE          		mde.cpp
       
    42 SOURCE          		mdepanic.cpp
       
    43 SOURCE	    		mdedatabuffer.cpp
       
    44 SOURCE	    		mdesession.cpp
       
    45 SOURCE	    		mdeharvestersession.cpp
       
    46 SOURCE	    		mdeitem.cpp
       
    47 SOURCE	    		mdepropertydef.cpp
       
    48 SOURCE	    		mdeobjectdef.cpp
       
    49 SOURCE	    		mderelationdef.cpp
       
    50 SOURCE	    		mdeeventdef.cpp
       
    51 SOURCE			mdeinstanceitem.cpp
       
    52 SOURCE			mdeobject.cpp
       
    53 SOURCE			mdeproperty.cpp
       
    54 SOURCE			mderelation.cpp
       
    55 SOURCE			mdeevent.cpp
       
    56 SOURCE			mdequery.cpp
       
    57 SOURCE			mdeobjectquery.cpp
       
    58 SOURCE			mderelationquery.cpp
       
    59 SOURCE			mdeeventquery.cpp
       
    60 SOURCE			mdeorderrule.cpp
       
    61 SOURCE			mdecondition.cpp
       
    62 SOURCE			mdelogiccondition.cpp
       
    63 SOURCE			mdeobjectcondition.cpp
       
    64 SOURCE			mdepropertycondition.cpp
       
    65 SOURCE			mdetextpropertycondition.cpp
       
    66 SOURCE			mdeboolpropertycondition.cpp
       
    67 SOURCE			mderelationcondition.cpp
       
    68 SOURCE			mdeeventcondition.cpp
       
    69 SOURCE			mdequerycriteriaserialization.cpp
       
    70 SOURCE          		mdenamespacedef.cpp
       
    71 SOURCE          		mderange.cpp
       
    72 SOURCE          		mderangepropertycondition.cpp
       
    73 SOURCE          		mdesessionstartupao.cpp
       
    74 SOURCE	    		mdesessionimpl.cpp
       
    75 SOURCE	    		mdeenginesession.cpp
       
    76 SOURCE          		mdequeryimpl.cpp
       
    77 SOURCE          		mdeasynchronousfindao.cpp
       
    78 SOURCE          		mdenotifierao.cpp
       
    79 
       
    80 MW_LAYER_SYSTEMINCLUDE
       
    81 
       
    82 LIBRARY         	euser.lib
       
    83 LIBRARY         	bafl.lib
       
    84 LIBRARY     	mdccommon.lib
       
    85 
       
    86 DEBUGLIBRARY    flogger.lib
       
    87 
       
    88 
       
    89