1#/** @file
2# Platform SEC Library for Quark.
3#
4# Copyright (c) 2013-2015 Intel Corporation.
5#
6# This program and the accompanying materials
7# are licensed and made available under the terms and conditions of the BSD License
8# which accompanies this distribution.  The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14#**/
15
16[Defines]
17  INF_VERSION                    = 0x00010005
18  BASE_NAME                      = PlatformSecLib
19  FILE_GUID                      = 8DE4221F-A9CC-4c78-85B9-D863681F0C01
20  MODULE_TYPE                    = SEC
21  VERSION_STRING                 = 1.0
22  LIBRARY_CLASS                  = PlatformSecLib
23  MODULE_UNI_FILE                = PlatformSecLibModStrs.uni
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28#  VALID_ARCHITECTURES           = IA32
29#
30
31[Sources]
32  PlatformSecLib.c
33
34[Sources.IA32]
35  Ia32/Flat32.asm | MSFT
36  Ia32/Flat32.asm | INTEL
37  Ia32/Flat32.S   | GCC
38
39[Packages]
40  MdePkg/MdePkg.dec
41  UefiCpuPkg/UefiCpuPkg.dec
42  QuarkPlatformPkg/QuarkPlatformPkg.dec
43
44[LibraryClasses]
45  DebugLib
46  BaseLib
47  BaseMemoryLib
48  PciLib
49  PcdLib
50  HobLib
51  MtrrLib
52
53[Pcd]
54  gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base         ## CONSUMES
55  gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoveryBase     ## CONSUMES
56  gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress    ## CONSUMES
57  gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize           ## CONSUMES
58
59[Ppis]
60  gEfiSecPlatformInformationPpiGuid   ## UNDEFINED # it is used as GUIDED HOB
61