]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/UiApp/UiApp.inf
UiApp code split from IntelFrameworkModulePkg/Universal/BdsDxe driver.
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / UiApp.inf
diff --git a/MdeModulePkg/Application/UiApp/UiApp.inf b/MdeModulePkg/Application/UiApp/UiApp.inf
new file mode 100644 (file)
index 0000000..ba2b7b1
--- /dev/null
@@ -0,0 +1,143 @@
+## @file\r
+#  UiApp module is driver for BDS phase.\r
+#\r
+#  Copyright (c) 2015, 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
+#  http://opensource.org/licenses/bsd-license.php\r
+#  \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
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = UiApp\r
+  FILE_GUID                      = 462CAA21-7614-4503-836E-8AB6F4662331\r
+  MODULE_TYPE                    = UEFI_APPLICATION\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = InitializeUserInterface\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources]\r
+  FrontPage.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
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  DevicePathLib\r
+  BaseLib\r
+  HobLib\r
+  UefiRuntimeServicesTableLib\r
+  ReportStatusCodeLib\r
+  MemoryAllocationLib\r
+  UefiLib\r
+  UefiBootServicesTableLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  PrintLib\r
+  HiiLib\r
+  UefiApplicationEntryPoint\r
+  PcdLib\r
+  UefiHiiServicesLib\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
+[Protocols]\r
+  gEfiSimpleFileSystemProtocolGuid              ## PROTOCOL CONSUMES\r
+  gEfiLoadFileProtocolGuid                      ## PROTOCOL CONSUMES\r
+  gEfiSmbiosProtocolGuid                        ## PROTOCOL CONSUMES\r
+  gEfiGenericMemTestProtocolGuid                ## PROTOCOL CONSUMES\r
+  gEfiLegacyBiosProtocolGuid                    ## PROTOCOL CONSUMES\r
+  gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES\r
+  gEfiBlockIoProtocolGuid                       ## PROTOCOL CONSUMES\r
+  gEfiGraphicsOutputProtocolGuid                ## PROTOCOL SOMETIMES_CONSUMES\r
+  gEfiSimpleTextInputExProtocolGuid             ## PROTOCOL CONSUMES\r
+  gEfiHiiConfigAccessProtocolGuid               ## PROTOCOL CONSUMES\r
+  gEfiFormBrowser2ProtocolGuid                  ## PROTOCOL CONSUMES\r
+  gEfiSerialIoProtocolGuid                      ## PROTOCOL CONSUMES\r
+  gEfiDevicePathProtocolGuid                    ## PROTOCOL CONSUMES\r
+  gEfiPciIoProtocolGuid                         ## PROTOCOL CONSUMES\r
+  gEfiDevicePathToTextProtocolGuid              ## PROTOCOL CONSUMES\r
+  gEfiBootLogoProtocolGuid                      ## PROTOCOL CONSUMES\r
+\r
+[FeaturePcd]\r
+\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
+  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r