/*
* Copyright (c) 2009 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: Phonebook 2 Commands project specification file.
*
*/
#include <platform/app/Pbk2UID.h>
#include "Pbk2Config.mmp"
#include "../inc/Pbk2InternalUID.h"
#include "../inc/Pbk2Config.hrh"
#include <platform_paths.hrh>
#include <data_caging_paths.hrh>
// Target information
TARGET pbk2spbcontentprovider.dll
TARGETTYPE dll
UID KEPOCStaticDllUID2 KPbk2DllUID3
CAPABILITY CAP_GENERAL_DLL
// Source path
SOURCEPATH ../spbcontentprovider/src
// Source files
SOURCE spbcontentprovider.cpp
SOURCE spbcontentproviderprivate.cpp
SOURCE spbcontent.cpp
SOURCE spbserviceiconprovider.cpp
SOURCE spbstatusprovider.cpp
SOURCE spbphonenumberparser.cpp
SOURCE spbcontactstorelistener.cpp
// Resources
// Include paths
USERINCLUDE ../spbcontentprovider/inc
SYSTEMINCLUDE ../inc
APP_LAYER_SYSTEMINCLUDE
LIBRARY euser.lib
LIBRARY bafl.lib
LIBRARY egul.lib
LIBRARY ecom.lib
LIBRARY featmgr.lib
LIBRARY vpbkeng.lib
LIBRARY bsclient.lib
LIBRARY pbk2presentation.lib
LIBRARY presencecacheclient2.lib
LIBRARY presencecacheutils.lib
// End of File