gsprofilesrv_plat/profiles_engine_api/inc/SecondaryDisplayProfilesAPI.h
changeset 0 8c5d936e5675
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  The set of messages provided to Secondary Display software by
       
    15 *              : Profiles subsystem.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __SECONDARYDISPLAYPROFILESAPI_H
       
    20 #define __SECONDARYDISPLAYPROFILESAPI_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32base.h>
       
    24 
       
    25 /*
       
    26 * ==============================================================================
       
    27 * This file contains the following sections:
       
    28 *   - Dialog definitions
       
    29 *   - Command definitions
       
    30 *   - Event definitions
       
    31 *   - Parameter definitions
       
    32 * ==============================================================================
       
    33 */
       
    34 
       
    35 // The category UID for the messages in this header file.
       
    36 //
       
    37 const TUid KCatProfiles = {0x2000B471}; 
       
    38 
       
    39 /*
       
    40 * ==============================================================================
       
    41 * Dialogs shown by Profiles subsystem. These messages are handled using the
       
    42 * Secondary Display support in Avkon.
       
    43 * ==============================================================================
       
    44 */
       
    45 enum TSecondaryDisplayProfilesDialogs
       
    46     {
       
    47     /**
       
    48     * No note. Error condition if this comes to CoverUI
       
    49     */
       
    50     ECmdNoNoteProfiles = 0,
       
    51     
       
    52     /**
       
    53     * A command for showing the "Timed profile expired" note on secondary display.
       
    54     */
       
    55     ECmdShowTimedProfileExpiryNote,
       
    56  
       
    57     };
       
    58 #endif      // __SECONDARYDISPLAYPROFILESAPI_H
       
    59             
       
    60 // End of File