mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-06-03 03:46:33 +00:00
It may not be complete yet. Feel free to get in contact with me if anything is still missing or handled inappropriate. Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
40 lines
891 B
INI
Executable File
40 lines
891 B
INI
Executable File
## @file
|
|
# Provides services to update ASL tables.
|
|
# Note that the current version of the library updates AML.
|
|
#
|
|
# Copyright (c) DuoWoA authors. All rights reserved.
|
|
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010017
|
|
BASE_NAME = DxeAslUpdateLib
|
|
FILE_GUID = 8621697D-4E3A-4bf2-ADB0-3E2FF06559CA
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
LIBRARY_CLASS = AslUpdateLib
|
|
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
IoLib
|
|
DebugLib
|
|
PcdLib
|
|
BaseMemoryLib
|
|
UefiLib
|
|
MemoryAllocationLib
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
Silicon/Qualcomm/QcomPkg/QcomPkg.dec
|
|
|
|
[Sources]
|
|
DxeAslUpdateLib.c
|
|
|
|
[Protocols]
|
|
gEfiAcpiTableProtocolGuid ## CONSUMES
|
|
gEfiAcpiSdtProtocolGuid ## CONSUMES
|