]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
ShellBinPkg: Ia32/X64 Shell binary update.
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformSecureLib / PlatformSecureLib.inf
CommitLineData
b303605e
MK
1## @file\r
2# Provides a secure platform-specific method to detect physically present user.\r
3#\r
4# Copyright (c) 2013 Intel Corporation.\r
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#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PlatformSecureLib\r
19 FILE_GUID = 38BB5221-F685-469f-846E-F1C508FC5F4A\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER\r
23 CONSTRUCTOR = PlatformSecureLibInitialize\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32\r
29#\r
30\r
31[Sources]\r
32 PlatformSecureLib.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 QuarkSocPkg/QuarkSocPkg.dec\r
37 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
38\r
39[LibraryClasses]\r
40 DebugLib\r
41 PlatformHelperLib\r
42 UefiBootServicesTableLib\r
43 I2cLib\r
44\r
45[Pcd]\r
46 gQuarkPlatformTokenSpaceGuid.PcdPlatformType\r
47 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent\r