devicediagnostics/diagplugins/diagbrowserplugin/inc/diagbrowserpluginprivatecrkeys.h
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2007 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 "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:  Private Central Repository keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DIAGBROWSERPLUGINPRIVATECRKEYS_H
       
    20 #define DIAGBROWSERPLUGINPRIVATECRKEYS_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32std.h>
       
    24 
       
    25 // ===========================================================================
       
    26 // Browser Test Plugin
       
    27 // ===========================================================================
       
    28 
       
    29 const TUid KCRUidDiagBrowserTestPlugin = { 0x2000E59A };
       
    30 
       
    31 /**
       
    32  *
       
    33  * The value assigned to this key is the name of the preferred (primary)
       
    34  * access point to use for the test.
       
    35  *
       
    36  * Available options:   
       
    37 */
       
    38 const TUint32 KDiagBrowserApnPrimary = 0x00000001;
       
    39 
       
    40 /**
       
    41  *
       
    42  * The value assigned to this key is the name of the fallback (secondary)
       
    43  * access point to use for the test.
       
    44  *
       
    45  * Available options:   
       
    46 */
       
    47 const TUint32 KDiagBrowserApnSecondary = 0x00000002;
       
    48 
       
    49 /**
       
    50  *
       
    51  * The value assigned to this key is the address of the web page to retrieve
       
    52  * for the test.
       
    53  *
       
    54  * Available options:   
       
    55  * Default value: http://www.wireless.att.com/phone-inspector/index.html
       
    56 */
       
    57 const TUint32 KDiagBrowserUri = 0x00000003;
       
    58 
       
    59 /**
       
    60  *
       
    61  * The value assigned to this key is the timeout value (in milliseconds) to
       
    62  * wait for the connection to the access point, and to wait for the page to be
       
    63  * retrieved.
       
    64  *
       
    65  * Available options:   
       
    66  * Default value: 30000
       
    67 */
       
    68 const TUint32 KDiagBrowserResponseTimeout = 0x00000004;
       
    69 
       
    70 /**
       
    71  *
       
    72  * The value assigned to this key is the address of the proxy server to use
       
    73  * for the test.
       
    74  *
       
    75  * Available options:   
       
    76 */
       
    77 const TUint32 KDiagBrowserProxyAddress = 0x00000005;
       
    78 
       
    79 /**
       
    80  *
       
    81  * The value assigned to this key is the port of the proxy server to use for
       
    82  * the test.
       
    83  *
       
    84  * Available options:   
       
    85  * Default value: 80
       
    86 */
       
    87 const TUint32 KDiagBrowserProxyPort = 0x00000006;
       
    88 
       
    89 #endif // DIAGBROWSERPLUGINPRIVATECRKEYS_H