securitydialogs/Securitynotifier/Group/Securitynotifier.mmp
changeset 0 164170e6151a
child 5 3b17fc5c9564
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2000 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Notifier plug-in for Security application
       
    15 *               (KUidNotifierPlugIn is 0x10005522)
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          securitynotifier.dll
       
    22 TARGETTYPE      dll
       
    23 UID		0x101fdfae 0x10005987
       
    24 
       
    25 VENDORID VID_DEFAULT
       
    26 CAPABILITY CAP_GENERAL_DLL
       
    27 
       
    28 SOURCEPATH	../Src
       
    29 SOURCE          SecurityNotifier.cpp
       
    30   
       
    31 USERINCLUDE     ../Inc  
       
    32 MW_LAYER_SYSTEMINCLUDE ../../../inc
       
    33 
       
    34 
       
    35 
       
    36 LANG SC
       
    37 
       
    38 LIBRARY euser.lib    
       
    39 LIBRARY eiksrv.lib
       
    40 LIBRARY secui.lib
       
    41 LIBRARY etel.lib
       
    42 LIBRARY etelmm.lib
       
    43 LIBRARY commonengine.lib
       
    44 LIBRARY	ws32.lib
       
    45 LIBRARY	cone.lib
       
    46 LIBRARY	sysutil.lib
       
    47 LIBRARY centralrepository.lib
       
    48 LIBRARY eikcore.lib
       
    49 LIBRARY scpclient.lib // SCP server
       
    50 
       
    51 #if defined(WINSCW)
       
    52 DEFFILE ../BWinsCw/SecurityNotifierU.def
       
    53 #endif
       
    54 LIBRARY                 featmgr.lib
       
    55 
       
    56 SMPSAFE
       
    57 
       
    58 //End of File