]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / UefiCpuPkg / CpuS3DataDxe / CpuS3DataDxe.inf
CommitLineData
bfec5efa
MK
1## @file\r
2# ACPI CPU Data initialization module\r
3#\r
4# This module initializes the ACPI_CPU_DATA structure and registers the address\r
5# of this structure in the PcdCpuS3DataAddress PCD. This is a generic/simple\r
6# version of this module. It does not provide a machine check handler or CPU\r
7# register initialization tables for ACPI S3 resume. It also only supports the\r
8# number of CPUs reported by the MP Services Protocol, so this module does not\r
9# support hot plug CPUs. This module can be copied into a CPU specific package\r
10# and customized if these additional features are required.\r
11#\r
65b24ada 12# Copyright (c) 2013-2016, Intel Corporation. All rights reserved.<BR>\r
bfec5efa
MK
13# Copyright (c) 2015, Red Hat, Inc.\r
14#\r
15# This program and the accompanying materials\r
16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.php\r
19#\r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22#\r
23##\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = CpuS3DataDxe\r
2dc41d45 28 MODULE_UNI_FILE = CpuS3DataDxe.uni\r
bfec5efa
MK
29 FILE_GUID = 4D2E57EE-0E3F-44DD-93C4-D3B57E96945D\r
30 MODULE_TYPE = DXE_DRIVER\r
31 VERSION_STRING = 1.0\r
32 ENTRY_POINT = CpuS3DataInitialize\r
33\r
34# The following information is for reference only and not required by the build\r
35# tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64\r
38\r
39[Sources]\r
40 CpuS3Data.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
ca98f603 44 MdeModulePkg/MdeModulePkg.dec\r
bfec5efa
MK
45 UefiCpuPkg/UefiCpuPkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiDriverEntryPoint\r
49 UefiBootServicesTableLib\r
50 BaseMemoryLib\r
51 DebugLib\r
52 BaseLib\r
53 MtrrLib\r
54\r
55[Guids]\r
69206a06 56 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
bfec5efa
MK
57\r
58[Protocols]\r
59 gEfiMpServiceProtocolGuid ## CONSUMES\r
60\r
61[Pcd]\r
62 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES\r
63 gUefiCpuPkgTokenSpaceGuid.PcdCpuS3DataAddress ## PRODUCES\r
ca98f603 64 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable ## CONSUMES\r
bfec5efa
MK
65\r
66[Depex]\r
67 gEfiMpServiceProtocolGuid\r
2dc41d45
LG
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 CpuS3DataDxeExtra.uni\r