browserutilities/inc/BrowserUtilitiesVariant.hrh
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2004 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:  This file contains all the bit flag declarations to variate 
       
    15 *		 locally BrowserUtilities
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef BROWSERUTILITIESVARIANT_HRH
       
    21 #define BROWSERUTILITIESVARIANT_HRH
       
    22 
       
    23 // BrowserUtilities related values are in 101F87E2.ini
       
    24 
       
    25 // If first bit is 1, mailto scheme launches mms editor.
       
    26 //
       
    27 #define KBrowserUtilitiesMailtoSchemeToMmsEditor   0x01
       
    28 
       
    29 #endif // BROWSERUTILITIESVARIANT_HRH
       
    30