diff -r 000000000000 -r f979ecb2b13e notepad/notepad1/SyncMLAdapter/group/nsmldsnotepaddataprovider.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/notepad/notepad1/SyncMLAdapter/group/nsmldsnotepaddataprovider.mmp Tue Feb 02 10:12:19 2010 +0200 @@ -0,0 +1,68 @@ +/* +* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: mmp file for Notepad DS adapter +* +*/ + + +#include +#include + +CAPABILITY CAP_ECOM_PLUGIN + +TARGET nsmlnotepaddataprovider.dll +TARGETPATH PLUGINS_1_DIR +TARGETTYPE PLUGIN +UID 0x10009D8D 0x101F8612 +VENDORID VID_DEFAULT + +#if defined(ARMCC) +DEFFILE ./def/eabinotepaddataprovider +#elif defined(WINSCW) +DEFFILE ./def/bwinscwnotepaddataprovider +#endif + +//MACRO _DEBUG_ + +SOURCEPATH ../src +SOURCE NSmlNotepadDataProvider.cpp +SOURCE NSmlNotepadDataStore.cpp +SOURCE NSmlNotepadModsFetcher.cpp +SOURCE nsmlnotepadDatabase.cpp + +APP_LAYER_SYSTEMINCLUDE +SYSTEMINCLUDE /epoc32/include/ecom +SYSTEMINCLUDE /epoc32/include/syncml + +USERINCLUDE ../inc + +START RESOURCE nsmlnotepaddataprovider.rss +HEADER +TARGET nsmlnotepaddataprovider.rsc +TARGETPATH ECOM_RESOURCE_DIR +END + +START RESOURCE NSmlNotepadDataStoreFormat.rss +HEADER +TARGET nsmlnotepaddatastoreformat.rsc +TARGETPATH RESOURCE_FILES_DIR +END + + +LIBRARY ecom.lib bafl.lib euser.lib efsrv.lib edbms.lib estor.lib sysutil.lib +LIBRARY nsmlchangefinder.lib etext.lib wbxmllib.lib +LIBRARY smlstoreformat.lib smldataprovider.lib +LIBRARY nsmldshostclient.lib +//LIBRARY nsmldebug.lib +