]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
OvmfPkg/PlatformPei: SEV: allocate pages of initial SMRAM save state map
[mirror_edk2.git] / OvmfPkg / Library / SmmCpuFeaturesLib / SmmCpuFeaturesLib.inf
... / ...
CommitLineData
1## @file\r
2# The CPU specific programming for PiSmmCpuDxeSmm module.\r
3#\r
4# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials are licensed and made available\r
7# under the terms and conditions of the BSD License which accompanies this\r
8# distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
13# IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SmmCpuFeaturesLib\r
20 MODULE_UNI_FILE = SmmCpuFeaturesLib.uni\r
21 FILE_GUID = AC9991BE-D77A-464C-A8DE-A873DB8A4836\r
22 MODULE_TYPE = DXE_SMM_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = SmmCpuFeaturesLib\r
25 CONSTRUCTOR = SmmCpuFeaturesLibConstructor\r
26\r
27[Sources]\r
28 SmmCpuFeaturesLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 OvmfPkg/OvmfPkg.dec\r
33 UefiCpuPkg/UefiCpuPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 DebugLib\r
39 SmmServicesTableLib\r