]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg/UiApp: Show test key warning info in FrontPage.
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / UiApp.inf
index 25d0605ed046d163e6d39045896279632d749abb..d144462ce46d3d2fac5b5bc5cf9a26ffbde63e6d 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  UiApp module is driver for BDS phase.\r
 #\r
-#  Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\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
@@ -15,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UiApp\r
+  MODULE_UNI_FILE                = UiApp.uni\r
   FILE_GUID                      = 462CAA21-7614-4503-836E-8AB6F4662331\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
 \r
 [Sources]\r
   FrontPage.h\r
+  String.h\r
   Ui.h\r
-  BootMngr/BootManager.h\r
-  BootMaint/BootMaint.h\r
-  BootMaint/FormGuid.h\r
-\r
-  DeviceMngr/DeviceManager.h\r
-  DeviceMngr/DeviceManagerVfr.Vfr\r
-  DeviceMngr/DeviceManagerStrings.uni\r
-  DeviceMngr/DeviceManager.c\r
-  BootMngr/BootManagerVfr.Vfr\r
-  BootMngr/BootManagerStrings.uni\r
-  BootMngr/BootManager.c\r
-  BootMaint/FE.vfr\r
-  BootMaint/FileExplorer.c\r
-  BootMaint/BootMaint.c\r
-  BootMaint/UpdatePage.c\r
-  BootMaint/Variable.c\r
-  BootMaint/Data.c\r
-  BootMaint/ConsoleOption.c\r
-  BootMaint/BootOption.c\r
-  BootMaint/BmLib.c\r
-  BootMaint/Bm.vfr\r
-  BootMaint/Bmstring.uni\r
   FrontPageVfr.Vfr\r
   FrontPageStrings.uni\r
-  Strings.uni\r
   FrontPage.c\r
   String.c\r
-  String.h\r
-  Language.c\r
-  Language.h\r
-  FormsetGuid.h\r
+  FrontPageCustomizedUi.c\r
+  FrontPageCustomizedUiSupport.c\r
+  FrontPageCustomizedUi.h\r
+  FrontPageCustomizedUiSupport.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -68,7 +47,6 @@
 [LibraryClasses]\r
   DevicePathLib\r
   BaseLib\r
-  HobLib\r
   UefiRuntimeServicesTableLib\r
   ReportStatusCodeLib\r
   MemoryAllocationLib\r
   UefiBootManagerLib\r
   \r
 [Guids]\r
-  gEfiGlobalVariableGuid                        ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)\r
-                                                ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)\r
-                                                ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)\r
-                                                ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)\r
-                                                ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)\r
-                                                ## PRODUCES           ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)\r
-                                                ## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" (The feature supported in boot option menu, value could be: EFI_BOOT_OPTION_SUPPORT_KEY, EFI_BOOT_OPTION_SUPPORT_APP\r
-                                                ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)\r
-                                                ## PRODUCES           ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)\r
-                                                ## PRODUCES           ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
-                                                ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)\r
-                                                ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
-  gEfiFileSystemVolumeLabelInfoIdGuid           ## CONSUMES ## GUID (Indicate the information type is volume)\r
-  gEfiFileInfoGuid                              ## CONSUMES ## GUID (Indicate the information type is file)\r
-  gEfiHiiPlatformSetupFormsetGuid               ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)\r
   gEfiIfrTianoGuid                              ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
-  gEfiHiiDriverHealthFormsetGuid                ## CONSUMES ## GUID (Indicate the Driver Health formset class guid to be displayed)\r
-  gEfiIfrBootMaintenanceGuid                    ## CONSUMES ## GUID\r
-  \r
+  gEfiIfrFrontPageGuid                          ## CONSUMES ## GUID\r
+\r
 [Protocols]\r
-  gEfiSimpleFileSystemProtocolGuid              ## CONSUMES\r
-  gEfiLoadFileProtocolGuid                      ## CONSUMES\r
   gEfiSmbiosProtocolGuid                        ## CONSUMES\r
-  gEfiGenericMemTestProtocolGuid                ## CONSUMES\r
-  gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## SOMETIMES_CONSUMES\r
-  gEfiBlockIoProtocolGuid                       ## CONSUMES\r
-  gEfiGraphicsOutputProtocolGuid                ## SOMETIMES_CONSUMES\r
-  gEfiSimpleTextInputExProtocolGuid             ## CONSUMES\r
   gEfiHiiConfigAccessProtocolGuid               ## CONSUMES\r
-  gEfiFormBrowser2ProtocolGuid                  ## CONSUMES\r
-  gEfiSerialIoProtocolGuid                      ## CONSUMES\r
-  gEfiDevicePathProtocolGuid                    ## CONSUMES\r
-  gEfiPciIoProtocolGuid                         ## CONSUMES\r
-  gEfiDevicePathToTextProtocolGuid              ## CONSUMES\r
-  gEfiBootLogoProtocolGuid                      ## CONSUMES\r
 \r
 [FeaturePcd]\r
 \r
 [Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes  ## CONSUMES\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang       ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow                       ## PRODUCES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn                    ## PRODUCES\r
-  ## CONSUMES\r
-  ## PRODUCES\r
-  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution       ## PRODUCES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution         ## PRODUCES\r
-  ## CONSUMES\r
-  ## SOMETIMES_PRODUCES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
-  ## CONSUMES\r
-  ## SOMETIMES_PRODUCES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn               ## CONSUMES ## SOMETIMES_PRODUCES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow                  ## CONSUMES ## SOMETIMES_PRODUCES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution  ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution    ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString           ## CONSUMES
\ No newline at end of file
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString           ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed                     ## CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UiAppExtra.uni\r