]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update library class and library instance description for UefiLib to follows specific...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 10 Oct 2008 08:06:02 +0000 (08:06 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 10 Oct 2008 08:06:02 +0000 (08:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6102 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/UefiLib.h
MdePkg/Library/UefiLib/UefiLib.inf

index e147f545c57d02aae417cb9f7e8ca0b7c872e868..4da1c4f550fe84c7abe8fc5dea74717d01e26895 100644 (file)
@@ -1,5 +1,9 @@
 /** @file\r
-  MDE UEFI library functions and macros\r
+  The UEFI Library provides functions and macros that simplify the development of \r
+  UEFI Drivers and UEFI Applications.  These functions and macros help manage EFI \r
+  events, build simple locks utilizing EFI Task Priority Levels (TPLs), install \r
+  EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers, \r
+  and print messages on the console output and standard error devices.\r
 \r
   Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
index 04c61c83f1491a591e80f9b8ead8a4ef11046c54..2070a0b84345652297fb4abd0f8cc86165d2806b 100644 (file)
@@ -1,11 +1,9 @@
 #/** @file\r
-# Component description file for the entry point to a EFIDXE Drivers\r
-#\r
-# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification\r
-#\r
-#  Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts with library functions and supporting implementations of the old\r
-#  (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services.\r
-# Copyright (c) 2007, Intel Corporation.\r
+#  The UEFI Library provides functions and macros that simplify the development of \r
+#  UEFI Drivers and UEFI Applications.  These functions and macros help manage EFI \r
+#  events, build simple locks utilizing EFI Task Priority Levels (TPLs), install \r
+#  EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers, \r
+#  and print messages on the console output and standard error devices.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r