securitydialogs/SecUi/group/SecUi.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 14:28:40 +0300
changeset 26 aad866c37519
parent 17 8957df7b0072
child 30 cc1cea6aabaf
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

/*
* 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