graphicsresourceservices/graphicsresource/group/graphicsresourcetest_adaptation.hby
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __GRAPHICSRESOURCETEST_ADAPTATION_HBY__
       
    17 #define __GRAPHICSRESOURCETEST_ADAPTATION_HBY__
       
    18 
       
    19 REM Graphics Resource Test Adaptation Selection
       
    20 
       
    21 // All variants of SYMBIAN_GRAPHICS_ADAPTATION defined in graphics_adaptation.hby
       
    22 #include <graphics_adaptation.hby>
       
    23 
       
    24 // Select drivers
       
    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"
       
    33 #else
       
    34 #  error "Unsupported Graphics adaptation selected"
       
    35 #endif
       
    36 
       
    37 #endif  // __GRAPHICSRESOURCETEST_ADAPTATION_HBY__