]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / EmbeddedMonotonicCounter / EmbeddedMonotonicCounter.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4# SPDX-License-Identifier: BSD-2-Clause-Patent\r
5#\r
6#**/\r
7\r
8[Defines]\r
9 INF_VERSION = 0x00010005\r
10 BASE_NAME = EmbeddedMonotonicCounter\r
11 FILE_GUID = FCABE6A7-7953-4A84-B7EC-D29E89B62E87\r
12 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
13 VERSION_STRING = 1.0\r
14\r
15 ENTRY_POINT = MonotonicCounterDriverInitialize\r
16\r
17[Sources.common]\r
18 EmbeddedMonotonicCounter.c\r
19\r
20[Packages]\r
21 MdePkg/MdePkg.dec\r
22\r
23[LibraryClasses]\r
24 BaseLib\r
25 DebugLib\r
26 UefiBootServicesTableLib\r
27 UefiDriverEntryPoint\r
28 UefiRuntimeServicesTableLib\r
29\r
30[Protocols]\r
31 gEfiMonotonicCounterArchProtocolGuid\r
32\r
33[Depex]\r
34 TRUE\r
35\r