omadmadapters/connmoadapter/rom/connmoadapter.iby
author hgs
Tue, 13 Jul 2010 03:48:30 +0530
changeset 45 0f9fc722d255
parent 44 deviceupdatesui/omadmadapters/connmoadapter/rom/connmoadapter.iby@137912d1a556
permissions -rw-r--r--
201021_01
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44
hgs
parents:
diff changeset
     1
/*
hgs
parents:
diff changeset
     2
* ============================================================================
hgs
parents:
diff changeset
     3
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
hgs
parents:
diff changeset
     4
* All rights reserved.
hgs
parents:
diff changeset
     5
* This component and the accompanying materials are made available
hgs
parents:
diff changeset
     6
* under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     7
* which accompanies this distribution, and is available
hgs
parents:
diff changeset
     8
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     9
*
hgs
parents:
diff changeset
    10
* Initial Contributors:
hgs
parents:
diff changeset
    11
* Nokia Corporation - initial contribution.
hgs
parents:
diff changeset
    12
*
hgs
parents:
diff changeset
    13
* Contributors:
hgs
parents:
diff changeset
    14
* 
hgs
parents:
diff changeset
    15
* Description:
hgs
parents:
diff changeset
    16
*
hgs
parents:
diff changeset
    17
* ============================================================================
hgs
parents:
diff changeset
    18
*/
hgs
parents:
diff changeset
    19
hgs
parents:
diff changeset
    20
#include <bldvariant.hrh>
hgs
parents:
diff changeset
    21
hgs
parents:
diff changeset
    22
#ifndef __CONNMOADAPTER_IBY__
hgs
parents:
diff changeset
    23
#define __CONNMOADAPTER_IBY__
hgs
parents:
diff changeset
    24
hgs
parents:
diff changeset
    25
#ifdef __SYNCML_DM // nothing should be installed from this .iby file if __SYNCML_DM feature is not selected
hgs
parents:
diff changeset
    26
#ifdef FF_DM_CONNMO_ADAPTER // nothing should be installed from this .iby file if this flag is not specified.
hgs
parents:
diff changeset
    27
														 // old internet adapter is used in that case for access point provisioning.
hgs
parents:
diff changeset
    28
hgs
parents:
diff changeset
    29
ECOM_PLUGIN(connmoadapter.dll,connmoadapter.rsc)
hgs
parents:
diff changeset
    30
hgs
parents:
diff changeset
    31
#endif FF_DM_CONNMO_ADAPTER 
hgs
parents:
diff changeset
    32
#endif // __SYNCML_DM_WLAN 
hgs
parents:
diff changeset
    33
hgs
parents:
diff changeset
    34
#endif //__CONNMOADAPTER_IBY__