blob: 6414227a7ab4404766ab4bbbb4c025f81edf5821 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
##
# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
#
# SPDX-License-Identifier: MIT
##
[Defines]
INF_VERSION = 1.25
BASE_NAME = HotKeyDriver
FILE_GUID = da316635-c66f-477e-9df6-880d2d729f1b
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = HotKeyDriverEntryPoint
UNLOAD_IMAGE = HotKeyDriverUnload
[Sources]
HotKeyDriver.c
[Packages]
MdePkg/MdePkg.dec
[Protocols]
gEfiSimpleTextInputExProtocolGuid
[LibraryClasses]
UefiDriverEntryPoint
UefiLib
|