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