]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLib.inf
QuarkPlatformPkg: Add Readme.md for QuarkPlatformPkg
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformSecLib / PlatformSecLib.inf
CommitLineData
b303605e
MK
1#/** @file\r
2# Platform SEC Library for Quark.\r
3#\r
4# Copyright (c) 2013-2015 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 = PlatformSecLib\r
19 FILE_GUID = 8DE4221F-A9CC-4c78-85B9-D863681F0C01\r
20 MODULE_TYPE = SEC\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PlatformSecLib\r
23 MODULE_UNI_FILE = PlatformSecLibModStrs.uni\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 PlatformSecLib.c\r
33\r
34[Sources.IA32]\r
35 Ia32/Flat32.asm | MSFT\r
36 Ia32/Flat32.asm | INTEL\r
37 Ia32/Flat32.S | GCC\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 UefiCpuPkg/UefiCpuPkg.dec\r
42 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
43\r
44[LibraryClasses]\r
45 DebugLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48 PciLib\r
49 PcdLib\r
50 HobLib\r
51 MtrrLib\r
52\r
53[Pcd]\r
54 gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base ## CONSUMES\r
55 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoveryBase ## CONSUMES\r
56 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress ## CONSUMES\r
57 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize ## CONSUMES\r
58\r
59[Ppis]\r
60 gEfiSecPlatformInformationPpiGuid ## UNDEFINED # it is used as GUIDED HOB\r