summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/EFI/Firmware/UnitTestFrameworkPkg/Library/UnitTestBootLibNull/UnitTestBootLibNull.inf
blob: 75c3bf82db4af70df86da7c14ce410d596dfe164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## @file
# NULL library for UnitTestBootUsb
#
# Copyright (c) Microsoft Corporation.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##

[Defines]
  INF_VERSION     = 0x00010017
  BASE_NAME       = UnitTestBootLibNull
  MODULE_UNI_FILE = UnitTestBootLibNull.uni
  FILE_GUID       = f143e75d-76e1-4040-b134-8f4f0bd5e3bd
  VERSION_STRING  = 1.0
  MODULE_TYPE     = DXE_DRIVER
  LIBRARY_CLASS   = UnitTestBootLib

[Sources]
  UnitTestBootLibNull.c

[Packages]
  MdePkg/MdePkg.dec