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:
927 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Hardware information library to describe non-discoverable hardware resources
|
---|
3 | #
|
---|
4 | # Copyright 2021 - 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = DxeHardwareInfoLib
|
---|
14 | FILE_GUID = F60B206A-5C56-11EC-AEAC-67CB080BCFF2
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = DxeHardwareInfoLib
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build
|
---|
21 | # tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = X64
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources]
|
---|
27 | HardwareInfoDxe.c
|
---|
28 | HardwareInfoPciHostBridgeLib.c
|
---|
29 | QemuFwCfgHardwareInfoLib.c
|
---|
30 |
|
---|
31 | [Packages]
|
---|
32 | MdeModulePkg/MdeModulePkg.dec
|
---|
33 | MdePkg/MdePkg.dec
|
---|
34 | OvmfPkg/OvmfPkg.dec
|
---|
35 |
|
---|
36 | [LibraryClasses]
|
---|
37 | BaseMemoryLib
|
---|
38 | DebugLib
|
---|
39 | MemoryAllocationLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.