]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.inf
BaseTools: Check the fread function and avoid dead loop
[mirror_edk2.git] / CorebootModulePkg / Library / CbPlatformSupportLibNull / CbPlatformSupportLibNull.inf
CommitLineData
2f20bfd9 1## @file
2# Include all platform specific features which can be customized by IBV/OEM.
3#
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
f3342b7a 5# SPDX-License-Identifier: BSD-2-Clause-Patent
2f20bfd9 6#
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = CbPlatformSupportLib
12 MODULE_UNI_FILE = CbPlatformSupportLibNull.uni
13 FILE_GUID = B42AA265-00CA-4d4b-AC14-DBD5268E1BC7
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = CbPlatformSupportLib
17
18#
19# The following information is for reference only and not required by the build tools.
20#
21# VALID_ARCHITECTURES = IA32 X64 EBC
22#
23
24[Sources]
25 CbPlatformSupportLibNull.c
26
27[Packages]
28 MdePkg/MdePkg.dec
29 CorebootModulePkg/CorebootModulePkg.dec