]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / MonotonicCounterRuntimeDxe / MonotonicCounterRuntimeDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
636578d3 2# This module produces the UEFI boot service GetNextMonotonicCount()\r
3# and runtime service GetNextHighMonotonicCount().\r
e70d34ca 4#\r
e5eed7d3 5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
e70d34ca 6#\r
e5eed7d3 7# This program and the accompanying materials\r
e70d34ca 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\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 IMPLIED.\r
13#\r
14#\r
6bfbb5f0 15##\r
e70d34ca 16\r
e70d34ca 17[Defines]\r
18 INF_VERSION = 0x00010005\r
53c71d09 19 BASE_NAME = MonotonicCounterRuntimeDxe\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
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
37\r
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
47\r
e70d34ca 48[Protocols]\r
7772b176 49 gEfiMonotonicCounterArchProtocolGuid ## PRODUCES\r
e70d34ca 50\r
51\r
e70d34ca 52[Depex]\r
53 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r