X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FCompatibility%2FFrameworkHiiOnUefiHiiThunk%2FFrameworkHiiOnUefiHiiThunk.inf;h=2b5b422520cb471d2c81d170962d07f57f243872;hp=dd3c0c754d7fa864c3c338bfd6a2fb4c77d229b6;hb=fb44db736b6fc8feaf28c3798b4f147c6605ed2d;hpb=b11dcd84face9843dcd080da401e00fd40cff493 diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf index dd3c0c754d..2b5b422520 100644 --- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf +++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf @@ -1,4 +1,4 @@ -#/** @file +## @file # Component description file for HiiDatabase module which produce a Framework HII Protocol instance # based on the avaliable UEFI HII protocol found in the platform. This modules enables modules complying # to Framework HII specification to able to run on a UEFI HII platform with only a rebuild. This is @@ -7,9 +7,9 @@ # data format complying to UEFI HII specification. # # This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol found in the platform.. -# Copyright (c) 2006 - 2008, Intel Corporation +# Copyright (c) 2006 - 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 @@ -17,7 +17,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -25,8 +25,6 @@ FILE_GUID = AC3435BB-B1D3-4EF8-957C-8048606FF671 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeHiiDatabase @@ -36,8 +34,9 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] SetupBrowser.c + SetupBrowser.h HiiHandle.c HiiHandle.h ConfigAccess.c @@ -65,7 +64,9 @@ MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec - + IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec + EdkCompatibilityPkg/EdkCompatibilityPkg.dec + [LibraryClasses] UefiRuntimeServicesTableLib UefiBootServicesTableLib @@ -75,12 +76,16 @@ DebugLib BaseLib HiiLib - ExtendedHiiLib - IfrSupportLib - ExtendedIfrSupportLib PrintLib UefiLib PcdLib + LanguageLib + +[Guids] + gEfiIfrTianoGuid + gEfiIfrFrameworkGuid + gEfiHiiStandardFormGuid + gFrameworkBdsFrontPageFormsetGuid [Protocols] gEfiHiiImageProtocolGuid @@ -95,7 +100,7 @@ gEfiFormBrowserCompatibilityProtocolGuid [Pcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformBootTimeOutDefault + gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut [Depex] gEfiHiiDatabaseProtocolGuid AND