]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiPlatformDxe / AcpiPlatformDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
5f55c700 2# Sample ACPI Platform Driver\r
3#\r
d1102dba 4# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1102dba 6#\r
6bfbb5f0 7##\r
5f55c700 8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = AcpiPlatform\r
6036e94d 12 MODULE_UNI_FILE = AcpiPlatform.uni\r
5f55c700 13 FILE_GUID = cb933912-df8f-4305-b1f9-7b44fa11395c\r
14 MODULE_TYPE = DXE_DRIVER\r
15 VERSION_STRING = 1.0\r
5f55c700 16 ENTRY_POINT = AcpiPlatformEntryPoint\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
de005223 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
5f55c700 22#\r
23\r
188e4e84 24[Sources]\r
5f55c700 25 AcpiPlatform.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30\r
31[LibraryClasses]\r
32 UefiLib\r
5f55c700 33 PcdLib\r
5f55c700 34 DebugLib\r
35 UefiBootServicesTableLib\r
36 UefiDriverEntryPoint\r
37\r
38[Protocols]\r
6036e94d 39 gEfiAcpiTableProtocolGuid ## CONSUMES\r
131818ba 40 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES\r
5f55c700 41\r
188e4e84 42[Pcd]\r
6036e94d 43 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile ## CONSUMES\r
5f55c700 44\r
45[Depex]\r
46 gEfiAcpiTableProtocolGuid\r
47\r
6036e94d
SZ
48[UserExtensions.TianoCore."ExtraFiles"]\r
49 AcpiPlatformExtra.uni\r