• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2# Component description file for SmmAccessPei module
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]
17INF_VERSION          = 0x00010005
18BASE_NAME            = SmmAccessPei
19FILE_GUID            = B4E0CDFC-30CD-4b29-A445-B0AA95A532E4
20MODULE_TYPE          = PEIM
21VERSION_STRING       = 1.0
22ENTRY_POINT          = SmmAccessPeiEntryPoint
23
24[Sources]
25  SmmAccessPei.c
26
27[Packages]
28  MdePkg/MdePkg.dec
29  MdeModulePkg/MdeModulePkg.dec
30  IntelFrameworkPkg/IntelFrameworkPkg.dec
31  QuarkSocPkg/QuarkSocPkg.dec
32
33[LibraryClasses]
34  PeimEntryPoint
35  BaseMemoryLib
36  MemoryAllocationLib
37  DebugLib
38  HobLib
39  PeiServicesLib
40  PciLib
41  SmmLib
42
43[Guids]
44  gEfiSmmPeiSmramMemoryReserveGuid             # ALWAYS_CONSUMED
45
46[Ppis]
47  gPeiSmmAccessPpiGuid                         # ALWAYS_PRODUCED
48  gEfiPeiMemoryDiscoveredPpiGuid               # ALWAYS_CONSUMED
49
50[Depex]
51  gEfiPeiMemoryDiscoveredPpiGuid
52