]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / PlatformSecureLibNull / PlatformSecureLibNull.inf
CommitLineData
0c18794e 1## @file\r
fc70522f 2# NULL platform secure library instance that always returns TRUE for a user physical present\r
60c944c7 3#\r
b3548d32 4# NULL PlatformSecureLib instance does NOT really detect whether a physical present\r
60c944c7 5# user exists but returns TRUE directly. This instance can be used to verify security\r
a7450323 6# related features during platform enabling and development. It should be replaced\r
7# by a platform-specific method(e.g. Button pressed) in a real platform for product.\r
0c18794e 8#\r
b3548d32 9# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
0c18794e 11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PlatformSecureLibNull\r
60c944c7 17 MODULE_UNI_FILE = PlatformSecureLibNull.uni\r
0c18794e 18 FILE_GUID = 7FA68D82-10A4-4e71-9524-D3D9500D3CDF\r
c5386c78 19 MODULE_TYPE = BASE\r
0c18794e 20 VERSION_STRING = 1.0\r
c5386c78 21 LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER MM_STANDALONE\r
c99bcf3d 22 CONSTRUCTOR = PlatformSecureLibNullConstructor\r
0c18794e 23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
4cecd19a 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
0c18794e 28#\r
29\r
30[Sources]\r
31 PlatformSecureLibNull.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
c99bcf3d
LG
35 SecurityPkg/SecurityPkg.dec\r
36\r
37[Pcd]\r
38 gEfiSecurityPkgTokenSpaceGuid.PcdUserPhysicalPresence ## CONSUMES\r
39\r