VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiPayloadPkg/SmmAccessDxe/SmmAccessDxe.inf@ 105681

最後變更 在這個檔案從105681是 99404,由 vboxsync 提交於 23 月 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.1 KB
 
1## @file
2# SMM Access 2 Protocol Dxe Driver
3#
4# This module produces the SMM Access 2 Protocol.
5#
6# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = SmmAccessDxe
15 FILE_GUID = 47579CF5-1E4F-4b41-99BB-A5C334846D3B
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = SmmAccessEntryPoint
19
20#
21# The following information is for reference only and not required by the build tools.
22#
23# VALID_ARCHITECTURES = IA32 X64
24#
25
26[Sources]
27 SmmAccessDxe.c
28 SmmAccessDxe.h
29
30[Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 UefiPayloadPkg/UefiPayloadPkg.dec
34
35[LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 DebugLib
39 BaseLib
40 BaseMemoryLib
41 MemoryAllocationLib
42 HobLib
43
44[Guids]
45 gEfiSmmSmramMemoryGuid
46
47[Protocols]
48 gEfiSmmAccess2ProtocolGuid ## PRODUCES
49
50[Depex]
51 TRUE
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette