diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-05-06 03:28:12 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-05-06 03:28:12 +0000 |
commit | 3214cebd8407d47a1db24ad1a1d4bb91c12341a2 (patch) | |
tree | 2f19a5792bcdb8869697c9129cda3f1bfc942d13 | |
parent | 86a9c7a74d3803ff4111c9af54358bfb895fd54b (diff) | |
download | edk2-platforms-3214cebd8407d47a1db24ad1a1d4bb91c12341a2.tar.xz |
EmulatorPkg: Use the new PCDs defined in MdePkg.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17319 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf b/EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf index 1e121ee38e..526a159b96 100644 --- a/EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf +++ b/EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf @@ -2,7 +2,7 @@ # Platfrom BDS driver
#
# Do platform action customized by IBV/OEM.
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
# Portions copyright (c) 2011, Apple Inc. All rights reserved.
#
# This program and the accompanying materials
@@ -59,7 +59,7 @@ [Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
- gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut
+ gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
[Depex]
|