]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[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
JY
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15################################################################################\r
16#\r
17# Defines Section - statements that will be processed to create a Makefile.\r
18#\r
19################################################################################\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
9da59186 22 BASE_NAME = BaseFspSecPlatformLibNull\r
5ce0e518 23 FILE_GUID = 03DA99B3-DDF4-4c7e-8CCA-216FC3F1F311\r
c8ec22a2
JY
24 MODULE_TYPE = SEC\r
25 VERSION_STRING = 1.0\r
9da59186 26 LIBRARY_CLASS = FspSecPlatformLib\r
c8ec22a2 27\r
c8ec22a2
JY
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
9da59186 31# VALID_ARCHITECTURES = IA32\r
c8ec22a2
JY
32#\r
33\r
34################################################################################\r
35#\r
36# Sources Section - list of files that are required for the build to succeed.\r
37#\r
38################################################################################\r
39\r
40[Sources]\r
41 PlatformSecLibNull.c\r
42\r
9da59186
JY
43[Sources.IA32]\r
44 Ia32/Flat32.asm\r
45 Ia32/Flat32.s\r
46 Ia32/SecCarInit.asm\r
47 Ia32/SecCarInit.s\r
c8ec22a2
JY
48\r
49################################################################################\r
50#\r
51# Package Dependency Section - list of Package files that are required for\r
52# this module.\r
53#\r
54################################################################################\r
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
9da59186 58 IntelFspPkg/IntelFspPkg.dec\r