vpnui/vpnecomnotifier/group/vpnecomnotifier.mmp
changeset 0 33413c0669b9
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     1 /*
       
     2 * Copyright (c) 2007-2009 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:   Project definition file for project vpnecomnotifier
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET          vpnecomnotifier.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 //UID     0x1000008d 0x101F6D3F
       
    25 // This module is an ECOM plugin
       
    26 // Using old acunotifier's UID
       
    27 UID             0x10009D8D 0x101F6EB7  // First uid=notifier uid, second UID pkinotifier DLL UID
       
    28 
       
    29 CAPABILITY      ALL -Tcb
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          vpndialogmanagerecomstub.cpp
       
    34 SOURCE          vpnecomnotifier.cpp
       
    35 
       
    36 //
       
    37 // ECOM plugin resource file
       
    38 //
       
    39 start resource ../data/101f6eb7.rss
       
    40 target vpnecomnotifier.rsc
       
    41 end
       
    42 
       
    43 //
       
    44 // UI resource file
       
    45 //
       
    46 START RESOURCE  ../data/vpnecomnotifier.rss
       
    47 TARGETPATH  resource
       
    48 HEADER
       
    49 LANGUAGE_IDS
       
    50 END
       
    51 
       
    52 USERINCLUDE     ../inc 
       
    53 USERINCLUDE     ../data
       
    54 USERINCLUDE     ../../../vpnengine/vpncommon/inc
       
    55 USERINCLUDE     ../../../vpnapiimpl/inc
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 LIBRARY         eiksrv.lib  
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         cone.lib 
       
    62 LIBRARY         avkon.lib
       
    63 LIBRARY         eikdlg.lib //ws32.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         eikcoctl.lib
       
    66 LIBRARY         eikcore.lib // For Infowin
       
    67 LIBRARY         eiksrvui.lib // Eikon server ui (for suppressing app -key)
       
    68 LIBRARY         efsrv.lib
       
    69 LIBRARY         commonengine.lib
       
    70 LIBRARY         cdlengine.lib
       
    71 
       
    72 DEBUGLIBRARY    flogger.lib