diff options
Diffstat (limited to 'MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf')
-rw-r--r-- | MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf index e2f0be551d..ebe1158728 100644 --- a/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf +++ b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf @@ -3,7 +3,7 @@ #
# Post Code Library that writes post code values to I/O port 0x80.
#
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -40,8 +40,9 @@ [LibraryClasses]
IoLib
PcdLib
+ DebugLib
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask ## CONSUMES
-
+ gEfiMdePkgTokenSpaceGuid.PcdPort80DataWidth ## CONSUMES
|