X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FMetronomeDxe%2FMetronomeDxe.inf;h=31a1f12b36ace59797b6e6366408cafb7416e645;hb=7375f3f11a70e3c7295ef7005f6723ced176ad0a;hp=9d9f4713f39b18bb147382a56c6ec83520c75436;hpb=8dbdc9407abc207aa361f564790aab76946bd1ee;p=mirror_edk2.git diff --git a/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf b/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf index 9d9f4713f3..31a1f12b36 100644 --- a/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf +++ b/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf @@ -1,10 +1,10 @@ -#/** @file +## @file # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS # # This metronome module simulates metronome by Sleep WinAPI. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -20,8 +20,6 @@ FILE_GUID = 154CAB4A-52B5-46CD-99C3-4368ABBACFFD MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = WinNtMetronomeDriverInitialize @@ -31,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] Metronome.h Metronome.c @@ -48,6 +46,6 @@ [Protocols] gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED -[depex] +[Depex] TRUE