omadmadapters/globalwlansettings/rom/globalwlanadapter.iby
changeset 45 0f9fc722d255
parent 44 137912d1a556
equal deleted inserted replaced
44:137912d1a556 45:0f9fc722d255
       
     1 /*
       
     2 * Copyright (c) 2008 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:   Image description file for project GlobalWLANAdapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 REM SyncML Device Management internet adapter
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 #ifndef __GLOBALWLANADAPTER_IBY__
       
    25 #define __GLOBALWLANADAPTER_IBY__
       
    26 
       
    27 #ifdef __SYNCML_DM // nothing should be installed from this .iby file if __SYNCML_DM feature is not selected
       
    28 
       
    29 #ifdef __SYNCML_DM_WLAN 
       
    30 ECOM_PLUGIN(globalwlanadapter.dll,globalwlanadapter.rsc)
       
    31 #endif // __SYNCML_DM_WLAN
       
    32 
       
    33 #endif //__SYNCML_DM
       
    34 
       
    35 #endif //__GLOBALWLANADAPTER_IBY__