mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-01-23 21:11:32 +01:00
17 lines
535 B
Plaintext
17 lines
535 B
Plaintext
// /** @file
|
|
// Legacy Bios Module to support CSM.
|
|
//
|
|
// This driver installs Legacy Bios Protocol to support CSM module work in EFI system.
|
|
//
|
|
// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Legacy Bios Module to support CSM"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This driver installs Legacy Bios Protocol to support CSM module work in a EFI system."
|
|
|