camerauis/activepalette/Inc/ActivePalette2BuildConfig.h
branchRCL_3
changeset 24 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Configures the build for AP2*
       
    15 */
       
    16 
       
    17 
       
    18 /**
       
    19  * @file ActivePalette2BuildConfig.h
       
    20  * Configures the build for AP2
       
    21  */
       
    22 
       
    23 #ifndef _ACTIVE_PALETTE_2_BUILD_CONFIG_H
       
    24 #define _ACTIVE_PALETTE_2_BUILD_CONFIG_H
       
    25 
       
    26 /// Define this if 2D rendering is required
       
    27 #define AP2_USE_2D_RENDERING
       
    28 
       
    29 /// Define this if 3D rendering is required
       
    30 //#define AP2_USE_3D_RENDERING
       
    31 
       
    32 /// Define this if GuiLib rendering is required
       
    33 //#define AP2_USE_GUILIB_RENDERING
       
    34 
       
    35 #endif // _ACTIVE_PALETTE_2_BUILD_CONFIG_H