Last change
on this file since 105681 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.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Provide common utility functions to PciHostBridgeLib instances in
|
---|
3 | # ArmVirtPkg and OvmfPkg.
|
---|
4 | #
|
---|
5 | # Copyright (C) 2016, Red Hat, Inc.
|
---|
6 | # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | # Copyright (c) 2020, Huawei Corporation. All rights reserved.<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | #
|
---|
12 | ##
|
---|
13 |
|
---|
14 | [Defines]
|
---|
15 | INF_VERSION = 1.29
|
---|
16 | BASE_NAME = PciHostBridgeUtilityLib
|
---|
17 | FILE_GUID = e3aa5932-527a-42e7-86f5-81b144c7e5f1
|
---|
18 | MODULE_TYPE = DXE_DRIVER
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 | LIBRARY_CLASS = PciHostBridgeUtilityLib
|
---|
21 |
|
---|
22 | #
|
---|
23 | # The following information is for reference only and not required by the build
|
---|
24 | # tools.
|
---|
25 | #
|
---|
26 | # VALID_ARCHITECTURES = IA32 X64 AARCH64 ARM
|
---|
27 | #
|
---|
28 |
|
---|
29 | [Sources]
|
---|
30 | PciHostBridgeUtilityLib.c
|
---|
31 |
|
---|
32 | [Packages]
|
---|
33 | MdeModulePkg/MdeModulePkg.dec
|
---|
34 | MdePkg/MdePkg.dec
|
---|
35 | OvmfPkg/OvmfPkg.dec
|
---|
36 |
|
---|
37 | [LibraryClasses]
|
---|
38 | BaseMemoryLib
|
---|
39 | DebugLib
|
---|
40 | DevicePathLib
|
---|
41 | DxeHardwareInfoLib
|
---|
42 | MemoryAllocationLib
|
---|
43 | PciLib
|
---|
44 | QemuFwCfgLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.