/*
* 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: Makefile
*
*
*
*/
#include <platform_paths.hrh>
#include <data_caging_paths.hrh>
SYSTEMINCLUDE /epoc32/include/mw/hb/hbcore
TARGET secui.dll
TARGETTYPE dll
UID 0x1000006C 0x100058ED
VENDORID VID_DEFAULT
CAPABILITY CAP_GENERAL_DLL
SOURCEPATH .
SOURCEPATH ../Data
START RESOURCE SecUi.rss
HEADER
TARGETPATH RESOURCE_FILES_DIR
LANGUAGE_IDS
END
USERINCLUDE . ../Inc
MW_LAYER_SYSTEMINCLUDE ../../../inc
SOURCEPATH ../Src
SOURCE ../Src/SecUi.cpp
SOURCE ../Src/SecUiCodeQueryDialog.cpp
SOURCE ../Src/SecUiSecuritySettings.cpp
SOURCE ../Src/SecUiSecurityHandler.cpp
SOURCE ../Src/SecUiAutoLockSettingPage.cpp
SOURCE ../Src/SecUiObsStartter.cpp
SOURCE ../Src/SecUiManualSecuritySettings.cpp
SOURCE ../Src/SecUiSystemLock.cpp
SOURCE ../Src/SecUiWait.cpp
SOURCE ../Src/SecQueryUi.cpp
library euser.lib
library etel.lib etelmm.lib
library commonengine.lib
library customapi.lib
library rlocksettings.lib
LIBRARY scpclient.lib // SCP server
LIBRARY centralrepository.lib
// Modified by build team
#if defined(WINSCW)
DEFFILE ../BWinsCw/SECUI_EKA2.def
#endif
LIBRARY featmgr.lib
LIBRARY aknnotify.lib
LIBRARY HbCore.lib
LIBRARY HbWidgets.lib
LIBRARY lockclient.lib
LIBRARY phoneclient.lib
SMPSAFE
// end of file