]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Library / DebugAgentTimerLibNull / DebugAgentTimerLibNull.inf
1 #/** @file
2 # Component description file for Base PCI Cf8 Library.
3 #
4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
5 # Layers on top of an I/O Library instance.
6 # Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 #**/
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = DebugAgentTimerLibNull
16 FILE_GUID = 02f04694-2c0a-4f1e-b0ce-64be25890b03
17 MODULE_TYPE = BASE
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = DebugAgentTimerLib|SEC BASE DXE_CORE
20
21
22 [Sources.common]
23 DebugAgentTimerLib.c
24
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 EmbeddedPkg/EmbeddedPkg.dec
29
30 [LibraryClasses]
31 IoLib
32