lbs/internal/lbstestserver/inc/lbsrootapi.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalTechnology
       
    21  @released
       
    22 */
       
    23 
       
    24 #ifndef __LBSROOTAPI_H__
       
    25 #define __LBSROOTAPI_H__
       
    26 
       
    27 #include "lbspropertykeydefs.h"
       
    28 #include "lbsprocesssupervisor.h"
       
    29 #include "lbssystemcontroller.h"
       
    30 #include "lbsprocessuiddefs.h"
       
    31 
       
    32 enum
       
    33     {
       
    34 	KLbsStartupRequestKey = KLbsRootProcessKeyBase,
       
    35 	KLbsStartupCompleteKey,
       
    36 	KLbsCloseDownRequestKey,
       
    37 	KLbsCloseDownCompleteKey,
       
    38 	/**
       
    39 	 * Make sure this is the last one, as it's used as the base for 
       
    40 	 * the definition of n * 2 properties
       
    41 	 */
       
    42     KLbsCloseDownBaseKey 
       
    43     };
       
    44 
       
    45 _LIT(KLbsRootProcessName, "lbsroot.exe");
       
    46 
       
    47 // Full path of lbsroot executable
       
    48 _LIT(KLbsRootFileName, "\\sys\\bin\\lbsroot.exe");
       
    49 
       
    50 // Need a wildcard when checking to see whether a process is open, to cope
       
    51 // with system-derived accretions e.g. lbsroot.exe[0001]
       
    52 _LIT(KLbsRootProcessSearchString, "lbsroot.exe*");
       
    53 
       
    54 #endif //__LBSROOTAPI_H__