wlansecuritysettings/wlaneapsettingsui/group/eapnotifwrapper.mmp
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     1 /*
       
     2 * Copyright (c) 2001-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 the License "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: This is project specification file for the eapnotifwrapper
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: tr1cfwln#10 %
       
    20 */
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET      eapnotifwrapper.dll
       
    26 TARGETTYPE  PLUGIN 
       
    27 UID         0x10009D8D 0x2000CF2E
       
    28 VENDORID    VID_DEFAULT
       
    29 CAPABILITY  CAP_ECOM_PLUGIN
       
    30 
       
    31 LANG    SC
       
    32 
       
    33 SOURCEPATH  ../eapnotifwrapper/src
       
    34 SOURCE  eapnotifwrapper.cpp 
       
    35 
       
    36 USERINCLUDE			../eapnotifwrapper/inc
       
    37 
       
    38 //Macro to /epoc32 headers
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 START RESOURCE ../data/2000cf2e.rss 
       
    42 TARGET eapnotifwrapper.rsc
       
    43 TARGETPATH ECOM_RESOURCE_DIR
       
    44 END
       
    45 
       
    46 
       
    47 LIBRARY ecom.lib
       
    48 LIBRARY	aknnotifierwrapper.lib
       
    49 LIBRARY euser.lib
       
    50 
       
    51 DEBUGLIBRARY flogger.lib
       
    52 DEBUGLIBRARY efsrv.lib
       
    53 DEBUGLIBRARY cone.lib 
       
    54 
       
    55 
       
    56 // End of File