From 837fdb2a241b5e1c710dabb59db31d1620543db0 Mon Sep 17 00:00:00 2001 From: kavsrf Date: Sun, 11 Jun 2017 00:44:52 +0300 Subject: VirtualBox is sensitive to drv/app at boot. patch back to application type. --- DcsBoot/DcsBoot.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DcsBoot') diff --git a/DcsBoot/DcsBoot.inf b/DcsBoot/DcsBoot.inf index 745f985..c8c3aa5 100644 --- a/DcsBoot/DcsBoot.inf +++ b/DcsBoot/DcsBoot.inf @@ -16,7 +16,7 @@ INF_VERSION = 0x00010006 BASE_NAME = DcsBoot FILE_GUID = DE8AB4B2-EB47-44E1-A4D7-1001E5E9F0A5 - MODULE_TYPE = UEFI_DRIVER + MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 ENTRY_POINT = DcsBootMain @@ -36,7 +36,7 @@ DcsPkg/DcsPkg.dec [LibraryClasses] - UefiDriverEntryPoint + UefiApplicationEntryPoint UefiLib BaseLib MemoryAllocationLib -- cgit v1.2.3