VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/DcsBoot
diff options
context:
space:
mode:
authorkavsrf <kavsrf@gmail.com>2017-06-11 00:44:52 +0300
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-11 01:21:03 +0200
commit837fdb2a241b5e1c710dabb59db31d1620543db0 (patch)
treed6f4da95e0d9c8805d4ed8ef31d3ac53f05d0f3c /DcsBoot
parent30ba6fb5180df3f8ebed8bf35e730f3e188e6297 (diff)
downloadVeraCrypt-DCS-837fdb2a241b5e1c710dabb59db31d1620543db0.tar.gz
VeraCrypt-DCS-837fdb2a241b5e1c710dabb59db31d1620543db0.zip
VirtualBox is sensitive to drv/app at boot. patch back to application type.
Diffstat (limited to 'DcsBoot')
-rw-r--r--DcsBoot/DcsBoot.inf4
1 files changed, 2 insertions, 2 deletions
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