mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
25 lines
709 B
Plaintext
25 lines
709 B
Plaintext
/*
|
|
* COPYRIGHT: See COPYING.ARM in the top level directory
|
|
* PROJECT: ReactOS UEFI Boot Manager
|
|
* FILE: boot/environ/app/bootmgr.rc
|
|
* PURPOSE: Boot Manager Resource File
|
|
* PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org)
|
|
*/
|
|
|
|
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
/* Version Data */
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define VER_FILEDESCRIPTION_STR "Boot Manager"
|
|
#define VER_INTERNALNAME_STR "bootmgr.exe"
|
|
#define VER_ORIGINALFILENAME_STR "bootmgr.exe"
|
|
#define VER_LANGNEUTRAL
|
|
#include "common.ver"
|
|
|
|
/* Message Table */
|
|
#include <bootmsg.rc>
|
|
|
|
/* XML GUI Stylesheet */
|
|
BOOTMGR.XSL HTML "bootmgr.xsl" |