securitydialogs/SecUi/group/SecUi.mmp
author hgs
Wed, 20 Oct 2010 14:51:23 +0300
changeset 66 67b3e3c1fc87
parent 30 cc1cea6aabaf
permissions -rw-r--r--
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:  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 .

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 HbCore.lib
LIBRARY HbWidgets.lib
LIBRARY lockclient.lib 
LIBRARY phoneclient.lib
LIBRARY         aiwdialdata.lib
LIBRARY         servicehandler.lib
LIBRARY		   etel3rdparty.lib

SMPSAFE

// end of file