You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
Packages should be at the root of a PACKAGES_PATH entry. At some point, paths were relative to edk2-platforms/Features/Intel which was functional, but interferes with the proper functioning of packaging tools. Cc: Sai Chaganty <rangasai.v.chaganty@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Eric Dong <eric.dong@intel.com> Signed-off-by: Isaac Oram <isaac.w.oram@intel.com>
60 lines
1.6 KiB
INI
60 lines
1.6 KiB
INI
### @file
|
|
# Component description file for Acpi Debug SMM module.
|
|
#
|
|
# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
###
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = AcpiDebugSmm
|
|
FILE_GUID = 9069C144-0A7E-41EF-9C07-418BCA9BF939
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
VERSION_STRING = 1.0
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
ENTRY_POINT = InitializeAcpiDebugSmm
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF
|
|
#
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
UefiBootServicesTableLib
|
|
UefiDriverEntryPoint
|
|
DebugLib
|
|
PcdLib
|
|
DxeServicesLib
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
AcpiDebugFeaturePkg/AcpiDebugFeaturePkg.dec
|
|
|
|
[Pcd]
|
|
gAcpiDebugFeaturePkgTokenSpaceGuid.PcdAcpiDebugFeatureActive ## CONSUMES
|
|
gAcpiDebugFeaturePkgTokenSpaceGuid.PcdAcpiDebugBufferSize ## CONSUMES
|
|
gAcpiDebugFeaturePkgTokenSpaceGuid.PcdAcpiDebugAddress ## PRODUCES
|
|
|
|
[Sources]
|
|
AcpiDebug.c
|
|
AcpiDebug.asl
|
|
|
|
[Protocols]
|
|
gEfiAcpiTableProtocolGuid ## CONSUMES
|
|
gEfiSmmBase2ProtocolGuid ## CONSUMES
|
|
gEfiSmmSwDispatch2ProtocolGuid ## CONSUMES
|
|
gEfiSmmEndOfDxeProtocolGuid ## NOTIFY
|
|
|
|
[Guids]
|
|
gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event # only for DXE version
|
|
|
|
[Depex]
|
|
gEfiAcpiTableProtocolGuid AND
|
|
gEfiSmmBase2ProtocolGuid AND
|
|
gEfiSmmSwDispatch2ProtocolGuid
|