]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiOnUefiHiiThunk / FrameworkHiiOnUefiHiiThunk.inf
diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
deleted file mode 100644 (file)
index 612229f..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-## @file\r
-# Component description file for HiiDatabase module which produce a Framework HII Protocol instance\r
-# based on the avaliable UEFI HII protocol found in the platform. This modules enables modules complying\r
-# to Framework HII specification to able to run on a UEFI HII platform with only a rebuild. This is\r
-# to ensure that all HII packages are generated by UEFI HII package generation tools (UEFI VfrCompiler and\r
-# String Gather Tools). This thunk layer only produces the Frameowork HII protocol interface. The binary package\r
-# data format complying to UEFI HII specification.\r
-#\r
-# This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol found in the platform..\r
-# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = FrameworkHiiOnUefiHiiThunk\r
-  FILE_GUID                      = AC3435BB-B1D3-4EF8-957C-8048606FF671\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = InitializeHiiDatabase\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources]\r
-  SetupBrowser.c\r
-  SetupBrowser.h\r
-  HiiHandle.c\r
-  HiiHandle.h\r
-  ConfigAccess.c\r
-  ConfigAccess.h\r
-  OpcodeCreation.c\r
-  UefiIfrParser.c\r
-  UefiIfrParser.h\r
-  UefiIfrParserExpression.c\r
-  UefiIfrParserExpression.h\r
-  UefiIfrDefault.c\r
-  UefiIfrDefault.h\r
-  Keyboard.c\r
-  Fonts.c\r
-  Package.c\r
-  Strings.c\r
-  Forms.c\r
-  HiiDatabase.h\r
-  HiiDatabase.c\r
-  Utility.c\r
-  Utility.h\r
-  Strings.uni\r
\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
-  EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
-  \r
-[LibraryClasses]\r
-  UefiRuntimeServicesTableLib\r
-  UefiBootServicesTableLib\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-  UefiDriverEntryPoint\r
-  DebugLib\r
-  BaseLib\r
-  HiiLib\r
-  PrintLib\r
-  UefiLib\r
-  PcdLib\r
-  LanguageLib\r
-\r
-[Guids]\r
-  gEfiIfrTianoGuid\r
-  gEfiIfrFrameworkGuid\r
-  gEfiHiiStandardFormGuid\r
-  gFrameworkBdsFrontPageFormsetGuid\r
-  gZeroGuid                                     ## SOMETIMES_CONSUMES   ## GUID\r
-\r
-[Protocols]\r
-  gEfiHiiImageProtocolGuid\r
-  gEfiHiiDatabaseProtocolGuid\r
-  gEfiHiiStringProtocolGuid\r
-  gEfiHiiFontProtocolGuid\r
-  gEfiHiiConfigRoutingProtocolGuid\r
-  gEfiHiiConfigAccessProtocolGuid\r
-  gEfiFormCallbackProtocolGuid\r
-  gEfiUnicodeCollation2ProtocolGuid\r
-  gEfiHiiCompatibilityProtocolGuid\r
-  gEfiFormBrowserCompatibilityProtocolGuid\r
-\r
-[Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
-\r
-[Depex]\r
-  gEfiHiiDatabaseProtocolGuid AND\r
-  gEfiHiiStringProtocolGuid AND\r
-  gEfiHiiConfigRoutingProtocolGuid AND\r
-  gEfiHiiFontProtocolGuid AND\r
-  gEfiFormBrowser2ProtocolGuid\r
-\r
-\r
-\r