diff -r 75a71fdb4c92 -r 7d11f9a6646f devicediagnostics/diagplugins/diagearpieceplugin/inc/diagaudiorecorderprivatecrkeys.h --- a/devicediagnostics/diagplugins/diagearpieceplugin/inc/diagaudiorecorderprivatecrkeys.h Tue Feb 02 00:03:17 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ -/* -* 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 DIAGAUDIORECORDERPRIVATECRKEYS_H -#define DIAGAUDIORECORDERPRIVATECRKEYS_H - -// INCLUDES - -#include - -// ============================================================================= -// Audio Recorder -// ============================================================================= - -const TUid KCRUidDiagVoiceRecorderPlugin = { 0x2000E58C }; - - -/** - * - * The value assigned to this key is the recording time in second - * Available options: - * Default value: 5 -*/ -const TUint32 KAudioRecorderRecordingTime = 0x00000001; - -/** - * - * The value assigned to this key is the full path where the audio file is stored - * Available options: - * Default value: c:\system\temp\record.wav -*/ -const TUint32 KAudioRecorderFilePath = 0x00000002; - - - - -#endif // DIAGAUDIORECORDERPRIVATECRKEYS_H - -// End of File - - -