startupservices/startupanimation/sanimctrl/src/sanimstartupctrl.cpp
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 29 6a787171e1de
child 33 332e7bf3b42f
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
     1 /*
     1 /*
     2 * Copyright (c) 2007,2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    28 
    28 
    29 #include "sanimstartupctrl.h"
    29 #include "sanimstartupctrl.h"
    30 #include "trace.h"
    30 #include "trace.h"
    31 
    31 
    32 const TInt KMinVolume( 0 );  /** Minimum allowed volume level. */
    32 const TInt KMinVolume( 0 );  /** Minimum allowed volume level. */
    33 const TInt KMaxVolume( 10 ); /** Maximum allowed volume level. */
    33 const TInt KMaxVolume( 10000 ); /** Maximum allowed volume level. */
    34 
    34 
    35 const TInt KDefaultRepeatCount( 1 ); /** Default repeat count for animation and tone. */
    35 const TInt KDefaultRepeatCount( 1 ); /** Default repeat count for animation and tone. */
    36 const TInt KDefaultVolumeRamp( 0 );  /** Default volume ramp value in microseconds. */
    36 const TInt KDefaultVolumeRamp( 0 );  /** Default volume ramp value in microseconds. */
    37 
    37 
    38 static const TInt KMediatorTimeout( 1000000 ); /** Default timeout for Mediator commands. */
    38 static const TInt KMediatorTimeout( 1000000 ); /** Default timeout for Mediator commands. */