]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/TemplateTimerDxe/TemplateTimerDxe.inf
Update BDS boot option description string to use UNI file string in GenericBdsLib...
[mirror_edk2.git] / EmbeddedPkg / TemplateTimerDxe / TemplateTimerDxe.inf
CommitLineData
2ef2b01e
A
1#/** @file\r
2# \r
3# Component discription file for Bds module\r
4# \r
5# Copyright (c) 2008, Apple Inc. <BR>\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# \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
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = TemplateTimerDxe\r
19 FILE_GUID = E697928E-7C98-4501-8406-21F5509549CC\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = TimerInitialize\r
24\r
25[Sources.common]\r
26 Timer.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 EmbeddedPkg/EmbeddedPkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 UefiRuntimeServicesTableLib\r
35 PerformanceLib\r
36 UefiLib\r
37 UefiBootServicesTableLib\r
38 BaseMemoryLib\r
39 DebugLib\r
40 UefiDriverEntryPoint\r
41 IoLib\r
42\r
43[Guids]\r
44\r
45[Protocols]\r
46 gEfiTimerArchProtocolGuid \r
47 gHardwareInterruptProtocolGuid\r
48\r
49[Pcd.common]\r
50 gEmbeddedTokenSpaceGuid.PcdTimerBaseAddress\r
51 gEmbeddedTokenSpaceGuid.PcdTimerVector\r
52 gEmbeddedTokenSpaceGuid.PcdTimerPeriod\r
53\r
54[Depex]\r
55 gHardwareInterruptProtocolGuid