diff options
Diffstat (limited to 'MdePkg/Library/BasePostCodeLibPort80')
-rw-r--r-- | MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf index 87fda15b10..9c9001a4ef 100644 --- a/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf +++ b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf @@ -1,9 +1,9 @@ -#/** @file
+## @file
# Instance of Post Code Library using I/O port 0x80.
#
# Post Code Library that writes post code values to I/O port 0x80.
#
-# Copyright (c) 2007 - 2008, Intel Corporation.
+# Copyright (c) 2007 - 2010, 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
@@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
@@ -28,7 +28,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
-[Sources.common]
+[Sources]
PostCode.c
@@ -41,6 +41,6 @@ PcdLib
-[Pcd.common]
+[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask
|