]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / Library / SecFspSecPlatformLibNull / SecFspSecPlatformLibNull.inf
... / ...
CommitLineData
1## @file\r
2# NULL instance of Platform Sec Lib.\r
3#\r
4# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
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
26# VALID_ARCHITECTURES = IA32\r
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
39 Ia32/Flat32.nasm\r
40 Ia32/SecCarInit.nasm\r
41\r
42################################################################################\r
43#\r
44# Package Dependency Section - list of Package files that are required for\r
45# this module.\r
46#\r
47################################################################################\r
48\r
49[Packages]\r
50 MdePkg/MdePkg.dec\r
51 IntelFsp2Pkg/IntelFsp2Pkg.dec\r