Last change
on this file since 105668 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Generic Timestamp driver producing Timestamp Protocol using UEFI APIs.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = TimestampDxe
|
---|
14 | MODULE_UNI_FILE = TimestampDxe.uni
|
---|
15 | FILE_GUID = C10194E7-DEB2-4AF4-9EEE-BFFDE4D7D4C7
|
---|
16 | MODULE_TYPE = DXE_DRIVER
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | ENTRY_POINT = TimestampDriverInitialize
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 |
|
---|
29 | [Sources]
|
---|
30 | TimestampDxe.c
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | UefiBootServicesTableLib
|
---|
34 | UefiDriverEntryPoint
|
---|
35 | TimerLib
|
---|
36 | BaseMemoryLib
|
---|
37 | DebugLib
|
---|
38 |
|
---|
39 | [Protocols]
|
---|
40 | gEfiTimestampProtocolGuid ## PRODUCES
|
---|
41 |
|
---|
42 | [depex]
|
---|
43 | TRUE
|
---|
44 |
|
---|
45 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
46 | TimestampDxeExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.