syncmlfw/ds/adapters/dataproviderbase/bld/nsmldataproviderbase.mmp
changeset 0 b497e44ab2fc
child 27 5cc2995847ea
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 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:  mmp file for DS data provider base
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "defaultcaps.hrh"
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET    		smldataprovider.dll
       
    23 TARGETTYPE		dll
       
    24 UID             	0x1000008d 0x101F6DE4
       
    25 CAPABILITY 		CAP_GENERAL_DLL
       
    26 VENDORID 		VID_DEFAULT
       
    27 
       
    28 #if defined(ARMCC)
       
    29 DEFFILE		./def/eabidsdataproviderbase
       
    30 #elif defined(WINSCW)
       
    31 DEFFILE		./def/bwinscwdsdataproviderbase
       
    32 #endif
       
    33 
       
    34 SOURCEPATH		../src
       
    35 SOURCE			NSmldataprovider.cpp
       
    36 SOURCE			NSmldatastore.cpp
       
    37 SOURCE			NSmldataitemuidset.cpp
       
    38 
       
    39 USERINCLUDE		../inc
       
    40 
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE   	/epoc32/include/syncml 
       
    44 SYSTEMINCLUDE 		/epoc32/include/ecom
       
    45 
       
    46 LIBRARY			euser.lib estor.lib ECom.lib
       
    47