diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-25 16:36:36 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-25 16:36:36 +0000 |
commit | 0b757975ef998417ff47e43b6649a42369193ea4 (patch) | |
tree | 6080db445e3e9c9eea19f02f32a7e068943caf3c /Nt32Pkg/RealTimeClockRuntimeDxe | |
parent | 8976547970e2e39d9cfee6f729caf7be614db846 (diff) | |
download | edk2-platforms-0b757975ef998417ff47e43b6649a42369193ea4.tar.xz |
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10073 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/RealTimeClockRuntimeDxe')
-rw-r--r-- | Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf b/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf index c2e6640705..e9955370f0 100644 --- a/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf +++ b/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf @@ -20,8 +20,6 @@ FILE_GUID = 27F05AF5-1644-4EF4-8944-48C4F75675A0
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
- EDK_RELEASE_VERSION = 0x00020000
- EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = InitializeRealTimeClock
|