sysstatemgmt/systemstarter/amastartsrc/amastartconst.h
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /**
       
     2 * Copyright (c) 2007-2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 #ifndef __AMASTARTCONST_H__
       
    25 #define __AMASTARTCONST_H__
       
    26 
       
    27 /**
       
    28  * @internalTechnology
       
    29  * @released
       
    30  */
       
    31 enum TAmaStartSrvCommand
       
    32 	{
       
    33 	
       
    34 	EAmaStartSrvStartDsc = 1,
       
    35 	EAmaStartSrvStartDscCancel
       
    36 	};
       
    37 
       
    38 #define __IN_RANGE( x, y ) ( (x >= 0) && (x < y) )	
       
    39 	
       
    40 _LIT( KAmaStartCmdListBadIdx,"AmaStartCmdListBadIdx" );	
       
    41 _LIT( KAmaStartCmdListEmpty,"AmaStartCmdListEmpty" );
       
    42 _LIT( KAmaStartSrvBadIdx,"AmaStartSrvBadIdx" );
       
    43 _LIT( KCmdListExecRunL, "CmdListExecRunL" );
       
    44 _LIT( KAmaStartCmdListNULL,"AmaStartCmdListNULL" );
       
    45 _LIT( KAmaStartSrvBadExec,"AmaStartSrvBadExec" );
       
    46 _LIT( KAmaStartHandleNotOpen, "AmaStartCliNotopen" );
       
    47 
       
    48 const TInt KAmaStartSrvArrayIndexInvalid = 111;
       
    49 const TInt KAmaStartSrvBadCmdList = 112;
       
    50 const TInt KAmaStartSrvExecutorInvalid = 113;
       
    51 const TInt KAmaStartSrvHandleNotOpen = 114;
       
    52 
       
    53 const TInt KAmaStartStreamBufGranularity = 1024;
       
    54 
       
    55 
       
    56 #endif // __AMASTARTCONST_H__