web_plat/webutils_api/inc/WebUtilsInternalCRKeys.h
changeset 0 dd21522fd290
child 13 10e98eab6f85
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2005 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:  List of CR keys.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef WEBUTILSINTERNALCRKEYS_H
       
    19 #define WEBUTILSINTERNALCRKEYS_H
       
    20 
       
    21 #include <WebUtilsSDKCRKeys.h>
       
    22 
       
    23 // AppName fragment of useragent string
       
    24 const TUint32 KWebUtilsUsrAg1 =	0x00000000;
       
    25 
       
    26 // Compatability fragment of useragent string
       
    27 const TUint32 KWebUtilsUsrAg2 =	0x00000001;
       
    28 
       
    29 // PlatformVersion fragment of useragent string
       
    30 const TUint32 KWebUtilsUsrAg3 =	0x00000002;
       
    31 
       
    32 // MidPVersion fragment of useragent string
       
    33 const TUint32 KWebUtilsUsrAg4 =	0x00000003;
       
    34 
       
    35 // CLDConfiguration fragment of useragent string
       
    36 const TUint32 KWebUtilsUsrAg5 =	0x00000004;
       
    37 
       
    38 // Security fragment of usergeent string
       
    39 const TUint32 KWebUtilsUsrAg6 =	0x00000005;
       
    40 
       
    41 // Localization fragment of useragent string
       
    42 const TUint32 KWebUtilsUsrAg7 =	0x00000006;
       
    43 
       
    44 // Comment fragment of useragent string
       
    45 const TUint32 KWebUtilsUsrAg8 =	0x00000007;
       
    46 
       
    47 // Url to useragent profile
       
    48 const TUint32 KWebUtilsUaProf =	0x00000008;
       
    49 
       
    50 // Url to 3G useragent profile
       
    51 const TUint32 KWebUtilsUaProf3G = 0x00000009;
       
    52 
       
    53 // Name fragment of useragent string for MMS
       
    54 const TUint32 KWebUtilsMMSUsrAg1 =	0x0000000A;
       
    55 
       
    56 // PlatformVersion fragment of useragent string for MMS
       
    57 const TUint32 KWebUtilsMMSUsrAg2 =	0x0000000B;
       
    58 
       
    59 // Compatability fragment of useragent string for MMS
       
    60 const TUint32 KWebUtilsMMSUsrAg3 =	0x0000000C;
       
    61 
       
    62 // MidPVersion fragment of useragent string for MMS
       
    63 const TUint32 KWebUtilsMMSUsrAg4 =	0x0000000D;
       
    64 
       
    65 // CLDConfiguration fragment of useragent string for MMS 
       
    66 const TUint32 KWebUtilsMMSUsrAg5 =	0x0000000E;
       
    67 
       
    68 // Browser Version Major 
       
    69 const TUint32 KWebUtilsBrowserVersionMajor =	0x0000000F;
       
    70 
       
    71 // Browser Version Minor
       
    72 const TUint32 KWebUtilsBrowserVersionMinor =	0x00000010;
       
    73 
       
    74 // Browser Version SVN Rev 
       
    75 const TUint32 KWebUtilsBrowserVersionSVNRev =	0x00000011;
       
    76 
       
    77 		
       
    78 #endif // WEBUTILSINTERNALCRKEYS_H