mirror of https://github.com/acidanthera/audk.git
Move PcatCompatible/RealTimeClockRuntimeDxe module to MdeModulePkg from IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3342 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5c45a97b4d
commit
98ca253647
|
@ -192,11 +192,9 @@
|
|||
$(WORKSPACE)/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
|
||||
|
||||
[Components.IA32]
|
||||
$(WORKSPACE)/IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
|
||||
$(WORKSPACE)/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
|
||||
|
||||
[Components.X64]
|
||||
$(WORKSPACE)/IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
|
||||
$(WORKSPACE)/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
|
||||
|
||||
[Components.IA32]
|
||||
|
|
|
@ -436,6 +436,7 @@
|
|||
$(WORKSPACE)/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
|
||||
|
||||
[Components.X64]
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
||||
|
|
|
@ -101,5 +101,5 @@
|
|||
################################################################################
|
||||
|
||||
[Depex]
|
||||
gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid AND gEfiCpuIoProtocolGuid
|
||||
gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid
|
||||
|
Loading…
Reference in New Issue