wlansecuritysettings/wlaneapsettingsui/group/EapPluginConfig.mmp
branchRCL_3
changeset 18 bad0cc58d154
parent 17 30e048a7b597
child 19 c74b3d9f6b9e
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
     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: EAP Plugin Configuration UI Project mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 23 %
       
    20 */
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 
       
    26 TARGET          eappluginconfig.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x102072BB
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 
       
    33 SOURCEPATH      ../EapPluginConfig/src
       
    34 
       
    35 SOURCE          EAPPluginConfiguration.cpp
       
    36 SOURCE          EAPPlugInConfigurationDlg.cpp
       
    37 SOURCE          EAPPlugInConfigurationModel.cpp
       
    38 SOURCE          EAPPluginList.cpp
       
    39 SOURCE          EAPPluginConfigurationProxy.cpp
       
    40 
       
    41 
       
    42 USERINCLUDE     ../EapPluginConfig/inc
       
    43 
       
    44 //Macro to /epoc32 headers
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 
       
    49 START RESOURCE  ../data/EAPPluginConfigRes.rss
       
    50 
       
    51 HEADER
       
    52 TARGETPATH  RESOURCE_FILES_DIR
       
    53 LANGUAGE_IDS
       
    54 
       
    55 END  // RESOURCE
       
    56 
       
    57 
       
    58 START RESOURCE  ../data/102072bb.rss
       
    59 TARGET eappluginconfig.rsc
       
    60 TARGETPATH ECOM_RESOURCE_DIR
       
    61 LANGUAGE_IDS
       
    62 
       
    63 END  // RESOURCE
       
    64 
       
    65 
       
    66 LIBRARY featmgr.lib
       
    67 LIBRARY euser.lib
       
    68 LIBRARY ecom.lib
       
    69 LIBRARY AknSkins.lib
       
    70 LIBRARY AknIcon.lib
       
    71 LIBRARY CommonEngine.lib
       
    72 LIBRARY HLPLCH.lib      // For Series 60 help
       
    73 LIBRARY eikcoctl.lib 
       
    74 LIBRARY eikdlg.lib
       
    75 LIBRARY eikcore.lib
       
    76 LIBRARY cone.lib
       
    77 LIBRARY avkon.lib
       
    78 LIBRARY bafl.lib 
       
    79 LIBRARY egul.lib
       
    80 
       
    81 
       
    82 // End of File