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