devicediagnostics/diagplugins/diagnetcoverageplugin/inc/diagnetcoveragepluginprivatecrkeys.h
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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 DIAGNETCOVERAGEPRIVATECRKEYS_H
       
    20 #define DIAGNETCOVERAGEPRIVATECRKEYS_H
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include <e32std.h>
       
    25 
       
    26 // =============================================================================
       
    27 // Network Coverage Plug-in
       
    28 // =============================================================================
       
    29 
       
    30 const TUid KCRUidNetworkCoverage = { 0x2000E596 };
       
    31 
       
    32 // Minimum threshold for signal strength on the GSM 850 band
       
    33 const TUint32 KPhoneDoctorGSM850SigStrThreshold     = 0x00000001;
       
    34 	
       
    35 // Minimum threshold for signal strength on the GSM 1900 band	
       
    36 const TUint32 KPhoneDoctorGSM1900SigStrThreshold	= 0x00000002;
       
    37 
       
    38 // Minimum threshold for signal strength on the UMTS 850 band
       
    39 const TUint32 KPhoneDoctorUMTS850SigStrThreshold	= 0x00000003;
       
    40 	
       
    41 // Minimum threshold for signal strength on the UMTS 1900 band	
       
    42 const TUint32 KPhoneDoctorUMTS1900SigStrThreshold	= 0x00000004;
       
    43 
       
    44 
       
    45 #endif      // DIAGNETCOVERAGEPRIVATECRKEYS_H
       
    46 
       
    47 // End of File
       
    48 
       
    49 
       
    50