systemswstubs/wiredbearerreference/inc/AdaptationMessageDefinitions.h
changeset 46 e1758cbb96ac
parent 0 0ce1b5ce9557
equal deleted inserted replaced
43:e71858845f73 46:e1758cbb96ac
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  Used as an reference implementation.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef ADAPTATIONMESSAGEDEFINITIONS_H
       
    20 #define ADAPTATIONMESSAGEDEFINITIONS_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <RemConKeyEventData.h>                    // TRemConKeyEventData from accessoryremotecontrol (S60).
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 // MACROS
       
    28 
       
    29 // DATA TYPES
       
    30 
       
    31 // FUNCTION PROTOTYPES
       
    32 
       
    33 // FORWARD DECLARATIONS
       
    34 
       
    35 // CLASS DECLARATION
       
    36 
       
    37 const TUint32 KBearerMessageGroupAccessoryEvent    = 0x00010002;  /* Message group for Accessory events */
       
    38 const TUint32 KBearerMessageGroupAccessoryKeyEvent = 0x00010014;  /* Message group for Accessory key events */
       
    39 
       
    40 // RemCon event definitions
       
    41 // -----------------------------------------------------------------------------
       
    42 const TUint32 KBearerMsgAccessoryKeyEvent                         = 0x02000001;
       
    43 typedef TPckgBuf< TRemConKeyEventData > TBearerMsgAccessoryKeyEventBuf;
       
    44 // -----------------------------------------------------------------------------
       
    45 
       
    46 
       
    47 #endif      // ADAPTATIONMESSAGEDEFINITIONS_H
       
    48             
       
    49 // End of File