summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiPalLib/UefiPalLib.inf
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-24 05:55:41 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-24 05:55:41 +0000
commite43e4b3e8cb381cffa146ac8c0f329bbb4c4b593 (patch)
treec9a0a97fc0ba22542e50e8046c4c73ae742bb138 /MdePkg/Library/UefiPalLib/UefiPalLib.inf
parent519f076a478a7da9ff4b9d5327a993b1fc2968e8 (diff)
downloadedk2-e43e4b3e8cb381cffa146ac8c0f329bbb4c4b593.tar.gz
edk2-e43e4b3e8cb381cffa146ac8c0f329bbb4c4b593.tar.bz2
edk2-e43e4b3e8cb381cffa146ac8c0f329bbb4c4b593.zip
Refine new library instances according to review comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6692 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiPalLib/UefiPalLib.inf')
-rw-r--r--MdePkg/Library/UefiPalLib/UefiPalLib.inf10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Library/UefiPalLib/UefiPalLib.inf b/MdePkg/Library/UefiPalLib/UefiPalLib.inf
index ae2a564472..61cf6b0f9a 100644
--- a/MdePkg/Library/UefiPalLib/UefiPalLib.inf
+++ b/MdePkg/Library/UefiPalLib/UefiPalLib.inf
@@ -1,10 +1,10 @@
# @file
-# Uefi Instance of PAL Library Class
+# UEFI Instance of PAL Library Class.
#
-# This library implements the PAL Library Class by getting the PAL entry from SAL System
-# Table, and use AsmPalCall to produce the Pal Call.
+# This instance of PAL library retrieves the PAL Entry Point from the SAL System Table
+# register in the EFI System Confguration Table.
#
-# Copyright (c) 2007, Intel Corporation.
+# Copyright (c) 2007 - 2008, 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
@@ -21,7 +21,7 @@
BASE_NAME = UefiPalLib
FILE_GUID = B7F30170-9E5F-482a-B553-A145A5787003
MODULE_TYPE = UEFI_DRIVER
- VERSION_STRING = 1.04
+ VERSION_STRING = 1.0
LIBRARY_CLASS = PalLib|UEFI_DRIVER UEFI_APPLICATION
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000