devicediagnostics/diagplugins/diagloudspeakerplugin/inc/diagspeakerplugin.hrh
author hgs
Fri, 19 Mar 2010 04:29:43 +0530
changeset 34 ae06f14c7ff9
parent 0 3ce708148e4d
permissions -rw-r--r--
201009

/*
* Copyright (c) 2005 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:  Contains common definitions for menu id:s
*
*/


#ifndef DIAGSPEAKERPLUGIN_HRH
#define DIAGSPEAKERPLUGIN_HRH

#define DIAG_SPEAKER_PLUGIN_UID 0x2000E58F

enum TSpeakerTestCBA
    {
    ECBACmdRecord = 0x6300,
    ECBACmdCancel,
    ECBACmdContinue,
    ECBACmdSkip,
    ECBACmdCustomNo
    };

#endif //  DIAGSPEAKERPLUGIN_HRH

//End of File