]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
IntelFspPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspPkg / Library / SecFspSecPlatformLibNull / SecFspSecPlatformLibNull.inf
CommitLineData
c8ec22a2 1## @file\r
b34eb190 2# NULL instance of Platform Sec Lib.\r
c8ec22a2 3#\r
b34eb190 4# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
c8ec22a2 5#\r
16a16ea6 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c8ec22a2
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
9da59186 17 BASE_NAME = BaseFspSecPlatformLibNull\r
5ce0e518 18 FILE_GUID = 03DA99B3-DDF4-4c7e-8CCA-216FC3F1F311\r
c8ec22a2
JY
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
9da59186 21 LIBRARY_CLASS = FspSecPlatformLib\r
c8ec22a2 22\r
c8ec22a2
JY
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
9da59186 26# VALID_ARCHITECTURES = IA32\r
c8ec22a2
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
9da59186
JY
38[Sources.IA32]\r
39 Ia32/Flat32.asm\r
40 Ia32/Flat32.s\r
41 Ia32/SecCarInit.asm\r
42 Ia32/SecCarInit.s\r
c8ec22a2
JY
43\r
44################################################################################\r
45#\r
46# Package Dependency Section - list of Package files that are required for\r
47# this module.\r
48#\r
49################################################################################\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
9da59186 53 IntelFspPkg/IntelFspPkg.dec\r