]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
UefiCpuPkg/UefiCpuPkg.dec: Add two new PCDs for stack switch
[mirror_edk2.git] / Nt32Pkg / MetronomeDxe / MetronomeDxe.inf
index da9dd0bf47cd09696035f246cd8051dce57ccffb..31a1f12b36ace59797b6e6366408cafb7416e645 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
+## @file\r
 # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
 #\r
 # This metronome module simulates metronome by Sleep WinAPI.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\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                      = 154CAB4A-52B5-46CD-99C3-4368ABBACFFD\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = WinNtMetronomeDriverInitialize\r
 \r
@@ -31,7 +29,7 @@
 #  VALID_ARCHITECTURES           = IA32\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Metronome.h\r
   Metronome.c\r
 \r
   UefiBootServicesTableLib\r
   WinNtLib\r
   UefiDriverEntryPoint\r
-  DebugLib\r
   BaseLib\r
 \r
 [Protocols]\r
   gEfiMetronomeArchProtocolGuid                 # PROTOCOL ALWAYS_PRODUCED\r
 \r
-[depex]\r
+[Depex]\r
   TRUE\r
   \r