phonebookui/Phonebook/group/PbkExt.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:15:33 +0300
branchRCL_3
changeset 85 38bb213f60ba
parent 0 e686773b3f54
permissions -rw-r--r--
Revision: 201039 Kit: 201041

/*
* Copyright (c) 2002 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: 
*     
*
*/


// INCLUDES
#include <platform/app/PbkUID.h> // Phonebook UIDs
#include "PbkConfig.mmp"    // Phonebook MMP configuration file
#include <data_caging_paths.hrh>
#include <platform_paths.hrh>

// Build target
TARGET          PbkExt.dll
TARGETTYPE      dll
UID             KEPOCStaticDllUID2 KPbkDllUID3
CAPABILITY      CAP_GENERAL_DLL
VENDORID        VID_DEFAULT

// Source files location
SOURCEPATH		../PbkExt/src

// Source files
SOURCE  CPbkMultiExtensionFactory.cpp
SOURCE  CPbkExtGlobals.cpp
SOURCE	CPbkExtensionLoader.cpp
SOURCE	CPbkMultiAppUiExtension.cpp
SOURCE	CPbkMultiViewExtension.cpp
SOURCE	CPbkMultiContactEditorExtension.cpp
SOURCE	CPbkExtensionScanner.cpp
SOURCE	CPbkDummyControlExtension.cpp

LANGUAGE_IDS

// Include paths
USERINCLUDE     ../PbkExt/inc ../group
SYSTEMINCLUDE	../inc	// for TPbkIconId
APP_LAYER_SYSTEMINCLUDE // macro that defines the platform system includes

// Dependencies to Symbian OS components
LIBRARY euser.lib efsrv.lib ecom.lib

// End of File