VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf

Last change on this file was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1## @file
2# Sample ACPI Platform Driver
3#
4# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = AcpiPlatform
12 MODULE_UNI_FILE = AcpiPlatform.uni
13 FILE_GUID = cb933912-df8f-4305-b1f9-7b44fa11395c
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = AcpiPlatformEntryPoint
17
18#
19# The following information is for reference only and not required by the build tools.
20#
21# VALID_ARCHITECTURES = IA32 X64 EBC
22#
23
24[Sources]
25 AcpiPlatform.c
26
27[Packages]
28 MdePkg/MdePkg.dec
29 MdeModulePkg/MdeModulePkg.dec
30
31[LibraryClasses]
32 UefiLib
33 PcdLib
34 DebugLib
35 UefiBootServicesTableLib
36 UefiDriverEntryPoint
37
38[Protocols]
39 gEfiAcpiTableProtocolGuid ## CONSUMES
40 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
41
42[Pcd]
43 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile ## CONSUMES
44
45[Depex]
46 gEfiAcpiTableProtocolGuid
47
48[UserExtensions.TianoCore."ExtraFiles"]
49 AcpiPlatformExtra.uni
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use