From c8cc44c4b29fbb9c009420d5b724792b3cc08674 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 1 Dec 2008 14:40:23 +0000 Subject: Remove several over-specific issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6796 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiLib/UefiLib.inf | 1 - MdePkg/Library/UefiLib/UefiLibInternal.h | 3 +-- MdePkg/Library/UefiLib/UefiNotTiano.c | 8 ++++---- 3 files changed, 5 insertions(+), 7 deletions(-) (limited to 'MdePkg/Library/UefiLib') diff --git a/MdePkg/Library/UefiLib/UefiLib.inf b/MdePkg/Library/UefiLib/UefiLib.inf index f995153916..ac39840580 100644 --- a/MdePkg/Library/UefiLib/UefiLib.inf +++ b/MdePkg/Library/UefiLib/UefiLib.inf @@ -53,7 +53,6 @@ BaseMemoryLib BaseLib UefiBootServicesTableLib - UefiRuntimeServicesTableLib DevicePathLib [Guids] diff --git a/MdePkg/Library/UefiLib/UefiLibInternal.h b/MdePkg/Library/UefiLib/UefiLibInternal.h index 14478cf934..a1e3d41f91 100644 --- a/MdePkg/Library/UefiLib/UefiLibInternal.h +++ b/MdePkg/Library/UefiLib/UefiLibInternal.h @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include @@ -28,10 +29,8 @@ #include #include -#include #include #include -#include #include #include #include diff --git a/MdePkg/Library/UefiLib/UefiNotTiano.c b/MdePkg/Library/UefiLib/UefiNotTiano.c index c40914ae5b..dcf2b86098 100644 --- a/MdePkg/Library/UefiLib/UefiNotTiano.c +++ b/MdePkg/Library/UefiLib/UefiNotTiano.c @@ -75,8 +75,8 @@ EfiCreateEventLegacyBoot ( /** Create an EFI event in the Legacy Boot Event Group and allows - the caller to specify a notification function. - + the caller to specify a notification function. + This function abstracts the creation of the Legacy Boot Event. The Framework moved from a proprietary to UEFI 2.0 based mechanism. This library abstracts the caller from how this event is created to prevent @@ -160,8 +160,8 @@ EfiCreateEventReadyToBoot ( /** Create an EFI event in the Ready To Boot Event Group and allows - the caller to specify a notification function. - + the caller to specify a notification function. + This function abstracts the creation of the Ready to Boot Event. The Framework moved from a proprietary to UEFI 2.0 based mechanism. This library abstracts the caller from how this event is created to prevent -- cgit v1.2.3