mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-17 15:48:10 +02:00
SmbiosMiscDxe provides SMBIOS tables 0, 1, 2, 3, 13, and 32. Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> Reviewed-by: Leif Lindholm <leif@nuviainc.com> Reviewed-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>
23 lines
684 B
Plaintext
23 lines
684 B
Plaintext
/** @file
|
|
* Based on files under Nt32Pkg/MiscSubClassPlatformDxe/
|
|
*
|
|
* Copyright (c) 2021, NUVIA Inc. All rights reserved.<BR>
|
|
* Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
|
* Copyright (c) 2015, Hisilicon Limited. All rights reserved.<BR>
|
|
* Copyright (c) 2015, Linaro Limited. All rights reserved.<BR>
|
|
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
*
|
|
*
|
|
**/
|
|
|
|
|
|
/=#
|
|
|
|
#langdef en-US "English"
|
|
|
|
#include "Type00/MiscBiosVendor.uni"
|
|
#include "Type01/MiscSystemManufacturer.uni"
|
|
#include "Type02/MiscBaseBoardManufacturer.uni"
|
|
#include "Type03/MiscChassisManufacturer.uni"
|
|
#include "Type13/MiscNumberOfInstallableLanguages.uni"
|