Last change
on this file since 109019 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:
740 bytes
|
Line | |
---|
1 | #/** @file
|
---|
2 | #
|
---|
3 | # Copyright (c) 2014, ARM Ltd. All rights reserved.
|
---|
4 | # Copyright (c) 2021, Ampere Computing LLC. 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 = AcpiLib
|
---|
14 | FILE_GUID = 24b9d62c-5a36-417b-94b6-38dbaea90dcf
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = AcpiLib
|
---|
18 |
|
---|
19 | [Sources.common]
|
---|
20 | AcpiLib.c
|
---|
21 |
|
---|
22 | [Packages]
|
---|
23 | MdePkg/MdePkg.dec
|
---|
24 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
25 |
|
---|
26 | [LibraryClasses]
|
---|
27 | BaseLib
|
---|
28 | BaseMemoryLib
|
---|
29 | DebugLib
|
---|
30 | UefiBootServicesTableLib
|
---|
31 |
|
---|
32 | [Protocols]
|
---|
33 | gEfiAcpiTableProtocolGuid
|
---|
34 | gEfiFirmwareVolume2ProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.