apengine/apsettingshandlerui/group/Apsettingshandlerui.mmp
changeset 71 9f263f780e41
parent 70 ac5daea24fb0
child 72 0c32cf868819
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
     1 /*
       
     2 * Copyright (c) 2002 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 "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: 
       
    15 *     This is project specification file for the ApSettingsHandler.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET      ApSettingsHandlerUI.dll
       
    25 TARGETTYPE      DLL
       
    26 UID         0x1000008d 0x10008d3B
       
    27 
       
    28 CAPABILITY CAP_GENERAL_DLL
       
    29 
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 
       
    33 SOURCEPATH ../src
       
    34 SOURCE  apsettingshandleruiImpl.cpp
       
    35 SOURCE  apsettingsui.cpp
       
    36 SOURCE  apsettingshandlerui.cpp
       
    37 SOURCE  ApSelQueryDialog.cpp
       
    38 SOURCE  TextOverrides.cpp
       
    39 SOURCE  ApSelectorDialog.cpp
       
    40 SOURCE  ApSelectorListBox.cpp
       
    41 SOURCE  ApSelectorListBoxModel.cpp
       
    42 SOURCE  ApSettingsModel.cpp
       
    43 SOURCE  ApSettingsCommons.cpp
       
    44 SOURCE  ApSettingsDlg.cpp
       
    45 SOURCE  ApSelPopupList.cpp
       
    46 SOURCE  apsettingsdeleteoperation.cpp
       
    47 SOURCE  AccessPointTextSettingPage.cpp
       
    48 SOURCE  ApNetSelPopupList.cpp
       
    49 SOURCE  ApNetSelectorListBoxModel.cpp
       
    50 SOURCE  FeatureManagerWrapper.cpp
       
    51 SOURCE  ApMultiLineDataQueryDialog.cpp
       
    52 
       
    53 
       
    54 START RESOURCE ../data/apsetui.rss
       
    55 HEADER
       
    56 TARGETPATH RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 
       
    59 END  // RESOURCE
       
    60 
       
    61 // Component specific internal headers 
       
    62 USERINCLUDE			../inc
       
    63 
       
    64 // ADO specific internal headers 
       
    65 SYSTEMINCLUDE		../../../inc
       
    66 
       
    67 //Macro to /epoc32 headers
       
    68 MW_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    71 APP_LAYER_SYSTEMINCLUDE
       
    72 #endif
       
    73 
       
    74 LIBRARY euser.lib
       
    75 LIBRARY cone.lib
       
    76 LIBRARY eikcore.lib
       
    77 LIBRARY eikcoctl.lib
       
    78 LIBRARY avkon.lib
       
    79 LIBRARY eikdlg.lib 
       
    80 LIBRARY bafl.lib
       
    81 LIBRARY eikctl.lib
       
    82 LIBRARY apengine.lib 
       
    83 LIBRARY commonengine.lib 
       
    84 LIBRARY diskspacereserver.lib
       
    85 LIBRARY commdb.lib
       
    86 LIBRARY insock.lib
       
    87 LIBRARY sysutil.lib
       
    88 LIBRARY commonui.lib
       
    89 LIBRARY FeatMgr.lib
       
    90 LIBRARY AknInputLanguage.lib
       
    91 
       
    92 LIBRARY ConnectionUiUtilities.lib
       
    93 LIBRARY centralrepository.lib
       
    94 
       
    95 
       
    96 #if defined(ARMCC)
       
    97     DEFFILE ../EABI/ApSettingsHandlerUI_EKA2.def
       
    98 #elif defined( WINSCW )
       
    99     DEFFILE ../BWinsCw/ApSettingsHandlerUI_EKA2.def
       
   100 #elif defined( WINS )
       
   101     DEFFILE ../BWins/ApSettingsHandlerUI_EKA2.def
       
   102 #else
       
   103     DEFFILE ../BMarm/ApSettingsHandlerUI_EKA2.def
       
   104 #endif
       
   105 
       
   106 
       
   107 #ifdef __SERIES60_HELP
       
   108     LIBRARY         hlplch.lib // for "Help" options menu
       
   109 #endif // __SERIES60_HELP
       
   110 
       
   111 
       
   112 LIBRARY efsrv.lib
       
   113 LIBRARY AknSkins.lib
       
   114 LIBRARY charconv.lib
       
   115 
       
   116 
       
   117 // Define this macro if you wish to enable IPv6 support for testing
       
   118 // It will override FeatureManager's NOT SUPPORTED....
       
   119 // MACRO __TEST_IPV6_SUPPORT    
       
   120 
       
   121 // Define this macro if you wish to disable HsCSD support for testing
       
   122 // It will override shared datakey setting....
       
   123 // MACRO __TEST_NO_HSCSD
       
   124 
       
   125 
       
   126 // Define this to test CSD support.
       
   127 // MACRO __TEST_CSD_SUPPORT
       
   128 
       
   129 
       
   130 // Define this to test HSCSD support.
       
   131 // MACRO __TEST_HSCSD_SUPPORT
       
   132 
       
   133 // Define this to test CDMA write-protect support.
       
   134 //MACRO __TEST_CDMA_WRITE_PROTECT
       
   135 
       
   136 // Define this to test WLAN support.
       
   137 //#define __TEST_WLAN_SUPPORT_ENABLED
       
   138 
       
   139 // Define this to use logging.
       
   140 // #define __TEST_LOGGING_ENABLED
       
   141 
       
   142 
       
   143 #ifdef __TEST_LOGGING_ENABLED
       
   144     MACRO __TEST_LOGGING
       
   145     LIBRARY flogger.lib
       
   146 #endif
       
   147 
       
   148 // Define this to test LAN support.
       
   149 #ifdef WINS
       
   150     MACRO __TEST_LAN_BEARER
       
   151 #endif
       
   152 
       
   153 #ifdef __TEST_WLAN_SUPPORT_ENABLED
       
   154     MACRO __TEST_WLAN_SUPPORT
       
   155 #endif // __TEST_WLAN_SUPPORT
       
   156 // End of File