mirror of https://github.com/acidanthera/audk.git
EdkCompatibilityPkg: Use the new PCDs defined in MdePkg.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17316 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dd94583b48
commit
fb44db736b
|
@ -7,7 +7,7 @@
|
||||||
# data format complying to UEFI HII specification.
|
# data format complying to UEFI HII specification.
|
||||||
#
|
#
|
||||||
# This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol found in the platform..
|
# This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol found in the platform..
|
||||||
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
gEfiFormBrowserCompatibilityProtocolGuid
|
gEfiFormBrowserCompatibilityProtocolGuid
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut
|
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiHiiDatabaseProtocolGuid AND
|
gEfiHiiDatabaseProtocolGuid AND
|
||||||
|
|
Loading…
Reference in New Issue