wlansecuritysettings/wapisecuritysettingsui/group/wapisecuritysettingsui.mmp
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : wapisecuritysettingsui.mmp
       
     4 *  Part of  : S60 WAPI Security Settings UI
       
     5 *
       
     6 *  Description:
       
     7 *     This is project specification file for the wapisecuritysettingsui.
       
     8 *  Version: %version:  7.1.3 %
       
     9 *
       
    10 *  Copyright (C) 2008 Nokia Corporation.
       
    11 *  This material, including documentation and any related 
       
    12 *  computer programs, is protected by copyright controlled by 
       
    13 *  Nokia Corporation. All rights are reserved. Copying, 
       
    14 *  including reproducing, storing,  adapting or translating, any 
       
    15 *  or all of this material requires the prior written consent of 
       
    16 *  Nokia Corporation. This material also contains confidential 
       
    17 *  information which may not be disclosed to others without the 
       
    18 *  prior written consent of Nokia Corporation.
       
    19 *
       
    20 * ============================================================================
       
    21 */
       
    22 
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 
       
    27 TARGET      realwapisecuritysettingsui.dll
       
    28 TARGETTYPE  DLL
       
    29 
       
    30 CAPABILITY CAP_GENERAL_DLL
       
    31 VENDORID VID_DEFAULT
       
    32 
       
    33 
       
    34 START RESOURCE  ../data/wapisecuritysettingsui.rss
       
    35 HEADER
       
    36 TARGETPATH RESOURCE_FILES_DIR
       
    37 LANGUAGE_IDS
       
    38 END  // RESOURCE
       
    39 
       
    40 
       
    41 SOURCEPATH ../src
       
    42 
       
    43 SOURCE wapisecuritysettings.cpp
       
    44 SOURCE wapisecuritysettingsimpl.cpp
       
    45 SOURCE wapisecuritysettingsui.cpp
       
    46 SOURCE wapisecuritysettingsuiimpl.cpp
       
    47 SOURCE wapisecuritysettingsdlg.cpp
       
    48 SOURCE wapisecuritysettingsuipanic.cpp
       
    49 
       
    50 // Component specific internal headers 
       
    51 USERINCLUDE			../inc
       
    52 
       
    53 //Macro to /epoc32 headers
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY hlplch.lib
       
    58 LIBRARY euser.lib
       
    59 LIBRARY cone.lib
       
    60 LIBRARY eikcore.lib
       
    61 LIBRARY eikcoctl.lib
       
    62 LIBRARY avkon.lib
       
    63 LIBRARY eikdlg.lib 
       
    64 LIBRARY bafl.lib
       
    65 LIBRARY commonengine.lib 
       
    66 LIBRARY FeatMgr.lib
       
    67 LIBRARY wapi.lib
       
    68 LIBRARY commsdat.lib
       
    69 
       
    70 #if defined( WINSCW )
       
    71 DEFFILE ../bwinscw/wapisecuritysettingsui.def
       
    72 #else
       
    73 DEFFILE ../eabi/wapisecuritysettingsui.def
       
    74 #endif
       
    75 
       
    76 
       
    77 // End of File