]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg: Update UiApp to not display itself
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / UiApp.inf
index 26c6b1b94db4be010ffbdfe8a804f7109a28a170..9553c7bab56930cf7823e25bd3a4b1aa74e9ba23 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  UiApp module is driver for BDS phase.\r
 #\r
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 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
@@ -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
   gEfiPciIoProtocolGuid                         ## CONSUMES\r
   gEfiDevicePathToTextProtocolGuid              ## CONSUMES\r
   gEfiBootLogoProtocolGuid                      ## CONSUMES\r
+  gEfiLoadedImageDevicePathProtocolGuid         ## CONSUMES\r
 \r
 [FeaturePcd]\r
 \r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution  ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution    ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString           ## CONSUMES
\ No newline at end of file
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString           ## CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UiAppExtra.uni\r