os/graphics/graphicsresourceservices/graphicsresource/group/graphicsresourcetest_adaptation.hby
Update contrib.
1 // Copyright (c) 1997-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.
16 #ifndef __GRAPHICSRESOURCETEST_ADAPTATION_HBY__
17 #define __GRAPHICSRESOURCETEST_ADAPTATION_HBY__
19 REM Graphics Resource Test Adaptation Selection
21 // All variants of SYMBIAN_GRAPHICS_ADAPTATION defined in graphics_adaptation.hby
22 #include <graphics_adaptation.hby>
25 #if SYMBIAN_GRAPHICS_ADAPTATION == SGA_CLASSIC
26 define GRAPHICSRESOURCETEST_DRV "N/A"
27 #elif SYMBIAN_GRAPHICS_ADAPTATION == SGA_SW
28 define GRAPHICSRESOURCETEST_DRV sw
29 #elif SYMBIAN_GRAPHICS_ADAPTATION == SGA_MBX
30 define GRAPHICSRESOURCETEST_DRV mbx
31 #elif SYMBIAN_GRAPHICS_ADAPTATION == SGA_SW_NO_GRAPHICSRESOURCE
32 define GRAPHICSRESOURCETEST_DRV "N/A"
34 # error "Unsupported Graphics adaptation selected"
37 #endif // __GRAPHICSRESOURCETEST_ADAPTATION_HBY__