X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FApplication%2FUiApp%2FUiApp.inf;h=d144462ce46d3d2fac5b5bc5cf9a26ffbde63e6d;hp=d3f4ea6b20fcb5fe6056d36b1dff8bee1ec72901;hb=15b52294fde607003f532b533eaad5c6c44049ba;hpb=ce7690e267dc3205357e0d0e3a57e2b6fd1de895 diff --git a/MdeModulePkg/Application/UiApp/UiApp.inf b/MdeModulePkg/Application/UiApp/UiApp.inf index d3f4ea6b20..d144462ce4 100644 --- a/MdeModulePkg/Application/UiApp/UiApp.inf +++ b/MdeModulePkg/Application/UiApp/UiApp.inf @@ -1,7 +1,7 @@ ## @file # UiApp module is driver for BDS phase. # -# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -29,14 +29,16 @@ [Sources] FrontPage.h - Language.h String.h Ui.h FrontPageVfr.Vfr FrontPageStrings.uni FrontPage.c String.c - Language.c + FrontPageCustomizedUi.c + FrontPageCustomizedUiSupport.c + FrontPageCustomizedUi.h + FrontPageCustomizedUiSupport.h [Packages] MdePkg/MdePkg.dec @@ -80,6 +82,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES + gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## CONSUMES [UserExtensions.TianoCore."ExtraFiles"] - UiFrontPageAppExtra.uni + UiAppExtra.uni