1## @file
2# Component description file for SmmAccess 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
17[Defines]
18  INF_VERSION                    = 0x00010005
19  BASE_NAME                      = SmmAccess
20  FILE_GUID                      = 274F0C8F-9E57-41d8-9966-29CCD48D31C2
21  MODULE_TYPE                    = DXE_DRIVER
22  VERSION_STRING                 = 1.0
23  ENTRY_POINT                    = SmmAccessDriverEntryPoint
24
25[Sources]
26  SmmAccessDriver.h
27  SmmAccessDriver.c
28
29[Packages]
30  MdePkg/MdePkg.dec
31  IntelFrameworkPkg/IntelFrameworkPkg.dec
32  QuarkSocPkg/QuarkSocPkg.dec
33
34[LibraryClasses]
35  HobLib
36  DebugLib
37  UefiLib
38  BaseLib
39  BaseMemoryLib
40  S3BootScriptLib
41  UefiDriverEntryPoint
42  UefiBootServicesTableLib
43  PcdLib
44  SmmLib
45
46[Protocols]
47  gEfiPciRootBridgeIoProtocolGuid
48  gEfiSmmAccess2ProtocolGuid
49
50[Guids]
51  gEfiSmmPeiSmramMemoryReserveGuid
52
53[Depex]
54  gEfiPciRootBridgeIoProtocolGuid
55