omadm/omadmappui/inc/NSmlDMSyncPrivateCRKeys.h
branchRCL_3
changeset 16 4eb398b07b07
parent 1 4490afcb47b1
equal deleted inserted replaced
14:4699373c9af8 16:4eb398b07b07
     1 /*
     1 /*
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    75 
    75 
    76 // CenRep key that can be used to allow to show runtime versions
    76 // CenRep key that can be used to allow to show runtime versions
    77 // or not.Default value is 0 which makes it off 
    77 // or not.Default value is 0 which makes it off 
    78 const TUint32 KNsmlDmRuntimeVerSupport = 0x00000008;
    78 const TUint32 KNsmlDmRuntimeVerSupport = 0x00000008;
    79 
    79 
       
    80 // CenRep key that limits how often users may initiate a FOTA check.  
       
    81 // The value is specified in hours and should be bigger than 0.  
       
    82 // The default value is 24 hours.  This key only has an effect when 
       
    83 // FF_FOTA_CHECK_LIMITATION is configured ON in the product's 
       
    84 // configuration.
       
    85 const TUint32 KNsmlDmFotaCheckLimitation = 0x00000009;
       
    86 
    80 #endif // NSMLDMSYNCAPP_PRIVATE_CR_KEYS_H
    87 #endif // NSMLDMSYNCAPP_PRIVATE_CR_KEYS_H
    81             
    88             
    82 // End of File
    89 // End of File