build/s60/tb92/platform.mmh
changeset 0 7f656887cf89
child 23 092bcc217d9d
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 #ifndef FSHELL_PLATFORM_GENERIC_MMH
       
    16 #include <fshell/platform_generic.mmh>
       
    17 #endif
       
    18 
       
    19 #define FSHELL_PLATFORM_SYMTB 92
       
    20 #define FSHELL_PLATFORM_S60 5
       
    21 
       
    22 #define FSHELL_CORE_SUPPORT_USB_ICON "ACM::1"
       
    23 
       
    24 #define FSHELL_NO_DOBJECTIX_SUPPORT
       
    25 #define FSHELL_NO_EGL_SUPPORT
       
    26 #define FSHELL_NO_OPENVG_SUPPORT
       
    27 #define FSHELL_FLEXIBLEMM_AWARE
       
    28 #define FSHELL_ARM11XX_SUPPORT
       
    29 #define FSHELL_DYNAMICSTARTUP_SUPPORT
       
    30 
       
    31 #endif // FSHELL_PLATFORM_MMH