X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FWinNtGopDxe%2FWinNtGopDxe.inf;h=18832315e6c8e9a62f3ff097d937988e76e8cdaa;hb=665bfd41ac32b364201c07dc1c5434432730c034;hp=6581ad69ca3559993bc2a8f9aebc4a3f16c3716e;hpb=7fc80d44841dbc1f1b68d75312ab7ec9e6d63613;p=mirror_edk2.git diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf b/Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf index 6581ad69ca..18832315e6 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf +++ b/Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf @@ -1,13 +1,13 @@ -#/** @file +## @file # Gop Driver # # GOP is short hand for UEFI Graphics Output protocol. # This file is a verision of GopIo the uses WinNtThunk system calls as an IO # abstraction. For a PCI device WinNtIo would be replaced with # a PCI IO abstraction that abstracted a specific PCI device. -# 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 @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -23,8 +23,6 @@ FILE_GUID = 29b3c4c6-e5aa-49e4-8ce0-2772f782ddc2 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeWinNtGop @@ -37,7 +35,7 @@ # COMPONENT_NAME = gWinNtGopComponentName # -[Sources.common] +[Sources] WinNtGopDriver.c ComponentName.c WinNtGop.h @@ -46,7 +44,6 @@ [Packages] MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec Nt32Pkg/Nt32Pkg.dec