windowing/windowserver/group/BLD.INF
author MattD <mattd@symbian.org>
Tue, 23 Mar 2010 13:30:28 +0000
branchNewGraphicsArchitecture
changeset 20 82a87c384766
parent 11 fed1595b188e
child 34 76efc8f9f7b4
child 177 183e23d95fab
permissions -rw-r--r--
wserv.iby - sticking gce.iby #include into an #ifndef SYMBIAN_GRAPHICS_USE_OPENWF statement, as we don't have it and it kills rombuilding.

// Copyright (c) 1998-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:
// Window server
// 
//

/**
 @file
*/

PRJ_PLATFORMS

DEFAULT

PRJ_EXPORTS

PRJ_MMPFILES
PRJ_PLATFORMS

DEFAULT


PRJ_EXPORTS


PRJ_MMPFILES
#ifdef SYMBIAN_GRAPHICS_BUILD_OPENWF_WSERV
#include "openwfc/BLD.INF"
#else
#include "restricted/BLD.INF"
#endif