X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FLibrary%2FNt32BdsLib%2FNt32BdsLib.inf;h=90e80b1b765394d3e4b948b4caf09899a51d842c;hp=f1fc9c89560d8a3135a75adcf1456a044bf237a2;hb=dd94583b4885d89c6278ac2cf45c670aa4abb3df;hpb=5fd5fcd321e3d778aa51f1a47732c8d886c1ff4c diff --git a/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf b/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf index f1fc9c8956..90e80b1b76 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf +++ b/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf @@ -1,10 +1,10 @@ -#/** @file +## @file # Component name for module GenericBdsLib # # FIX ME! -# Copyright (c) 2007, Intel Corporation. All rights reserved. +# Copyright (c) 2007 - 2015, 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 @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -22,9 +22,6 @@ MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x0002000A - # # The following information is for reference only and not required by the build tools. @@ -32,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] BdsPlatform.c PlatformData.c BdsPlatform.h @@ -41,16 +38,26 @@ MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec Nt32Pkg/Nt32Pkg.dec - + IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec + [LibraryClasses] BaseLib MemoryAllocationLib UefiBootServicesTableLib + UefiRuntimeServicesTableLib BaseMemoryLib DebugLib PcdLib - GraphicsLib GenericBdsLib [Guids] - gEfiDefaultBmpLogoGuid + gEfiWinNtSystemConfigGuid + +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow + gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn + gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut + gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile + +[Depex] + gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid