skin: check that image file of H/W button exist or not
[sdk/emulator/qemu.git] / version.rc
1 #include <winver.h>
2 #include "config-host.h"
3
4 VS_VERSION_INFO VERSIONINFO
5 FILEVERSION CONFIG_FILEVERSION
6 PRODUCTVERSION CONFIG_PRODUCTVERSION
7 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
8 FILEOS VOS_NT_WINDOWS32
9 FILETYPE VFT_APP
10 FILESUBTYPE VFT2_UNKNOWN
11 {
12   BLOCK "StringFileInfo"
13   {
14     BLOCK "040904E4"
15     {
16       VALUE "CompanyName", "http://www.qemu-project.org"
17 #ifdef CONFIG_MARU
18       VALUE "FileDescription", "Tizen Emulator"
19 #else
20       VALUE "FileDescription", "QEMU machine emulators and tools"
21 #endif
22       VALUE "FileVersion", QEMU_VERSION
23       VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."
24       VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard."
25       VALUE "ProductName", "QEMU"
26     }
27   }
28   BLOCK "VarFileInfo"
29   {
30     VALUE "Translation", 0x0409, 1252
31   }
32 }
33
34 #ifdef CONFIG_MARU
35 IDI_ICON1 ICON "tizen/src/ui/resource/icons/emulator_icon.ico"
36 #else
37 IDI_ICON1 ICON "pc-bios/qemu-nsis.ico"
38 #endif