X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UnixPkg%2FUnixUgaDxe%2FUnixUga.inf;h=ee9a3468822164503338de3ac98ae7717b881d7f;hp=787f19377188fccf6a13faf6ee8163d860c14b2d;hb=7b202cb0f917fde1d84f77b000063d56e2c11530;hpb=ec0ae8ff4ea6ec1bc0ed7981d1be7fec526f9f4b diff --git a/UnixPkg/UnixUgaDxe/UnixUga.inf b/UnixPkg/UnixUgaDxe/UnixUga.inf index 787f193771..ee9a346882 100644 --- a/UnixPkg/UnixUgaDxe/UnixUga.inf +++ b/UnixPkg/UnixUgaDxe/UnixUga.inf @@ -1,11 +1,11 @@ -#/** @file +## @file # Uga driver # # UGA is short hand for Universal Graphics Abstraction protocol. # This file is a verision of UgaIo the uses UnixThunk system calls as an IO # abstraction. For a PCI device UnixIo would be replaced with # a PCI IO abstraction that abstracted a specific PCI device. -# Copyright (c) 2006, 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 @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -37,7 +37,7 @@ # COMPONENT_NAME = gUnixUgaComponentName # -[Sources.common] +[Sources] ComponentName.c UnixUgaScreen.c UnixUgaDriver.c