]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
A few more header fixes
[mirror_edk2.git] / EmbeddedPkg / EmbeddedMonotonicCounter / EmbeddedMonotonicCounter.inf
CommitLineData
09f8b4e2
A
1#/** @file\r
2# \r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.\r
4# All rights reserved. This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11# \r
12#**/\r
13\r
2ef2b01e
A
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = EmbeddedMonotonicCounter\r
17 FILE_GUID = FCABE6A7-7953-4A84-B7EC-D29E89B62E87\r
18 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = MonotonicCounterDriverInitialize\r
22\r
23[Sources.common]\r
24 EmbeddedMonotonicCounter.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28\r
29[LibraryClasses]\r
30 BaseLib\r
31 DebugLib\r
32 UefiBootServicesTableLib\r
33 UefiDriverEntryPoint\r
34 UefiRuntimeServicesTableLib\r
35\r
36[Protocols]\r
37 gEfiMonotonicCounterArchProtocolGuid\r
38\r
39[Depex]\r
40 TRUE\r
41\r