]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuCacheInfoLib/DxeCpuCacheInfoLib.inf
UefiCpuPkg/CpuCacheInfoLib: Sort CpuCacheInfo array
[mirror_edk2.git] / UefiCpuPkg / Library / CpuCacheInfoLib / DxeCpuCacheInfoLib.inf
1 ## @file
2 # CPU Cache Info Library instance for DXE driver.
3 #
4 # Provides cache info for each package, core type, cache level and cache type.
5 #
6 # Copyright (c) 2020 - 2021, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = DxeCpuCacheInfoLib
15 FILE_GUID = B25C288F-C309-41F1-8325-37E64DC5EA3D
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = CpuCacheInfoLib|DXE_DRIVER UEFI_APPLICATION
19 MODULE_UNI_FILE = CpuCacheInfoLib.uni
20
21 [Sources]
22 InternalCpuCacheInfoLib.h
23 CpuCacheInfoLib.c
24 DxeCpuCacheInfoLib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 UefiCpuPkg/UefiCpuPkg.dec
30
31 [LibraryClasses]
32 BaseLib
33 DebugLib
34 BaseMemoryLib
35 MemoryAllocationLib
36 UefiBootServicesTableLib
37 SortLib
38
39 [Protocols]
40 gEfiMpServiceProtocolGuid
41
42 [Pcd]
43
44 [Depex]
45 gEfiMpServiceProtocolGuid