]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/Library/PlatformSupportLibNull/PlatformSupportLibNull.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiPayloadPkg / Library / PlatformSupportLibNull / PlatformSupportLibNull.inf
1 ## @file
2 # Include all platform specific features which can be customized by IBV/OEM.
3 #
4 # Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = PlatformSupportLib
12 FILE_GUID = B42AA265-00CA-4d4b-AC14-DBD5268E1BC7
13 MODULE_TYPE = BASE
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = PlatformSupportLib
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32 X64 EBC
21 #
22
23 [Sources]
24 PlatformSupportLibNull.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 UefiPayloadPkg/UefiPayloadPkg.dec