Last change
on this file was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # UEFI Boot Services Table Library for unit tests implementation.
|
---|
3 | #
|
---|
4 | # Copyright (c) Microsoft Corporation
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = UnitTestUefiBootServicesTableLib
|
---|
12 | MODULE_UNI_FILE = UefiBootServicesTableLibTest.uni
|
---|
13 | FILE_GUID = AA3A0651-89EB-4951-9D68-50F27360EBC2
|
---|
14 | MODULE_TYPE = UEFI_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = UefiBootServicesTableLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
|
---|
17 |
|
---|
18 | CONSTRUCTOR = UnitTestUefiBootServicesTableLibConstructor
|
---|
19 |
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | UnitTestUefiBootServicesTableLib.h
|
---|
26 | UnitTestUefiBootServicesTableLib.c
|
---|
27 | UnitTestUefiBootServicesTableLibEventTimer.c
|
---|
28 | UnitTestUefiBootServicesTableLibImage.c
|
---|
29 | UnitTestUefiBootServicesTableLibMemory.c
|
---|
30 | UnitTestUefiBootServicesTableLibProtocol.h
|
---|
31 | UnitTestUefiBootServicesTableLibProtocol.c
|
---|
32 | UnitTestUefiBootServicesTableLibMisc.c
|
---|
33 | UnitTestUefiBootServicesTableLibTpl.c
|
---|
34 |
|
---|
35 | [Packages]
|
---|
36 | MdePkg/MdePkg.dec
|
---|
37 |
|
---|
38 | [LibraryClasses]
|
---|
39 | BaseLib
|
---|
40 | BaseMemoryLib
|
---|
41 | DebugLib
|
---|
42 | MemoryAllocationLib
|
---|
43 | UnitTestLib
|
---|
44 |
|
---|
45 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
46 | TimerExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.