]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / Nt32Pkg / RealTimeClockRuntimeDxe / RealTimeClockRuntimeDxe.inf
index fb53d6c6dff0739bb48642c771b0066800f4fa6b..e9955370f03ec53ea6a8c180b59a4255e96ad0f8 100644 (file)
@@ -1,8 +1,8 @@
-#/** @file\r
+## @file\r
 # NT Emulation Real time clock Architectural Protocol Driver as defined in TIANO\r
 #\r
 # This real time clock module simulates virtual device by time WinAPI.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,8 +20,6 @@
   FILE_GUID                      = 27F05AF5-1644-4EF4-8944-48C4F75675A0\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = InitializeRealTimeClock\r
 \r
 #  VALID_ARCHITECTURES           = IA32\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   RealTimeClock.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  Nt32Pkg/Nt32Pkg.dec\r
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
@@ -48,4 +47,4 @@
 \r
 [depex]\r
   TRUE\r
-  
\ No newline at end of file
+  \r