mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-05 23:21:27 +01:00
17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
// /** @file
|
|
// Module entry point library for PEIM.
|
|
//
|
|
// Module entry point library for PEIM.
|
|
//
|
|
// Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Module entry point library for PEIM"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "Module entry point library for PEIM."
|
|
|