xref: /reactos/boot/environ/app/bootmgr/bootmgr.rc (revision c2c66aff)
1/*
2 * COPYRIGHT:       See COPYING.ARM in the top level directory
3 * PROJECT:         ReactOS UEFI Boot Manager
4 * FILE:            boot/environ/app/bootmgr.rc
5 * PURPOSE:         Boot Manager Resource File
6 * PROGRAMMER:      Alex Ionescu (alex.ionescu@reactos.org)
7 */
8
9#include <winver.h>
10#include <ntverp.h>
11
12/* Version Data */
13#define VER_FILETYPE             VFT_DRV
14#define VER_FILESUBTYPE          VFT2_DRV_SYSTEM
15#define VER_FILEDESCRIPTION_STR  "Boot Manager"
16#define VER_INTERNALNAME_STR     "bootmgr.exe"
17#define VER_ORIGINALFILENAME_STR "bootmgr.exe"
18#define VER_LANGNEUTRAL
19#include "common.ver"
20
21/* Message Table */
22#include <bootmsg.rc>
23
24/* XML GUI Stylesheet */
25BOOTMGR.XSL HTML "bootmgr.xsl"