serviceproviders/sapi_contacts_vpbk/group/contactprovider.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 Aug 2009 07:43:07 +0300
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 23 5c0037c72160
permissions -rw-r--r--
Revision: 200931 Kit: 200935

/*
* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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:  Project specification file for contactprovider dll.
*
*/

#include "../../group/sapiincludes.mmpi"

TARGET          contactprovider.dll
TARGETTYPE      PLUGIN

CAPABILITY      CAP_ECOM_PLUGIN

UID             0x10009D8D 0x102833A7
		
VERSION		1.0
							
//Source files directory
SOURCEPATH      ../src

//Source files
SOURCE          contactprovider.cpp
SOURCE          contactinterface.cpp
SOURCE          contactinterfacecallback.cpp
SOURCE 			contactiterator.cpp


//User includes directory
USERINCLUDE     ../inc
USERINCLUDE    	../../inc
USERINCLUDE     ../contactservice/inc


SOURCEPATH      ../data

//Resource specificatiopns
START RESOURCE  0x102833A7.rss
TARGET          contactprovider.rsc
END

//Libraries to be linked
LIBRARY       euser.lib
LIBRARY       contactservice.lib
LIBRARY       liwServiceHandler.lib
LIBRARY       ecom.lib
LIBRARY       vpbkeng.lib
LIBRARY       vpbkvcardEng.lib
LIBRARY       charconv.lib 
LIBRARY		  efsrv.lib 
LIBRARY       estor.lib 

#if defined(WINS)
    deffile ../bwins/contactproviderwinscw.def
#elif defined(EABI)
    deffile ../eabi/contactproviderarm.def
#endif

nostrictdef

paged

//End of File