notepad/notepad1/SyncMLAdapter/group/nsmldsnotepaddataprovider.mmp
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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(ARMCC)
       
    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          NSmlNotepadModsFetcher.cpp
       
    42 SOURCE			nsmlnotepadDatabase.cpp
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    46 SYSTEMINCLUDE 	/epoc32/include/syncml
       
    47 
       
    48 USERINCLUDE     ../inc 
       
    49 
       
    50 START RESOURCE nsmlnotepaddataprovider.rss
       
    51 HEADER
       
    52 TARGET 		nsmlnotepaddataprovider.rsc       
       
    53 TARGETPATH	ECOM_RESOURCE_DIR
       
    54 END 
       
    55 
       
    56 START RESOURCE NSmlNotepadDataStoreFormat.rss
       
    57 HEADER
       
    58 TARGET 		nsmlnotepaddatastoreformat.rsc       
       
    59 TARGETPATH  RESOURCE_FILES_DIR 
       
    60 END 
       
    61 
       
    62 
       
    63 LIBRARY		ecom.lib bafl.lib euser.lib efsrv.lib edbms.lib estor.lib sysutil.lib
       
    64 LIBRARY		nsmlchangefinder.lib etext.lib wbxmllib.lib
       
    65 LIBRARY		smlstoreformat.lib smldataprovider.lib
       
    66 LIBRARY		nsmldshostclient.lib 
       
    67 //LIBRARY		nsmldebug.lib 
       
    68