blob: a2f056e117e0b77b203a43a1c89d939e4c414376 (
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
29
30
31
32
33
34
35
36
37
38
39
|
## @file
# Hardware information library to describe non-discoverable hardware resources
#
# Copyright 2021 - 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = DxeHardwareInfoLib
FILE_GUID = F60B206A-5C56-11EC-AEAC-67CB080BCFF2
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = DxeHardwareInfoLib
#
# The following information is for reference only and not required by the build
# tools.
#
# VALID_ARCHITECTURES = X64
#
[Sources]
HardwareInfoDxe.c
HardwareInfoPciHostBridgeLib.c
QemuFwCfgHardwareInfoLib.c
[Packages]
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
OvmfPkg/OvmfPkg.dec
[LibraryClasses]
BaseMemoryLib
DebugLib
MemoryAllocationLib
|