]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
EdkCompatibilityPkg: Use the new PCDs defined in MdePkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiOnUefiHiiThunk / FrameworkHiiOnUefiHiiThunk.inf
index 1c0c36216143334412479d62d8b7fc3541c248f7..2b5b422520cb471d2c81d170962d07f57f243872 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @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
@@ -7,9 +7,9 @@
 # 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 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -17,7 +17,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -25,8 +25,6 @@
   FILE_GUID                      = AC3435BB-B1D3-4EF8-957C-8048606FF671\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = InitializeHiiDatabase\r
 \r
@@ -36,8 +34,9 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   SetupBrowser.c\r
+  SetupBrowser.h\r
   HiiHandle.c\r
   HiiHandle.h\r
   ConfigAccess.c\r
@@ -85,6 +84,8 @@
 [Guids]\r
   gEfiIfrTianoGuid\r
   gEfiIfrFrameworkGuid\r
+  gEfiHiiStandardFormGuid\r
+  gFrameworkBdsFrontPageFormsetGuid\r
 \r
 [Protocols]\r
   gEfiHiiImageProtocolGuid\r
   gEfiFormBrowserCompatibilityProtocolGuid\r
 \r
 [Pcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
+  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
 \r
 [Depex]\r
   gEfiHiiDatabaseProtocolGuid AND\r