diff -r 000000000000 -r 3ce708148e4d devicediagnostics/devdiagapp/inc/devdiagprivatecrkeys.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devicediagnostics/devdiagapp/inc/devdiagprivatecrkeys.h Thu Dec 17 08:40:12 2009 +0200 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Private Central Repository keys. +* +*/ + + +#ifndef DEVDIAGPRIVATECRKEYS_H +#define DEVDIAGPRIVATECRKEYS_H + +// INCLUDES +#include + +// ============================================================================= +// Phone Doctor +// ============================================================================= + +const TUid KCRUidDevDiag = { 0x2000E542 }; + +/** + * + * The value assigned to this key is the minimum battery level required to run + * tests. + * + * Available options: N/A + * Default value: 15 +*/ +const TUint32 KDevDiagAppMinBatteryLevel = 0x00000001; + +/** + * + * The value assigned to this key is the minimum disk space that will be + * required to run Device Diagnostics Application. + * + * Available options: N/A + * Default value: 100000 +*/ +const TUint32 KDevDiagAppMinDiskSpace = 0x00000002; + +#endif // DEVDIAGPRIVATECRKEYS_H