browserui/browser/BrowserAppInc/BrowserBuild.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:  Defines whether WIM is part of Browser or not
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #if !defined(__BROWSERBUILD_H__)
       
    22 #define __BROWSERBUILD_H__
       
    23 
       
    24 // Comment out to disable Expanded view support
       
    25 //#define _EXPANDED_VIEW //lint !e760 expression macro ok
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 
       
    31 // Use this flag to send bookmark as plaing ascii text
       
    32 // instead of binary OTA.
       
    33 //#define _BOOKMARK_SENT_ASCII
       
    34 // Use this flag to enable Bluetooth and IR
       
    35 //#define _BOOKMARK_SEND_BT_IR_ENABLED
       
    36 //#endif
       
    37 
       
    38 #endif // __BROWSERBUILD_H__
       
    39 
       
    40 
       
    41 // End of File