btservices_plat/obex_secondary_display_notification_api/inc/secondarydisplay/obexutilssecondarydisplayapi.h
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2005 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:  Contains dialog index for cover UI.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef OBEXUTILS_SECONDARY_DISPLAY_API_H
       
    20 #define OBEXUTILS_SECONDARY_DISPLAY_API_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include  <e32std.h>
       
    24 
       
    25 // Category
       
    26 const TUid KObexUtilsCategory = { 0x101F86AF };
       
    27 
       
    28 /**
       
    29 * Enumerates types.
       
    30 */
       
    31 enum TSecondaryDisplayObexUtilsDialogs
       
    32     {
       
    33     ECmdNone,
       
    34     ECmdIrConnecting,
       
    35     ECmdIrCannotEstablish,
       
    36     ECmdIrSendingData,
       
    37     ECmdIrSendingFailed,
       
    38     ECmdIrDataSent,
       
    39     ECmdBtConnecting,
       
    40     ECmdBtSendingData,
       
    41     ECmdBtDevNotAvail,
       
    42     ECmdBtFailedToSend,
       
    43     ECmdBtDataSent,
       
    44     ECmdBtNotReceiveOne,
       
    45     ECmdOutOfMemory,
       
    46     ECmdBtSentImageNumber,
       
    47     ECmdBtNotReceiveAny,
       
    48     ECmdBtNotSendAll,
       
    49     ECmdBtNotAllSupported,
       
    50     ECmdBtNotAllSupportedMixed,
       
    51     ECmdBtConnectingWait,
       
    52     ECmdIrConnectingWait,
       
    53     ECmdBtPrintingWait,
       
    54     ECmdSendingProgress
       
    55     };
       
    56     
       
    57 #endif      // OBEXUTILS_SECONDARY_DISPLAY_API_H
       
    58 
       
    59 // End of File