browserui/operatormenu/inc/OperatorMenuPrivateCRKeys.h
branchRCL_3
changeset 48 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 #ifndef OPERATORMENUPRIVATECRKEYS_H
       
    18 #define OPERATORMENUPRIVATECRKEYS_H
       
    19 
       
    20 const TUid KCrUidOperatorMenu = {0x10008D5E};
       
    21 
       
    22 // Vertical layout enabled in browserui when it is started 
       
    23 // from operator menu( 0 not enabled 1 enabled)
       
    24 const TUint32 KOpMenuVerticalLayoutEnabled =    0x0000001;
       
    25 
       
    26 // Autoload images enabled in browserui when it is started 
       
    27 // from operator menu( 0 not enabled 1 enabled)
       
    28 const TUint32 KOpMenuAutoLoadImages =           0x0000002;
       
    29 
       
    30 // Sets the font size for the browser ui when it is started 
       
    31 // from operator menu (values 0"All Large",1 "Large",2 "Normal",3 "Small", 4 "All Small")
       
    32 const TUint32 KOpMenuFontSize =                 0x0000003;
       
    33 
       
    34 // Full screen enabled in browserui when it is started from 
       
    35 // operator menu(1"Softkeys Only", 2 "Full Screen")
       
    36 const TUint32 KOpMenuFullScreen =               0x0000004;
       
    37 
       
    38 // Custom access point provided by the operator. If specified, 
       
    39 // contains an id of a read only access point what is then set 
       
    40 // as default  and it cannot be changed manually. If not defined, 
       
    41 // operator menu works as before.
       
    42 // from operator menu( 0 - not specified, otherwise contains the access point id)
       
    43 const TUint32 KOpMenuDefAp =                    0x0000005;
       
    44 
       
    45 #endif      // OPERATORMENUPRIVATECRKEYS_H