]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformSecureLib / PlatformSecureLib.inf
1 ## @file
2 # Provides a secure platform-specific method to detect physically present user.
3 #
4 # Copyright (c) 2013 Intel Corporation.
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = PlatformSecureLib
13 FILE_GUID = 38BB5221-F685-469f-846E-F1C508FC5F4A
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER
17 CONSTRUCTOR = PlatformSecureLibInitialize
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32
23 #
24
25 [Sources]
26 PlatformSecureLib.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 QuarkSocPkg/QuarkSocPkg.dec
31 QuarkPlatformPkg/QuarkPlatformPkg.dec
32
33 [LibraryClasses]
34 DebugLib
35 PlatformHelperLib
36 UefiBootServicesTableLib
37 I2cLib
38
39 [Pcd]
40 gQuarkPlatformTokenSpaceGuid.PcdPlatformType
41 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent