voiceui/vcommand/inc/vcommandconstants.h
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     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:  Constants for the Voice commands UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef VCOMMANDCONSTANTS_H
       
    20 #define VCOMMANDCONSTANTS_H
       
    21 
       
    22 const TUid KUidVCMainView = { 1 };
       
    23 const TUid KUidVCSettingsView = { 3 } ;
       
    24 const TUid KUidVCFolderView = { 4 };
       
    25 
       
    26 const TInt KVCMaxNameSize = 128;
       
    27 
       
    28 // Middle Softkey control ID.
       
    29 const TInt KVcMskControlID = 3;
       
    30 
       
    31 // Setting items default values
       
    32 //
       
    33 const TInt KSettingsRejection( 5 );
       
    34 const TInt KSettingsVolume( 5 );
       
    35 const TInt KSettingsVerification( 0 );
       
    36 
       
    37 // UID of the Help
       
    38 const TUid KUidHelp = { 0x101F8555 };
       
    39 const TUid KVoiceUiUid = { 0x101F8543 };
       
    40 
       
    41 #endif      // VCOMMANDCONSTANTS_H   
       
    42    
       
    43 // End of File
       
    44