mirror of https://github.com/acidanthera/audk.git
Remove RTC package dependency on IntelFrameworkPkg
Fix DebugSupport.inf to DebugSupportDxe.inf in dsc after renaming git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3379 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
de339b9d79
commit
3712c7fc7d
|
@ -443,11 +443,12 @@
|
|||
$(WORKSPACE)/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
||||
|
||||
[Components.IPF]
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
||||
|
||||
[Components.EBC]
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
#IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue