mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdeModulePkg: Remove Depex section in UEFI_DRIVER and UEFI_APPLICATION
According to INF specification, UEFI_DRIVER and UEFI_APPLICATION cannot have Depex section. So remove it. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
This commit is contained in:
parent
28c09d6d56
commit
84a180f8aa
5 changed files with 0 additions and 15 deletions
|
|
@ -45,6 +45,3 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdUsbNetworkRateLimitingCredit
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUsbNetworkRateLimitingFactor
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUsbNetworkPeriodicTimerInterval
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
|||
|
|
@ -37,6 +37,3 @@
|
|||
gEfiDevicePathProtocolGuid
|
||||
gEfiDriverBindingProtocolGuid
|
||||
gEdkIIUsbEthProtocolGuid
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
|||
|
|
@ -37,6 +37,3 @@
|
|||
gEfiDevicePathProtocolGuid
|
||||
gEfiDriverBindingProtocolGuid
|
||||
gEdkIIUsbEthProtocolGuid
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
|||
|
|
@ -37,6 +37,3 @@
|
|||
gEfiDevicePathProtocolGuid
|
||||
gEfiDriverBindingProtocolGuid
|
||||
gEdkIIUsbEthProtocolGuid
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
|||
|
|
@ -50,8 +50,5 @@
|
|||
gEfiDebuggerConfigurationProtocolGuid ## CONSUMES
|
||||
gEfiShellParametersProtocolGuid ## CONSUMES
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
EbcDebuggerConfigExtra.uni
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue