sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // f32\inc\runtests.h sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @internalTechnology sl@0: */ sl@0: sl@0: #ifndef __RUNTESTS_H__ sl@0: #define __RUNTESTS_H__ sl@0: sl@0: /** sl@0: The SID of RUNTESTS.EXE and the category of it PubSub properties sl@0: */ sl@0: const TInt32 KRuntestsCategoryValue = 0x10210F4F; sl@0: const TUid KRuntestsCategory = {KRuntestsCategoryValue}; sl@0: sl@0: /** sl@0: The key identifier for the RUNTESTS publish and subscribe property which contains sl@0: the name of the currently executing test. sl@0: */ sl@0: const TUint KRuntestsCurrentTestKey = 0; sl@0: sl@0: /** sl@0: The key identifier of the publish and subscribe property which a process should sl@0: create in order to signal RUNTESTS that it persists intentionally. sl@0: */ sl@0: const TUint KRuntestsIntentionalPersistenceKey = 0x9E3779B9u; sl@0: sl@0: /** sl@0: The key value of the publish and subscribe property which a process should sl@0: create in order to signal RUNTESTS that it persists intentionally. sl@0: */ sl@0: const TUint KRuntestsIntentionalPersistenceValue = 0xCF1BBCDDu; sl@0: sl@0: sl@0: #endif