wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/rom/wlaneng.iby
changeset 0 c40eb8fe8501
child 3 6524e815f76f
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Contains infromation about binary files and binary file locations
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __WLANENG_IBY__
       
    20 #define __WLANENG_IBY__
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 #ifdef __PROTOCOL_WLAN
       
    24 
       
    25 file=ABI_DIR\BUILD_DIR\wlandevicesettings.dll           SHARED_LIB_DIR\wlandevicesettings.dll
       
    26 file=ABI_DIR\BUILD_DIR\wlmplatform.dll                  SHARED_LIB_DIR\wlmplatform.dll
       
    27 file=ABI_DIR\BUILD_DIR\wlmserver.dll                    SHARED_LIB_DIR\wlmserver.dll
       
    28 file=ABI_DIR\BUILD_DIR\wlmserverexe.exe	                SHARED_LIB_DIR\wlmserverexe.exe
       
    29 
       
    30 #ifdef FF_WLAN_EXTENSIONS
       
    31     file=ABI_DIR\BUILD_DIR\wlmserversrv_wpx.dll         SHARED_LIB_DIR\wlmserversrv.dll 
       
    32 #else
       
    33     file=ABI_DIR\BUILD_DIR\wlmserversrv.dll             SHARED_LIB_DIR\wlmserversrv.dll 
       
    34 #endif
       
    35 
       
    36 ECOM_PLUGIN( wlanmgmtimpl.dll,101f8efd.rsc )
       
    37 ECOM_PLUGIN( wlancontrolimpl.dll,10282e0d.rsc )
       
    38 
       
    39 // backup registration file
       
    40 data=ZPRIVATE\101f8ec5\backup_registration.xml	private\101f8ec5\backup_registration.xml
       
    41 
       
    42 #endif // __PROTOCOL_WLAN
       
    43 #endif // __WLANENG_IBY__
       
    44 
       
    45 //  End of File
       
    46