plugins/consoles/guicons/group/guicons.iby
changeset 0 7f656887cf89
child 97 562156073bab
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // guicons.iby
       
     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 
       
    13 #ifndef __GUICONS_IBY__
       
    14 #define __GUICONS_IBY__
       
    15 
       
    16 #ifdef FSHELL_WSERV_SUPPORT
       
    17 
       
    18 FSHELL_EXECUTABLE_FILE(guicons.dll)
       
    19 
       
    20 // don't include the font file in the SIS build, as they seem to cause problems for software install
       
    21 // on S60. (Corrupted error message).
       
    22 #if !defined(FSHELL_MAKESIS)
       
    23 // font_6x10.PNG is not included as this is the default, built into the binary
       
    24 FSHELL_DATA_FILE(ZRESOURCE\font_7x13.PNG, \resource\font_7x13.PNG)
       
    25 #endif
       
    26 
       
    27 #ifdef FSHELL_PLATFORM_S60
       
    28 #include <s60_guicons.iby>
       
    29 #endif
       
    30 
       
    31 #endif // FSHELL_WSERV_SUPPORT
       
    32 
       
    33 #endif //__GUICONS_IBY__