X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiRuntimeServicesTableLib%2FUefiRuntimeServicesTableLib.c;h=e2e91939efe2868c4bb0dc54f647c73620f7a83e;hb=9344f0921518309295da89c221d10cbead8531aa;hp=3ef317f14c53c875855766be2126b85df950c037;hpb=a73480f6f2e211947ac19ef049adcba6f50bb655;p=mirror_edk2.git diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c index 3ef317f14c..e2e91939ef 100644 --- a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c +++ b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c @@ -1,34 +1,17 @@ /** @file UEFI Runtime Services Table Library. - 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 - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php + This library instance retrieve EFI_RUNTIME_SERVICES pointer from EFI system table + in library's constructor. - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - Module Name: UefiRuntimeServicesTableLib.c + Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent **/ -// -// The package level header files this module uses -// -#include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// -#include +#include #include -#include "UefiRuntimeServicesTableLibInternal.h" - EFI_RUNTIME_SERVICES *gRT = NULL; /**