ArmPkg: Add Universal/Smbios/OemMiscLibNull
Add a Null implementation of OemMiscLib. OemMiscLib provides functions that platforms implement to fill in SMBIOS information for the SmbiosMiscDxe and ProcessSubClassDxe drivers. Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> Acked-by: Leif Lindholm <leif@nuviainc.com>
This commit is contained in:
committed by
mergify[bot]
parent
2c7c64fc04
commit
0e51d7e445
31
ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf
Normal file
31
ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf
Normal file
@@ -0,0 +1,31 @@
|
||||
#/** @file
|
||||
# OemMiscLib.inf
|
||||
#
|
||||
# Copyright (c) 2021, NUVIA Inc. All rights reserved.
|
||||
# Copyright (c) 2018, Hisilicon Limited. All rights reserved.
|
||||
# Copyright (c) 2018, Linaro Limited. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
#**/
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 1.29
|
||||
BASE_NAME = OemMiscLibNull
|
||||
FILE_GUID = e80b8e6b-fffb-4c39-b433-41de67c9d7b8
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = OemMiscLib
|
||||
|
||||
[Sources.common]
|
||||
OemMiscLib.c
|
||||
|
||||
[Packages]
|
||||
ArmPkg/ArmPkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
MdePkg/MdePkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
BaseMemoryLib
|
||||
|
Reference in New Issue
Block a user