omads/omadsextensions/datamod/bld/nsmldatamod.mmp
changeset 0 dab8a81a92de
child 15 3f1ffafb31ec
equal deleted inserted replaced
-1:000000000000 0:dab8a81a92de
       
     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 Modification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include 		"defaultcaps.hrh"
       
    21 
       
    22 TARGET          nsmldatamod.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/eabidatamod
       
    30 #elif defined(WINSCW)
       
    31 DEFFILE			./def/bwinscwdatamod
       
    32 #endif
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE		../inc
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          nsmldatamodbase.cpp
       
    40 SOURCE          NSmlProperty.cpp
       
    41 SOURCE          NSmlVCalMod.cpp
       
    42 SOURCE          NSmlVCardMod.cpp
       
    43 
       
    44 LIBRARY         euser.lib 
       
    45 LIBRARY			versit.lib 
       
    46 LIBRARY			estor.lib 
       
    47 LIBRARY			vcal.lib 
       
    48 LIBRARY			vcard.lib
       
    49 LIBRARY			bafl.lib
       
    50 LIBRARY			smlstoreformat.lib
       
    51 LIBRARY			nsmldebug.lib