diff -r 000000000000 -r d7e778ce6e8e helix_ren/helix_stub/helix_features/inc/helix_features.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/helix_ren/helix_stub/helix_features/inc/helix_features.h Mon Jan 18 20:31:16 2010 +0200 @@ -0,0 +1,39 @@ +/* +* 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 "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Header File to indicate presence of helix supported features in an S60 release +* +*/ + +#ifndef HELIX_FEATURES_H +#define HELIX_FEATURES_H + + +#include + +#define S60_HX_TRICK_PLAY +#define S60_HX_AVI_FILEFORMAT + +// Feature flag to enable Helix NGA Support +#define S60_HX_GRAPHICS_SURFACE + +// Enables Helix modifications to cover devsound convergence changes +#define S60_HX_CONVERGED_DEVSOUND + + +// Enables Helix Scheduler Pause +#define S60_HX_ENABLE_SCHEDULER_PAUSE + +#endif // HELIX_FEATURES_H + +// End of File