]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / Library / SecFspSecPlatformLibNull / SecFspSecPlatformLibNull.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# NULL instance of Platform Sec Lib.\r
3#\r
6bec5a66 4# Copyright (c) 2014 - 2022, Intel Corporation. All rights reserved.<BR>\r
cf1d4549 5#\r
9672cd30 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
7#\r
8##\r
9\r
10################################################################################\r
11#\r
12# Defines Section - statements that will be processed to create a Makefile.\r
13#\r
14################################################################################\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = BaseFspSecPlatformLibNull\r
18 FILE_GUID = C128CADC-623E-4E41-97CB-A7138E627460\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FspSecPlatformLib\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
6bec5a66 26# VALID_ARCHITECTURES = IA32 X64\r
cf1d4549
JY
27#\r
28\r
29################################################################################\r
30#\r
31# Sources Section - list of files that are required for the build to succeed.\r
32#\r
33################################################################################\r
34\r
35[Sources]\r
36 PlatformSecLibNull.c\r
37\r
38[Sources.IA32]\r
b295fbba 39 Ia32/Flat32.nasm\r
b295fbba 40 Ia32/SecCarInit.nasm\r
cf1d4549 41\r
6bec5a66
TK
42[Sources.X64]\r
43 X64/Long64.nasm\r
44 X64/SecCarInit.nasm\r
45\r
cf1d4549
JY
46################################################################################\r
47#\r
48# Package Dependency Section - list of Package files that are required for\r
49# this module.\r
50#\r
51################################################################################\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 IntelFsp2Pkg/IntelFsp2Pkg.dec\r