diff -r 5b6f26637ad3 -r f4a778e096c2 phonebookui/Phonebook/group/PbkExt.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonebookui/Phonebook/group/PbkExt.mmp Wed Sep 01 12:29:52 2010 +0100 @@ -0,0 +1,56 @@ +/* +* 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 // Phonebook UIDs +#include "PbkConfig.mmp" // Phonebook MMP configuration file +#include +#include + +// 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