]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / PlatformSecureLibNull / PlatformSecureLibNull.inf
CommitLineData
0c18794e 1## @file\r
60c944c7
DG
2# NULL platform secure library instance that alway returns TRUE for a user physical present\r
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
0c18794e 10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PlatformSecureLibNull\r
60c944c7 22 MODULE_UNI_FILE = PlatformSecureLibNull.uni\r
0c18794e 23 FILE_GUID = 7FA68D82-10A4-4e71-9524-D3D9500D3CDF\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
0f7f6d23 26 LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER\r
c99bcf3d 27 CONSTRUCTOR = PlatformSecureLibNullConstructor\r
0c18794e 28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 PlatformSecureLibNull.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
c99bcf3d
LG
40 SecurityPkg/SecurityPkg.dec\r
41\r
42[Pcd]\r
43 gEfiSecurityPkgTokenSpaceGuid.PcdUserPhysicalPresence ## CONSUMES\r
44\r