Last change
on this file since 80924 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:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.0 KB
|
Line | |
---|
1 | // /** @file
|
---|
2 | // NULL instance of Timer Library as a template.
|
---|
3 | //
|
---|
4 | // A non-functional instance of the Timer Library that can be used as a template
|
---|
5 | // for the implementation of a functional timer library instance. This library instance can
|
---|
6 | // also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer
|
---|
7 | // services as well as EBC modules that require timer services.
|
---|
8 | //
|
---|
9 | // Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
10 | //
|
---|
11 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
12 | //
|
---|
13 | // **/
|
---|
14 |
|
---|
15 |
|
---|
16 | #string STR_MODULE_ABSTRACT #language en-US "NULL instance of Timer Library as a template"
|
---|
17 |
|
---|
18 | #string STR_MODULE_DESCRIPTION #language en-US "A non-functional instance of the Timer Library that can be used as a template for the implementation of a functional timer library instance. This library instance can also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer services, as well as EBC modules that require timer services."
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.