windowing/windowserver/test/tscreenconstruct/inc/twservscreenconstructconsts.h
author Faisal Memon <faisal.memon@nokia.com>
Fri, 13 Aug 2010 10:56:35 +0100
branchbug235_bringup_0
changeset 145 8f2c3e21aac9
parent 0 5d03bc08d59c
permissions -rw-r--r--
Setup the Bug 235 bring-up branch, as bug235_bringup_0.

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

/**
 @file
 @test
 @internalComponent
*/

#ifndef __T_WSERV_SCREENCONSTRUCT_CONSTS_H__
#define __T_WSERV_SCREENCONSTRUCT_CONSTS_H__

const TUint32 KNullWsHandle = 0xFFFFFFFF;
//Name of the test step
_LIT(KTWServScreenConstructStepLoad,"TWServScreenConstructStepLoad");

#endif // __T_WSERV_SCREENCONSTRUCT_CONSTS_H__