X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FResetRuntimeDxe%2FResetRuntimeDxe.inf;h=89a7eaf95b764bb5f76f7b0d3a6eda2f44f23ce6;hb=51866b5465c1d316a66d7c697f7e14ee293e1064;hp=93e384738a8d35cdb6be499003337ed1768c27af;hpb=e75fe0ebba8a3f9f658ba362707f820896f0fdc2;p=mirror_edk2.git diff --git a/Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf b/Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf index 93e384738a..89a7eaf95b 100644 --- a/Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf +++ b/Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf @@ -1,8 +1,8 @@ -#/** @file +## @file # NT Emulation Reset Architectural Protocol Driver as defined in TIANO # # This Reset module simulates system reset by process exit on NT. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -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 = BA929954-35B0-4dd3-90CD-9634BD7E1CF1 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeNtReset @@ -31,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] reset.c [Packages]