build/symtb92/platform.mmh
changeset 0 7f656887cf89
child 37 534b01198c2d
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // platform.mmh
       
     2 // 
       
     3 // Copyright (c) 2010 Accenture. All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the "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 // Accenture - Initial contribution
       
    11 //
       
    12 #ifndef FSHELL_PLATFORM_MMH
       
    13 #define FSHELL_PLATFORM_MMH
       
    14 
       
    15 #define FSHELL_CAP_ALL
       
    16 #define FSHELL_PROTECTED_UIDS
       
    17 
       
    18 #define FSHELL_PLATFORM_SYMTB 92
       
    19 
       
    20 #define FSHELL_NO_LBS_SUPPORT
       
    21 #define FSHELL_NO_DOBJECTIX_SUPPORT
       
    22 #define FSHELL_NO_EGL_SUPPORT
       
    23 #define FSHELL_NO_OPENVG_SUPPORT
       
    24 #define FSHELL_FLEXIBLEMM_AWARE
       
    25 #define FSHELL_DYNAMICSTARTUP_SUPPORT
       
    26 #define FSHELL_ARM11XX_SUPPORT
       
    27 
       
    28 #endif // FSHELL_PLATFORM_MMH