]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / MonotonicCounterRuntimeDxe / MonotonicCounterRuntimeDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This module produces the UEFI boot service GetNextMonotonicCount() and runtime service GetNextHighMonotonicCount().\r
e70d34ca 3#\r
de005223 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
e70d34ca 5#\r
e5eed7d3 6# This program and the accompanying materials\r
e70d34ca 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
e70d34ca 15\r
e70d34ca 16[Defines]\r
17 INF_VERSION = 0x00010005\r
53c71d09 18 BASE_NAME = MonotonicCounterRuntimeDxe\r
6036e94d 19 MODULE_UNI_FILE = MonotonicCounterRuntimeDxe.uni\r
e70d34ca 20 FILE_GUID = AD608272-D07F-4964-801E-7BD3B7888652\r
21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
22 VERSION_STRING = 1.0\r
e70d34ca 23 ENTRY_POINT = MonotonicCounterDriverInitialize\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
de005223 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
e70d34ca 29#\r
30\r
6bfbb5f0 31[Sources]\r
e70d34ca 32 MonotonicCounter.c\r
33\r
34\r
e70d34ca 35[Packages]\r
36 MdePkg/MdePkg.dec\r
c8ad2d7a 37 MdeModulePkg/MdeModulePkg.dec\r
e70d34ca 38\r
e70d34ca 39[LibraryClasses]\r
40 UefiRuntimeServicesTableLib\r
41 UefiBootServicesTableLib\r
42 DebugLib\r
43 UefiRuntimeLib\r
44 UefiDriverEntryPoint\r
45 BaseLib\r
46\r
c8ad2d7a 47[Guids]\r
6036e94d
SZ
48 ## PRODUCES ## Variable:L"MTC"\r
49 ## CONSUMES ## Variable:L"MTC"\r
c8ad2d7a 50 gMtcVendorGuid\r
e70d34ca 51\r
e70d34ca 52[Protocols]\r
6036e94d 53 gEfiMonotonicCounterArchProtocolGuid ## PRODUCES\r
e70d34ca 54\r
55\r
e70d34ca 56[Depex]\r
57 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
6036e94d
SZ
58\r
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 MonotonicCounterRuntimeDxeExtra.uni\r