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