speechsrv_plat/voice_ui_plugin_api/inc/nssvuipf.hrh
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     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:  Constants global to the VUIPF plugins
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NSSVUIPF_HRH
       
    20 #define NSSVUIPF_HRH
       
    21 
       
    22 // Interface UID for the events interface
       
    23 #define KVuipfEventInterfaceUid		0x10201AF8
       
    24 
       
    25 // Interface UID for the execution plugins interface
       
    26 #define KVuipfExecutionInterfaceUid	0x10201AF9
       
    27 
       
    28 enum TVuipfEventId
       
    29         {
       
    30         // 0xAACF0000 is just an arbitary value
       
    31         // Uids 0x00000000- 0x0000FFFF should be used for testing purposes
       
    32 	    EVuipfEventVoiceKeyShortPress = 0xAACF0000,
       
    33 	    EVuipfEventVoiceKeyLongPress,
       
    34 	    EVuipfEventLSKLongPress
       
    35         };
       
    36 
       
    37 
       
    38 #endif // NSSVUIPF_HRH   
       
    39 
       
    40 // End of File