mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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>
This commit is contained in:
parent
c70de6b4ed
commit
97f069bf30
3 changed files with 0 additions and 10 deletions
|
|
@ -57,6 +57,3 @@
|
|||
gEfiUnicodeCollation2ProtocolGuid
|
||||
gEfiRegularExpressionProtocolGuid
|
||||
gEfiUserManagerProtocolGuid
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
|||
|
|
@ -38,6 +38,3 @@
|
|||
|
||||
[FixedPcd]
|
||||
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDebugCategory
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
|||
|
|
@ -37,7 +37,3 @@
|
|||
|
||||
[Protocols]
|
||||
gEdkIIRedfishHttpProtocolGuid ## CONSUMES ##
|
||||
|
||||
[depex]
|
||||
TRUE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue