X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FWinNtThunkDxe%2FWinNtThunkDxe.inf;h=a5efaf2e160c0bd1925f003c0d287bff0b5c280a;hp=267b759c2cf2302cb0fc5f3aaec2765a1053caaf;hb=7b202cb0f917fde1d84f77b000063d56e2c11530;hpb=98d797cfa2bc33e26d2d9ba0b85dd56b6b986cf6 diff --git a/Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf b/Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf index 267b759c2c..a5efaf2e16 100644 --- a/Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf +++ b/Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf @@ -1,8 +1,8 @@ -#/** @file +## @file # A DXE driver to produce EFI_WIN_NT_THUNK_PROTOCOL # # EFI_WIN_NT_THUNK_PROTOCOL is a table of pointers to various Windows APIs used by various drivers to accomplish certain task in an NT32 emulator. -# 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,13 +12,8 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = WinNtThunkDxe @@ -36,48 +31,19 @@ # VALID_ARCHITECTURES = IA32 # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - -[Sources.common] +[Sources] WinNtThunk.c WinNtThunk.h -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ - [Packages] MdePkg/MdePkg.dec Nt32Pkg/Nt32Pkg.dec -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] UefiBootServicesTableLib WinNtLib UefiDriverEntryPoint - DebugLib - - -################################################################################ -# -# Protocol C Name Section - list of Protocol and Protocol Notify C Names -# that this module uses or produces. -# -################################################################################ [Protocols] gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED