phonebookui/Speeddial/group/SpdCtrl.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 20:54:53 +0300
branchRCL_3
changeset 21 9da50d567e3c
parent 0 e686773b3f54
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* 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:     This is project specification file for the SpdCtrl.
*
*/





#include <data_caging_paths.hrh>
#include <platform_paths.hrh>
// Build target
TARGET          SpdCtrl.dll
TARGETTYPE      dll
UID             0x1000008d 0x10005986

VENDORID	VID_DEFAULT

CAPABILITY      CAP_GENERAL_DLL


APP_LAYER_SYSTEMINCLUDE 
// Resources
START RESOURCE ../datasrc/SpdCtrl.rss
HEADER
	TARGETPATH RESOURCE_FILES_DIR
LANGUAGE_IDS
END 

//LANG    sc

// Source files location
SOURCEPATH      ../ControlSrc 

// Controls
SOURCE          SpdiaControl_platsec.cpp

// Dialogs
SOURCE          SpdiaGridDlg.cpp
SOURCE          SpdiaGrid.cpp
SOURCE          SpdiaIndexData.cpp
SOURCE          SpdiaPanic.cpp

SOURCEPATH			../VPbkControlSrc

SOURCE          SpdiaGridDlgVPbk.cpp
SOURCE          SpdiaGridVPbk.cpp

// Utility
SOURCE          SpdiaIndexDataVPbk.cpp
SOURCE          spdiadialogs.cpp
SOURCE          speeddialprivate.cpp



// Include paths
USERINCLUDE     ../inc ../ControlInc ../VPbkControlInc

// Dependencies to other Phonebook components
LIBRARY         pbkeng.lib pbkview.lib

// Dependencies to other components
//LIBRARY         PalbView.lib  //PalbEng.lib

/// Voice mail support
LIBRARY         vmbx.LIB

// Dependencies to system components
LIBRARY         euser.lib bafl.lib cntmodel.lib 
LIBRARY         cone.lib eikcoctl.lib eikdlg.lib avkon.lib fbscli.lib egul.lib
LIBRARY         eikcore.lib CommonEngine.lib centralrepository.lib
LIBRARY         sysutil.lib commonui.lib CdlEngine.lib
// phone client support
LIBRARY         phoneclient.lib
// skins support
LIBRARY         aknskins.lib
LIBRARY         aknicon.lib
LIBRARY		efsrv.lib
LIBRARY	        bitgdi.lib 
LIBRARY         aknlayout2.lib
LIBRARY         AknLayout2Scalable.lib 
LIBRARY         uiklaf.lib
LIBRARY         featmgr.lib
LIBRARY         avkon.lib
LIBRARY         aknicon.lib

LIBRARY 	servicehandler.lib
LIBRARY         VPbkEng.lib
LIBRARY  	Pbk2Presentation.lib
LIBRARY 	Pbk2CommonUI.lib

// End of File