X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FResetRuntimeDxe%2FResetRuntimeDxe.inf;h=4e21e21afb25bee23343980b45d537147d42deef;hb=ce7690e267dc3205357e0d0e3a57e2b6fd1de895;hp=1d1d41b7bdfc249b1e7d5211ce7c5c523ef3db8a;hpb=dd0687a4b18c8ba6f37587ad13c9744ff9a67250;p=mirror_edk2.git diff --git a/Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf b/Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf index 1d1d41b7bd..4e21e21afb 100644 --- a/Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf +++ b/Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf @@ -1,10 +1,10 @@ -#/** @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.
# -# 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 = 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,11 +29,12 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] reset.c [Packages] MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec [LibraryClasses] UefiBootServicesTableLib