]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
DynamicTablesPkg: GTDT updates for ACPI 6.3
[mirror_edk2.git] / IntelFspPkg / Library / SecFspSecPlatformLibNull / SecFspSecPlatformLibNull.inf
1 ## @file
2 # NULL instance of Platform Sec Lib.
3 #
4 # Copyright (c) 2014 - 2015, 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 = 03DA99B3-DDF4-4c7e-8CCA-216FC3F1F311
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.asm
40 Ia32/Flat32.s
41 Ia32/SecCarInit.asm
42 Ia32/SecCarInit.s
43
44 ################################################################################
45 #
46 # Package Dependency Section - list of Package files that are required for
47 # this module.
48 #
49 ################################################################################
50
51 [Packages]
52 MdePkg/MdePkg.dec
53 IntelFspPkg/IntelFspPkg.dec