From: klu2 Date: Wed, 3 Sep 2008 08:44:12 +0000 (+0000) Subject: Add more comment for library instance and remove unused internal header file. X-Git-Tag: edk2-stable201903~20421 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f36a7bf58c305a14b50902cbf763211f6ef5e52f Add more comment for library instance and remove unused internal header file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5799 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c index e664a0f5c2..89126dc167 100644 --- a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c +++ b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c @@ -1,6 +1,9 @@ /** @file UEFI Runtime Services Table Library. + This library instance retrieve EFI_RUNTIME_SERVICES pointer from EFI system table + in library's constructor. + Copyright (c) 2006, 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