diff -r d9b045c41e83 -r 4a76c5fd669b sf_config/rombuild/syborg/graphics/screendriver.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sf_config/rombuild/syborg/graphics/screendriver.iby Mon Mar 29 11:30:58 2010 +0100 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members +* which accompanies this distribution, and is available +* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + +#ifndef __SCREENDRIVER_IBY__ +#define __SCREENDRIVER_IBY__ + +//#ifdef SYMBIAN_GRAPHICS_USE_GCE +file=ABI_DIR\DEBUG_DIR\_generic_scdv.dll \sys\bin\scdv.dll // Generic Driver with GCE Support +//#else +//file=ABI_DIR\DEBUG_DIR\_omapqvga_scdv.dll \sys\bin\scdv.dll // Generic Driver without GCE Support +//#endif + +#endif