securitydialogs/Securitynotifier/Group/Securitynotifier.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:19:59 +0100
branchRCL_3
changeset 50 03674e5abf46
parent 49 09b1ac925e3f
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2000 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:  Notifier plug-in for Security application
*               (KUidNotifierPlugIn is 0x10005522)
*
*/

#include <platform_paths.hrh>

TARGET          securitynotifier.dll
TARGETTYPE      dll
UID		0x101fdfae 0x10005987

VENDORID VID_DEFAULT
CAPABILITY CAP_GENERAL_DLL

SOURCEPATH	../Src
SOURCE          SecurityNotifier.cpp
  
USERINCLUDE     ../Inc  
MW_LAYER_SYSTEMINCLUDE ../../../inc



LANG SC

LIBRARY euser.lib    
LIBRARY eiksrv.lib
LIBRARY secui.lib
LIBRARY etel.lib
LIBRARY etelmm.lib
LIBRARY commonengine.lib
LIBRARY	ws32.lib
LIBRARY	cone.lib
LIBRARY	sysutil.lib
LIBRARY centralrepository.lib
LIBRARY eikcore.lib
LIBRARY scpclient.lib // SCP server

#if defined(WINSCW)
DEFFILE ../BWinsCw/SecurityNotifierU.def
#endif
LIBRARY                 featmgr.lib  apgrfx.lib apparc.lib

SMPSAFE

//End of File