mirror of https://github.com/acidanthera/audk.git
14 lines
475 B
Plaintext
14 lines
475 B
Plaintext
// /** @file
|
|
// Dummy instance of DXE Services Table Library for DxeCore.
|
|
//
|
|
// Copyright (c) 2021, Marvin Häuser. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Dummy instance for DxeCore"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "DXE Services Table Library retrieves a pointer to the DXE Services Table from the Configuration Table in the EFI System Table."
|