userlibandfileserver/fileserver/inc/runtests.h
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2005-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // f32\inc\runtests.h
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalTechnology
       
    21 */
       
    22 
       
    23 #ifndef __RUNTESTS_H__
       
    24 #define __RUNTESTS_H__
       
    25 
       
    26 /**
       
    27 The SID of RUNTESTS.EXE and the category of it PubSub properties
       
    28 */
       
    29 const TInt32 KRuntestsCategoryValue = 0x10210F4F;
       
    30 const TUid KRuntestsCategory = {KRuntestsCategoryValue};
       
    31 
       
    32 /**
       
    33 The key identifier for the RUNTESTS publish and subscribe property which contains
       
    34 the name of the currently executing test.
       
    35 */
       
    36 const TUint KRuntestsCurrentTestKey = 0;
       
    37 
       
    38 /**
       
    39 The key identifier of the publish and subscribe property which a process should
       
    40 create in order to signal RUNTESTS that it persists intentionally.
       
    41 */
       
    42 const TUint KRuntestsIntentionalPersistenceKey = 0x9E3779B9u;
       
    43 
       
    44 /**
       
    45 The key value of the publish and subscribe property which a process should
       
    46 create in order to signal RUNTESTS that it persists intentionally.
       
    47 */
       
    48 const TUint KRuntestsIntentionalPersistenceValue = 0xCF1BBCDDu;
       
    49 
       
    50 
       
    51 #endif