]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf
Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/CREATOR_I...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Acpi / AcpiSupportDxe / AcpiSupportDxe.inf
CommitLineData
8a96515e 1## @file\r
2# Acpi Support Dirver to install Acpi Support Protocol.\r
3#\r
4# This driver initializes ACPI support protocol instance data structure and intstall \r
5# ACPI support protocol to provide Get, Set and Publish Table services.\r
6#\r
e84f07b5 7# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
8a96515e 8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions\r
11# of the BSD License which accompanies this distribution. The\r
12# full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = AcpiSupportDxe\r
23 FILE_GUID = 506533a6-e626-4500-b14f-17939c0e5b60\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = InstallAcpiSupport\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 AcpiSupportAcpiSupportProtocol.c\r
37 AcpiSupport.h\r
38 AcpiSupport.c\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
45 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 UefiDriverEntryPoint\r
51 BaseMemoryLib\r
52 UefiLib\r
53 DebugLib\r
54 BaseLib\r
55 PcdLib\r
56\r
57\r
58[Guids]\r
59 gEfiAcpi10TableGuid # ALWAYS_CONSUMED\r
60 gEfiAcpiTableGuid\r
61\r
62[FeaturePcd]\r
63 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdInstallAcpiSupportProtocol\r
64\r
e84f07b5
SZ
65[Pcd]\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision\r
71\r
8a96515e 72[Protocols]\r
73 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
74 gEfiAcpiSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
75\r
76[Depex]\r
77 TRUE\r