eventsui/eventsutils/inc/evtutilsconsts.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2008 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 Utils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef EVTUTILSCONSTS_H
       
    20 #define EVTUTILSCONSTS_H
       
    21 
       
    22 // Sound files
       
    23     // Sequence for silent call ringing tone. Don't touch these sequence.
       
    24     _LIT8( KPhoneNoSoundSequence, "\x00\x11\x0A\x05\xFC\x0A\x08\x40\x32\x0A\
       
    25 \xF7\x40\x64\x06\x0B" );
       
    26 
       
    27     // Sequence for beep call ringing tone. Don't touch these sequence.
       
    28     _LIT8( KPhoneBeepSequence, "\x00\x11\x0A\x0A\x08\x73\x0A\x40\x28\x0A\xF7\
       
    29 \x05\xFC\x40\x64\x0A\x08\x40\x32\x0A\xF7\x06\x0B" );
       
    30 
       
    31 #endif      // EVTUTILSCONSTS_H
       
    32 
       
    33 // End of File