diff -r cad71a31b7fc -r e36f3802f733 speechsrv_plat/srsf_secondarydisplay_api/inc/secondarydisplay/appcontrollersecondarydisplayapi.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/speechsrv_plat/srsf_secondarydisplay_api/inc/secondarydisplay/appcontrollersecondarydisplayapi.h Wed Sep 01 12:29:17 2010 +0100 @@ -0,0 +1,79 @@ +/* +* 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: The set of messages provided to Secondary Display software by +* : Application controller. +* +*/ + +#ifndef APPCONTROLLERSECONDARYDISPLAYAPI_H +#define APPCONTROLLERSECONDARYDISPLAYAPI_H + +// INCLUDES +#include + +/* +* ============================================================================== +* This file contains the following sections: +* - Dialog definitions +* - Command definitions +* - Event definitions +* - Parameter definitions +* ============================================================================== +*/ + +namespace SecondaryDisplay +{ + +// The category UID for the messages in this header file. +// +const TUid KCatAppController = {0x10281D15}; + +/* +* ============================================================================== +* Dialogs shown by VCExecutorApp subsystem. These messages are handled using the +* Secondary Display support in Avkon. +* ============================================================================== +*/ +enum TAppControllerSecondaryDisplayDialogs + { + /** + * No note. Error condition if this comes to CoverUI + */ + ECmdAppControllerNoNote = 0, + + /** + * A command for showing BT activation note on secondary display. + */ + ECmdShowOfflineBtActivationQuery, + + /** + * A command for showing BT disabled in offline on secondary display. + */ + ECmdShowBtDisabledOfflineNote, + + /** + * A command for showing BT general error on secondary display. + */ + ECmdShowBtGeneralErrorNote, + + /** + * A command for showing leave offline profile note on secondary display. + */ + ECmdShowLeaveOfflineProfileQuery + }; +} + +#endif // APPCONTROLLERSECONDARYDISPLAYAPI_H + +// End of File