Last change
on this file since 58459 was 58459, checked in by vboxsync, 9 years ago |
EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 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 | # This program and the accompanying materials
|
---|
12 | # are licensed and made available under the terms and conditions of the BSD License
|
---|
13 | # which accompanies this distribution. The full text of the license may be found at
|
---|
14 | # http://opensource.org/licenses/bsd-license.php.
|
---|
15 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
16 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
17 | #
|
---|
18 | #
|
---|
19 | ##
|
---|
20 |
|
---|
21 | [Defines]
|
---|
22 | INF_VERSION = 0x00010005
|
---|
23 | BASE_NAME = BaseTimerLibNullTemplate
|
---|
24 | MODULE_UNI_FILE = BaseTimerLibNullTemplate.uni
|
---|
25 | FILE_GUID = f4731d79-537e-4505-bd52-c03f9b1f6b89
|
---|
26 | MODULE_TYPE = BASE
|
---|
27 | VERSION_STRING = 1.0
|
---|
28 | LIBRARY_CLASS = TimerLib
|
---|
29 |
|
---|
30 |
|
---|
31 | #
|
---|
32 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
---|
33 | #
|
---|
34 |
|
---|
35 | [Sources]
|
---|
36 | TimerLibNull.c
|
---|
37 |
|
---|
38 |
|
---|
39 | [Packages]
|
---|
40 | MdePkg/MdePkg.dec
|
---|
41 |
|
---|
42 |
|
---|
43 | [LibraryClasses]
|
---|
44 | DebugLib
|
---|
45 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.