]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / PlatformSecLibNull / PlatformSecLibNull.inf
1 ## @file
2 # Library functions for PlatformSecLib.
3 #
4 # Null instance of Platform Sec Lib.
5 #
6 # Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PlatformSecLibNull
14 MODULE_UNI_FILE = PlatformSecLibNull.uni
15 FILE_GUID = 6695974D-968C-420b-80B9-7870CD20118F
16 MODULE_TYPE = SEC
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PlatformSecLib
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources]
27 PlatformSecLibNull.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 UefiCpuPkg/UefiCpuPkg.dec