From 714e2a12d576b3bad7e3ea6ca7156d6e1e658ca4 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 5 Dec 2008 03:17:57 +0000 Subject: [PATCH] Move Ia32PcRtc.c from IA-32 sub-directory and rename to PcRtcEntry.c since IPF is not supported by this module now. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6853 6f19259b-4bc3-4df7-8a09-765794883524 --- .../{Ia32/Ia32PcRtc.c => PcRtcEntry.c} | 0 .../PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/{Ia32/Ia32PcRtc.c => PcRtcEntry.c} (100%) diff --git a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/Ia32/Ia32PcRtc.c b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c similarity index 100% rename from MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/Ia32/Ia32PcRtc.c rename to MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c diff --git a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf index 93b9247988..4f69a71916 100644 --- a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf +++ b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf @@ -30,7 +30,7 @@ # [Sources.common] - Ia32/Ia32PcRtc.c + PcRtcEntry.c PcRtc.c PcRtc.h