edk2/RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
Qihang Gao 97f069bf30 RedfishPkg: Remove unnecessary Depex section in library modules
Libraries that may be consumed by UEFI_DRIVER should not have depex
section for UEFI_DRIVER. The INF specification said: If the Module is
a Library, then a [Depex] section is optional. Regarding HiiUtilityLib,
RedfishDebugLib and RedfishHttpLib, they don't have additional dependence,
so the Depex sections should be removed to ensure no adverse impact on
the UEFI_DRIVER.

Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
2026-06-29 16:41:24 +00:00

40 lines
984 B
INI

## @file
# INF file for Redfish debug library.
#
# Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010006
BASE_NAME = RedfishDebugLib
FILE_GUID = 7F64C79F-ABD0-4446-86B5-2C1AE36168AD
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = RedfishDebugLib| DXE_DRIVER UEFI_DRIVER
#
# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Sources]
RedfishDebugLib.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
RedfishPkg/RedfishPkg.dec
[LibraryClasses]
BaseLib
DebugLib
JsonLib
MemoryAllocationLib
RedfishHttpLib
UefiLib
[FixedPcd]
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDebugCategory