syncmlfw/ds/dsutils/dbcaps/bld/nsmldbcaps.mmp
changeset 0 b497e44ab2fc
child 37 58ccf230e26b
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2004 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:  DB Caps mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "defaultcaps.hrh"
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          nsmldbcaps.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008d 0x101F6DE4
       
    26 CAPABILITY 	CAP_GENERAL_DLL
       
    27 VENDORID 	VID_DEFAULT
       
    28 
       
    29 #if defined(ARMCC)
       
    30 DEFFILE		./def/eabidbcaps
       
    31 #elif defined(WINSCW)
       
    32 DEFFILE		./def/bwinscwdbcaps
       
    33 #elif defined(WINS)
       
    34 DEFFILE		./def/bwinsdbcaps
       
    35 #else
       
    36 DEFFILE		./def/bmarmdbcaps
       
    37 #endif
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 USERINCLUDE	../inc
       
    41 USERINCLUDE	../../../../common/inc
       
    42 USERINCLUDE	../../../../common/debug/inc
       
    43 USERINCLUDE	../../../../common/wbxml/inc
       
    44 USERINCLUDE	../../../../common/wbxml/inc/devinf
       
    45 USERINCLUDE	../../../../common/wbxml/inc/syncml
       
    46 USERINCLUDE	../../../../common/syncagent/inc //unicodeconverter
       
    47 
       
    48 SOURCEPATH		../src
       
    49 SOURCE       	nsmldbcaps.cpp
       
    50 SOURCE          NSmlPropParam.cpp
       
    51 SOURCE          NSmlDevInfProp.cpp
       
    52 SOURCE          NSmlCtCap.cpp
       
    53 SOURCE          NSmlCtCapData.cpp
       
    54 SOURCE          NSmlCtCapsHandler.cpp
       
    55 SOURCE          NSmlFilterCap.cpp
       
    56 SOURCE          NSmlFilterCapData.cpp
       
    57 SOURCE          NSmlFilterCapsHandler.cpp
       
    58 SOURCE          NSmlDbMeta.cpp
       
    59 SOURCE          NSmlDbMetaHandler.cpp
       
    60 SOURCE		NSmldbcapsSerializer.cpp
       
    61 
       
    62 LIBRARY         euser.lib nsmlwbxml.lib nsmldebug.lib bafl.lib nsmlagentcommon.lib smlstoreformat.lib
       
    63 
       
    64