omadm/omadmextensions/adapters/nsmldinternet/rom/nsmlinternetadapter.iby
changeset 1 4490afcb47b1
equal deleted inserted replaced
0:3ce708148e4d 1:4490afcb47b1
       
     1 /*
       
     2 * Copyright (c) 2007 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 InternetAdapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 REM SyncML Device Management internet adapter
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 #ifndef __NSMLINTERNETADAPTER_IBY__
       
    25 #define __NSMLINTERNETADAPTER_IBY__
       
    26 
       
    27 #ifdef __SYNCML_DM // nothing should be installed from this .iby file if __SYNCML_DM feature is not selected
       
    28 #ifndef FF_DM_CONNMO_ADAPTER // nothing should be installed from this .iby file if this flag is specified.
       
    29 														 // ConnMO is used in that case for access point provisioning.
       
    30 
       
    31 ECOM_PLUGIN(nsmlinternetadapter.dll,nsmlinternetadapter.rsc)
       
    32 
       
    33 #endif // FF_DM_CONNMO_ADAPTER
       
    34 #endif //__SYNCML_DM
       
    35 
       
    36 #endif //__NSMLINTERNETADAPTER_IBY__