browserui/browser/BrowserAppInc/WmlBrowserBuild.h
branchRCL_3
changeset 48 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2002 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 *      Defines whether WIM is part of WmlBrowser or not
       
    16 *      
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 // INCLUDES
       
    22 #if !defined(__WMLBROWSERBUILD_H__)
       
    23 #define __WMLBROWSERBUILD_H__
       
    24 
       
    25 #include <bldvariant.hrh>
       
    26 
       
    27 // Use this flag to send bookmark as plaing ascii text
       
    28 // instead of binary OTA.
       
    29 #define _BOOKMARK_SENT_ASCII
       
    30 
       
    31 #define CHANGECONN_ALWAYSASK_FEATURE ( FeatureManager::FeatureSupported( KFeatureIdProtocolWlan ) )
       
    32 
       
    33 #define HELP ( FeatureManager::FeatureSupported( KFeatureIdHelp ) )
       
    34 
       
    35 #define ADAPTIVEBOOKMARKS (FeatureManager::FeatureSupported( KFeatureIdBrowserAdaptiveBookm ))
       
    36 
       
    37 // #define WSP ( FeatureManager::FeatureSupported( KFeatureIdWsp ) )
       
    38 
       
    39 //browser autocomplete
       
    40 #define AUTOCOMP ( FeatureManager::FeatureSupported( KFeatureIdBrowserUrlCompletion )  )
       
    41 
       
    42 #define AVKONELAF ( FeatureManager::FeatureSupported( KFeatureIdAvkonELaf )  )
       
    43 #define AVKONAPAC ( FeatureManager::FeatureSupported( KFeatureIdAvkonApac )  )
       
    44 #define CHINESE ( FeatureManager::FeatureSupported( KFeatureIdChinese ) )
       
    45 
       
    46 #define IMEI_NOTIFICATION ( FeatureManager::FeatureSupported( KFeatureIdBrowserIMEINotification ) )
       
    47 
       
    48 #define HAS_SIDE_VOLUME_KEYS ( FeatureManager::FeatureSupported( KFeatureIdSideVolumeKeys ) )
       
    49 
       
    50 #define PROGRESSIVE_DOWNLOAD ( FeatureManager::FeatureSupported( KFeatureIdBrowserProgressiveDownload ) )
       
    51 
       
    52 #endif // __WMLBROWSERBUILD_H__
       
    53 
       
    54 
       
    55 // End of File