helix_ren/helix_stub/helix_features/inc/helix_features.h
changeset 0 d7e778ce6e8e
equal deleted inserted replaced
-1:000000000000 0:d7e778ce6e8e
       
     1 /*
       
     2 * Copyright (c) 2009 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: Header File to indicate presence of helix supported features in an S60 release
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef HELIX_FEATURES_H
       
    19 #define HELIX_FEATURES_H
       
    20 
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 #define S60_HX_TRICK_PLAY
       
    25 #define S60_HX_AVI_FILEFORMAT
       
    26 
       
    27 // Feature flag to enable Helix NGA Support
       
    28 #define S60_HX_GRAPHICS_SURFACE
       
    29 
       
    30 // Enables Helix modifications to cover devsound convergence changes
       
    31 #define S60_HX_CONVERGED_DEVSOUND
       
    32 
       
    33 
       
    34 // Enables Helix Scheduler Pause 
       
    35 #define S60_HX_ENABLE_SCHEDULER_PAUSE
       
    36 
       
    37 #endif      // HELIX_FEATURES_H
       
    38             
       
    39 // End of File