wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group/wlmserversrv.mmh
changeset 0 c40eb8fe8501
child 3 6524e815f76f
child 13 ab7247ff6ef9
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 * This file contains all build information which is not depending on whether WPX exists or not.
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 8 %
       
    20 */
       
    21 
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x101f8ec4
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 #if defined( ARMCC )
       
    28 DEFFILE         ../eabi/wlmserversrv.def
       
    29 #else
       
    30 DEFFILE         ../bwinscw/wlmserversrv.def
       
    31 #endif
       
    32 
       
    33 SOURCEPATH      ../../../wlan_common/wlanengine_common_3.1/src
       
    34 SOURCE          core_server.cpp
       
    35 SOURCE          core_server_factory.cpp
       
    36 SOURCE          core_operation_base.cpp
       
    37 SOURCE          core_operation_update_device_settings.cpp
       
    38 SOURCE          core_operation_update_power_mode.cpp
       
    39 SOURCE          core_operation_update_rxtx_parameters.cpp
       
    40 SOURCE          core_operation_update_tx_rate_policies.cpp
       
    41 SOURCE          core_operation_scan.cpp
       
    42 SOURCE          core_operation_get_available_iaps.cpp
       
    43 SOURCE          core_operation_connect.cpp
       
    44 SOURCE          core_operation_release.cpp
       
    45 SOURCE          core_operation_unload_drivers.cpp
       
    46 SOURCE          core_operation_configure_multicast_group.cpp
       
    47 SOURCE          core_operation_roam.cpp
       
    48 SOURCE          core_operation_check_rcpi.cpp
       
    49 SOURCE          core_operation_handle_bss_lost.cpp
       
    50 SOURCE          core_operation_handle_frame.cpp
       
    51 SOURCE          core_operation_handle_delete_ts.cpp
       
    52 SOURCE          core_operation_handle_measurement_request.cpp
       
    53 SOURCE          core_operation_handle_neighbor_response.cpp
       
    54 SOURCE          core_operation_null.cpp
       
    55 SOURCE          core_operation_get_rcpi.cpp
       
    56 SOURCE          core_operation_ibss_merge.cpp
       
    57 SOURCE          core_operation_get_statistics.cpp
       
    58 SOURCE          core_operation_set_uapsd_settings.cpp
       
    59 SOURCE          core_operation_set_power_save_settings.cpp
       
    60 SOURCE          core_operation_create_ts.cpp
       
    61 SOURCE          core_operation_delete_ts.cpp
       
    62 SOURCE          core_operation_protected_setup.cpp
       
    63 SOURCE          core_operation_power_save_test.cpp
       
    64 SOURCE          core_operation_set_arp_filter.cpp
       
    65 SOURCE          core_operation_directed_roam.cpp
       
    66 SOURCE          core_sub_operation_echo_test.cpp
       
    67 SOURCE          core_sub_operation_load_drivers.cpp
       
    68 SOURCE          core_sub_operation_connect.cpp
       
    69 SOURCE          core_sub_operation_adhoc.cpp
       
    70 SOURCE          core_sub_operation_wpa_connect.cpp
       
    71 SOURCE          core_sub_operation_set_static_wep.cpp
       
    72 SOURCE          core_sub_operation_roam_scan.cpp
       
    73 SOURCE          core_sub_operation_roam_update_ts.cpp
       
    74 SOURCE          core_sub_operation_create_ts.cpp
       
    75 SOURCE          core_sub_operation_wep_connect.cpp
       
    76 SOURCE          core_settings.cpp
       
    77 SOURCE          core_ap_data.cpp
       
    78 SOURCE          core_connection_data.cpp
       
    79 SOURCE          core_iap_data.cpp
       
    80 SOURCE          core_tools.cpp
       
    81 SOURCE          core_tools_parser.cpp
       
    82 SOURCE          core_eapol_handler.cpp
       
    83 SOURCE          core_timer_counter_measures.cpp
       
    84 SOURCE          core_frame_action.cpp
       
    85 SOURCE          core_frame_action_rm.cpp
       
    86 SOURCE          core_frame_action_nr.cpp
       
    87 SOURCE          core_frame_action_wmm.cpp
       
    88 SOURCE          core_frame_radio_measurement_action.cpp
       
    89 SOURCE          core_frame_assoc_resp.cpp
       
    90 SOURCE          core_frame_dot11.cpp
       
    91 SOURCE          core_frame_dot11_ie.cpp
       
    92 SOURCE          core_frame_mgmt_ie.cpp
       
    93 SOURCE          core_frame_rm_ie.cpp
       
    94 SOURCE          core_frame_rm_ie_beacon_report.cpp
       
    95 SOURCE          core_frame_rm_ie_beacon_report_ie.cpp
       
    96 SOURCE          core_frame_rm_ie_beacon_report_frame_body_ie.cpp
       
    97 SOURCE          core_frame_rm_ie_beacon_request.cpp
       
    98 SOURCE          core_frame_rm_ie_beacon_request_ie.cpp
       
    99 SOURCE          core_frame_rm_ie_beacon_request_detail_ie.cpp
       
   100 SOURCE          core_frame_nr_ie.cpp
       
   101 SOURCE          core_frame_rsn_ie.cpp
       
   102 SOURCE          core_frame_wpa_ie.cpp
       
   103 SOURCE          core_frame_wmm_ie.cpp
       
   104 SOURCE          core_frame_wmm_ie_tspec.cpp
       
   105 SOURCE          core_frame_wsc_ie.cpp
       
   106 SOURCE          core_frame_qbss_load_ie.cpp
       
   107 SOURCE          core_frame_tim_ie.cpp
       
   108 SOURCE          core_frame_beacon.cpp
       
   109 SOURCE          core_frame_echo_test.cpp
       
   110 SOURCE          core_frame_ethernet.cpp
       
   111 SOURCE          core_frame_wapi_ie.cpp
       
   112 SOURCE          core_scan_list.cpp
       
   113 SOURCE          core_scan_list_iterator.cpp
       
   114 SOURCE          core_scan_channels.cpp
       
   115 SOURCE          core_traffic_stream.cpp
       
   116 SOURCE          core_traffic_stream_list.cpp
       
   117 SOURCE          core_traffic_stream_list_iter.cpp
       
   118 SOURCE          core_virtual_traffic_stream.cpp
       
   119 SOURCE          core_virtual_traffic_stream_list.cpp
       
   120 SOURCE          core_virtual_traffic_stream_list_iter.cpp
       
   121 SOURCE          core_roam_metrics.cpp
       
   122 SOURCE          core_wlan_eapol_interface.cpp
       
   123 SOURCE          core_wlan_eapol_if_message.cpp
       
   124 
       
   125 SOURCEPATH      ../src
       
   126 SOURCE          wlmtimer.cpp
       
   127 SOURCE          wlmtimerfactory.cpp
       
   128 SOURCE          wlmnotification.cpp
       
   129 SOURCE          wlmserver.cpp
       
   130 SOURCE          wlmsession.cpp
       
   131 SOURCE          wlmdriverif.cpp
       
   132 SOURCE          wlanmgmtcommandhandler.cpp
       
   133 SOURCE          wlannotificationhandler.cpp
       
   134 SOURCE          wlanmgmtframehandler.cpp
       
   135 SOURCE          wlanscanresultcache.cpp
       
   136 SOURCE          wlancbwaiter.cpp
       
   137 SOURCE          wlanconversionutil.cpp
       
   138 SOURCE          wlmtools.cpp
       
   139 SOURCE          wlangenericplugin.cpp
       
   140 SOURCE          wlanssidlist.cpp
       
   141 SOURCE          wlanssidlistdb.cpp
       
   142 SOURCE          wlanbgscan.cpp
       
   143 SOURCE          wlanbgscanawscomms.cpp
       
   144 SOURCE          wlanbgscancommand.cpp
       
   145 SOURCE          wlantimerservices.cpp
       
   146 
       
   147 USERINCLUDE     ../inc
       
   148 USERINCLUDE     ../../../../inc
       
   149 USERINCLUDE     ../../../wlan_common/wlanengine_common_3.1/inc
       
   150 OS_LAYER_SYSTEMINCLUDE
       
   151 
       
   152 LIBRARY         euser.lib
       
   153 LIBRARY         esock.lib
       
   154 LIBRARY         insock.lib
       
   155 LIBRARY         ecom.lib
       
   156 LIBRARY         efsrv.lib
       
   157 LIBRARY         estor.lib
       
   158 
       
   159 LIBRARY         wlandevicesettings.lib
       
   160 LIBRARY         wlmplatform.lib
       
   161 LIBRARY         wlanhwinit.lib
       
   162 LIBRARY         wlandbif.lib
       
   163 LIBRARY         featmgr.lib
       
   164 LIBRARY         commsdat.lib
       
   165 
       
   166 STATICLIBRARY   wlanscanlist.lib