build/s60/platform_generic.mmh
changeset 0 7f656887cf89
child 8 eb5f524dc31d
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // platform_generic.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_GENERIC_MMH
       
    13 #define FSHELL_PLATFORM_GENERIC_MMH
       
    14 
       
    15 #define FSHELL_CAP_ALL
       
    16 #define FSHELL_PROTECTED_UIDS
       
    17 
       
    18 // Note FSHELL_PLATFORM_S60 is defined in the 3rd or 5th ed platform.mmh
       
    19 
       
    20 #ifdef WINS
       
    21 #define FSHELL_CORE_SUPPORT_LOCAL_ICON
       
    22 #define FSHELL_CORE_SUPPORT_RCONS_ICON
       
    23 #else
       
    24 #define FSHELL_CORE_SUPPORT_LOCAL_ICON
       
    25 #define FSHELL_CORE_SUPPORT_TCP_ICON
       
    26 #define FSHELL_CORE_SUPPORT_BT_ICON
       
    27 #endif
       
    28 
       
    29 // Seems like this should be defined in a variant.hrh file, but it doesn't appear to be...
       
    30 #ifndef SYMBIAN_JAVA_NOT_INCLUDED
       
    31 #define SYMBIAN_JAVA_NOT_INCLUDED
       
    32 #endif
       
    33 
       
    34 #define FSHELL_SPCRE_SUPPORT
       
    35 
       
    36 #endif // FSHELL_PLATFORM_GENERIC_MMH