Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
23 #ifndef __RUNTESTS_H__
24 #define __RUNTESTS_H__
27 The SID of RUNTESTS.EXE and the category of it PubSub properties
29 const TInt32 KRuntestsCategoryValue = 0x10210F4F;
30 const TUid KRuntestsCategory = {KRuntestsCategoryValue};
33 The key identifier for the RUNTESTS publish and subscribe property which contains
34 the name of the currently executing test.
36 const TUint KRuntestsCurrentTestKey = 0;
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.
42 const TUint KRuntestsIntentionalPersistenceKey = 0x9E3779B9u;
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.
48 const TUint KRuntestsIntentionalPersistenceValue = 0xCF1BBCDDu;