From 98ca253647dffbe1bd1dc9cefb3220127d6b0b5b Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 19 Jul 2007 02:57:58 +0000 Subject: [PATCH] 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 --- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc | 2 -- MdeModulePkg/MdeModulePkg.dsc | 1 + .../PcatCompatible/RealTimeClockRuntimeDxe/Ia32/Ia32PcRtc.c | 0 .../Universal}/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.c | 0 .../Universal}/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.h | 0 .../RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf | 2 +- .../RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.msa | 0 7 files changed, 2 insertions(+), 3 deletions(-) rename {IntelFrameworkModulePkg => MdeModulePkg/Universal}/PcatCompatible/RealTimeClockRuntimeDxe/Ia32/Ia32PcRtc.c (100%) rename {IntelFrameworkModulePkg => MdeModulePkg/Universal}/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.c (100%) rename {IntelFrameworkModulePkg => MdeModulePkg/Universal}/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.h (100%) rename {IntelFrameworkModulePkg => MdeModulePkg/Universal}/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf (94%) rename {IntelFrameworkModulePkg => MdeModulePkg/Universal}/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.msa (100%) diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc index 1764cc0956..38556dcca8 100644 --- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc +++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc @@ -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] diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 7f1eeffb27..0ee36812c9 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -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 diff --git a/IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/Ia32/Ia32PcRtc.c b/MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/Ia32/Ia32PcRtc.c similarity index 100% rename from IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/Ia32/Ia32PcRtc.c rename to MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/Ia32/Ia32PcRtc.c diff --git a/IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.c b/MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.c similarity index 100% rename from IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.c rename to MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.c diff --git a/IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.h b/MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.h similarity index 100% rename from IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.h rename to MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.h diff --git a/IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf b/MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf similarity index 94% rename from IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf rename to MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf index fc2429881a..e9c0649e97 100644 --- a/IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf +++ b/MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf @@ -101,5 +101,5 @@ ################################################################################ [Depex] - gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid AND gEfiCpuIoProtocolGuid + gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid diff --git a/IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.msa b/MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.msa similarity index 100% rename from IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.msa rename to MdeModulePkg/Universal/PcatCompatible/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.msa -- 2.39.2