speechsrv_plat/voice_ui_accessory_button_handling_api/inc/voiceuidomainpskeys.h
changeset 0 bf1d17376201
equal deleted inserted replaced
-1:000000000000 0:bf1d17376201
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Voice UI Accessory Monitor API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VOICEUIDOMAINPSKEYS_H
       
    21 #define VOICEUIDOMAINPSKEYS_H
       
    22 
       
    23 // Voice UI Accessory Monitor API
       
    24 // VCommandmanager uses this API for notifying
       
    25 // Voice UI about certain Symbian Remote Control events.
       
    26 
       
    27 const TUid KPSUidVoiceUiAccMonitor = {0x101F8543};
       
    28 
       
    29 // Value: Accessory event id
       
    30 const TUint32 KVoiceUiAccessoryEvent = 0x00000001;
       
    31 
       
    32 const TInt KVoiceUiNoEvent = 0;
       
    33 const TInt KVoiceUiShortPressEvent = 1;
       
    34 const TInt KVoiceUiLongPressEvent = 2;
       
    35 
       
    36 const TUint32 KVoiceUiOpenKey = 0x00000002;
       
    37 
       
    38 const TInt KVoiceUiIsClose = 0;
       
    39 const TInt KVoiceUiIsOpen = 1;
       
    40 
       
    41 #endif // VOICEUIDOMAINPSKEYS_H