X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FCompatibility%2FFrameworkHiiOnUefiHiiThunk%2FFrameworkHiiOnUefiHiiThunk.inf;h=2b5b422520cb471d2c81d170962d07f57f243872;hp=9b09c0b52d52abb1a8e07615da9a19ef5eeede10;hb=fb44db736b6fc8feaf28c3798b4f147c6605ed2d;hpb=f6f910dd125144707e3516bbb517b8ec7a388c06 diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf index 9b09c0b52d..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 @@ -66,6 +65,7 @@ MdeModulePkg/MdeModulePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec + EdkCompatibilityPkg/EdkCompatibilityPkg.dec [LibraryClasses] UefiRuntimeServicesTableLib @@ -76,11 +76,16 @@ DebugLib BaseLib HiiLib - IfrSupportLib - ExtendedIfrSupportLib PrintLib UefiLib PcdLib + LanguageLib + +[Guids] + gEfiIfrTianoGuid + gEfiIfrFrameworkGuid + gEfiHiiStandardFormGuid + gFrameworkBdsFrontPageFormsetGuid [Protocols] gEfiHiiImageProtocolGuid @@ -95,7 +100,7 @@ gEfiFormBrowserCompatibilityProtocolGuid [Pcd] - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut + gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut [Depex] gEfiHiiDatabaseProtocolGuid AND