omads/omadsextensions/adapters/notes/group/nsmldsnotepaddataprovider.mmp
branchRCL_3
changeset 24 8e7494275d3a
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
       
     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 Notepad DS adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY CAP_ECOM_PLUGIN
       
    23 
       
    24 TARGET          nsmlnotepaddataprovider.dll
       
    25 TARGETPATH		PLUGINS_1_DIR
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x101F8612
       
    28 VENDORID		VID_DEFAULT
       
    29 
       
    30 #if defined(EABI)
       
    31 DEFFILE		./def/eabinotepaddataprovider
       
    32 #elif defined(WINSCW)
       
    33 DEFFILE		./def/bwinscwnotepaddataprovider
       
    34 #endif
       
    35 
       
    36 //MACRO _DEBUG_
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          NSmlNotepadDataProvider.cpp
       
    40 SOURCE          NSmlNotepadDataStore.cpp
       
    41 SOURCE			nsmlnotepadDatabase.cpp
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    45 SYSTEMINCLUDE 	/epoc32/include/syncml
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 USERINCLUDE     ../inc 
       
    50 
       
    51 START RESOURCE nsmlnotepaddataprovider.rss
       
    52 HEADER
       
    53 TARGET 		nsmlnotepaddataprovider.rsc       
       
    54 TARGETPATH	ECOM_RESOURCE_DIR
       
    55 END 
       
    56 
       
    57 START RESOURCE NSmlNotepadDataStoreFormat.rss
       
    58 HEADER
       
    59 TARGET 		nsmlnotepaddatastoreformat.rsc       
       
    60 TARGETPATH  RESOURCE_FILES_DIR 
       
    61 END 
       
    62 
       
    63 
       
    64 LIBRARY		ecom.lib bafl.lib euser.lib efsrv.lib estor.lib sysutil.lib
       
    65 LIBRARY		nsmlchangefinder.lib etext.lib wbxmllib.lib
       
    66 LIBRARY		smlstoreformat.lib smldataprovider.lib
       
    67 LIBRARY		nsmldshostclient.lib
       
    68 LIBRARY		calinterimapi.lib caleninterimutils2.lib
       
    69 LIBRARY		nsmldebug.lib
       
    70