build/s60/3rd_edition/platform.mmh
changeset 0 7f656887cf89
child 76 2f382fb2036c
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_CORE_SUPPORT_USB_ICON "ACM::1"
       
    20 
       
    21 #define FSHELL_PERL_SUPPORT
       
    22 #define FSHELL_NO_BTRACE_SUPPORT
       
    23 #define FSHELL_NO_DYNAMICDFC_SUPPORT
       
    24 #define FSHELL_NO_PIPS_SUPPORT
       
    25 #define FSHELL_NO_WSERV2_SUPPORT
       
    26 #define FSHELL_NO_RAMDEFRAG_SUPPORT
       
    27 #define FSHELL_NO_COPYTOSHADOWMEMORY_SUPPORT
       
    28 #define FSHELL_NO_SQL_SUPPORT
       
    29 #define FSHELL_NO_EGL_SUPPORT
       
    30 #define FSHELL_NO_OPENVG_SUPPORT
       
    31 #define FSHELL_NO_SHA2_SUPPORT
       
    32 #define FSHELL_NO_MD4_SUPPORT
       
    33 
       
    34 #define FSHELL_PLATFORM_S60 3
       
    35 
       
    36 #endif // FSHELL_PLATFORM_MMH
       
    37