Rework addition of Symbian splash screen to reduce the source impact (uses SVG from Bug 2414)
Notes: by using the OPTION SOURCEDIR parameter in the mifconv extension instructions, I can
arrange to use the same source file name in sfimage, without having to export over the original
Nokia file. This means that the name inside splashscreen.mbg is the same, which removes the need
for the conditional compilation in SplashScreen.cpp, and gets rid of sf_splashscreen.mmp.
#ifndef have_zshQsdatetime_module
#define have_zshQsdatetime_module
# ifndef IMPORTING_MODULE_zshQsdatetime
# ifndef MODULE
# define boot_ boot_zshQsdatetime
# define cleanup_ cleanup_zshQsdatetime
# define setup_ setup_zshQsdatetime
# define finish_ finish_zshQsdatetime
# endif /* !MODULE */
# endif /* !IMPORTING_MODULE_zshQsdatetime */
/* Module dependencies */
# define IMPORTING_MODULE_zshQsmain 1
# include "zsh.mdh"
# undef mod_import_variable
# undef mod_import_function
# if defined(IMPORTING_MODULE_zshQsdatetime) && defined(MODULE)
# define mod_import_variable
# define mod_import_function
# else
# define mod_import_function
# define mod_import_variable
# endif /* IMPORTING_MODULE_zshQsdatetime && MODULE */
# include "datetime.epro"
# undef mod_import_variable
# define mod_import_variable
# undef mod_import_variable
# define mod_import_variable
# ifndef mod_export
# define mod_export
# endif /* mod_export */
#endif /* !have_zshQsdatetime_module */