First public contribution.
1 // Copyright (c) 1996-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 "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.
19 @internalComponent - Internal Symbian test code
22 #ifndef __TPROCPRI_H__
23 #define __TPROCPRI_H__
26 #include "TGraphicsHarness.h"
27 #include "../tlib/testbase.h"
31 #define OTHER_PROC_GROUP_NAME _L("OtherProcGroupWindow")
32 #define PROC_PRI_SEMAPHORE_NAME1 _L("abcerProcSem1")
33 #define PROC_PRI_SEMAPHORE_NAME2 _L("OtherProcSem2")
35 class CTProcPri : public CTWsGraphicsBase
44 CTProcPri(CTestStep* aStep);
47 void TestPriChangeL();
50 virtual void RunTestCaseL(TInt aCurTestCase);
60 class CTProcPriStep : public CTGraphicsStep
66 virtual CTGraphicsBase* CreateTestL();
69 _LIT(KTProcPriStep,"TProcPri");