]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiPlatformDxe / AcpiPlatformDxe.inf
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