mirror of https://github.com/acidanthera/audk.git
32 lines
679 B
INI
32 lines
679 B
INI
#/** @file
|
|
#
|
|
# Copyright (c) 2014, ARM Ltd. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
#
|
|
#**/
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = AcpiLib
|
|
FILE_GUID = 24b9d62c-5a36-417b-94b6-38dbaea90dcf
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = AcpiLib
|
|
|
|
[Sources.common]
|
|
AcpiLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
|
|
[LibraryClasses]
|
|
DebugLib
|
|
UefiBootServicesTableLib
|
|
|
|
[Protocols]
|
|
gEfiAcpiTableProtocolGuid
|
|
gEfiFirmwareVolume2ProtocolGuid
|