wlansecuritysettings/wifiprotectedsetup/group/wifiprotplugin.mmp
branchRCL_3
changeset 19 c74b3d9f6b9e
equal deleted inserted replaced
18:bad0cc58d154 19: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 Wi-Fi Protected Setup Notifier  
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: tr1cfwln#13 %
       
    20 */
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET      wifiprotplugin.dll
       
    26 
       
    27 TARGETTYPE  DLL
       
    28 
       
    29 TARGETPATH  /system/libs
       
    30 
       
    31 UID         0x101FDFAE 0x10281BC0      
       
    32 
       
    33 CAPABILITY CAP_GENERAL_DLL 
       
    34 
       
    35 VENDORID VID_DEFAULT
       
    36 
       
    37 START RESOURCE ../data/wifiprotplugin.rss
       
    38 HEADER
       
    39     TARGETPATH  RESOURCE_FILES_DIR
       
    40     LANGUAGE_IDS
       
    41 END     // RESOURCE
       
    42 
       
    43 SOURCEPATH  ../pluginsrc
       
    44 SOURCE      wifiprotplugin.cpp
       
    45 SOURCE      wifiprotdlgsplugin.cpp
       
    46 SOURCE      wifiprotconfirmationnotedlg.cpp
       
    47 SOURCE      wifiprotenterpindlg.cpp
       
    48 SOURCE      wifiprotinitiateeasysetupdlg.cpp
       
    49 SOURCE      wifiprotselectnetworkdlg.cpp
       
    50 SOURCE      wifiprotactiverunner.cpp
       
    51 SOURCE      wifiprotuiinprocess.cpp
       
    52 
       
    53 
       
    54 USERINCLUDE         ../plugininc
       
    55 
       
    56 // Component specific internal headers 
       
    57 USERINCLUDE         ../inc
       
    58 
       
    59 //Macro to /epoc32 headers
       
    60 MW_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 LIBRARY     euser.lib
       
    63 LIBRARY     eikdlg.lib
       
    64 LIBRARY     eiksrv.lib
       
    65 LIBRARY     cone.lib
       
    66 LIBRARY     eikcore.lib
       
    67 LIBRARY     eikcoctl.lib
       
    68 LIBRARY     bafl.lib
       
    69 LIBRARY     avkon.lib
       
    70 LIBRARY     aknskins.lib
       
    71 LIBRARY     ecom.lib 
       
    72 LIBRARY     eiksrvui.lib
       
    73 LIBRARY     aknnotify.lib
       
    74 LIBRARY     aknicon.lib
       
    75 LIBRARY     egul.lib
       
    76 LIBRARY	    aknlayout.lib
       
    77 LIBRARY     akncapserverclient.lib
       
    78 LIBRARY     featmgr.lib
       
    79 LIBRARY     commonengine.lib
       
    80 LIBRARY     cmmanager.lib
       
    81 LIBRARY     wpasecuritysettingsui.lib
       
    82 LIBRARY     wepsecuritysettingsui.lib
       
    83 LIBRARY     commsdat.lib
       
    84 LIBRARY     charconv.lib
       
    85 LIBRARY     flogger.lib
       
    86 LIBRARY     efsrv.lib
       
    87 LIBRARY     centralrepository.lib
       
    88 
       
    89 #if defined(ARMCC)
       
    90     DEFFILE ../eabi/wifiprotplugin.def
       
    91 #elif defined( WINSCW )
       
    92     DEFFILE ../bwinscw/wifiprotplugin.def
       
    93 #endif
       
    94 
       
    95 
       
    96 
       
    97 // End of File