]> git.proxmox.com Git - mirror_edk2.git/blame - EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.msa
Fix component name bugs when input Controller Name is invalid
[mirror_edk2.git] / EdkUnixPkg / Dxe / UnixThunk / Chipset / Timer / Timer.msa
CommitLineData
c9093a06 1<?xml version="1.0" encoding="UTF-8"?>\r
2<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
3 <MsaHeader>\r
4 <ModuleName>Timer</ModuleName>\r
5 <ModuleType>DXE_DRIVER</ModuleType>\r
6 <GuidValue>f36d49b4-8985-11db-809b-0040d02b1835</GuidValue>\r
7 <Version>1.0</Version>\r
8 <Abstract>Unix Emulation Timer Architectural Protocol Driver as defined in DXE CIS</Abstract>\r
9 <Description>\r
10 This Timer module uses an NT Thread to simulate the timer-tick driven\r
11 timer service. In the future, the Thread creation should possibly be \r
12 abstracted by the CPU architectural protocol\r
13 </Description>\r
14 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
15 <License>All rights reserved. This program and the accompanying materials\r
16 are licensed and made available under the terms and conditions of the BSD License\r
17 which accompanies this distribution. The full text of the license may be found at\r
18 http://opensource.org/licenses/bsd-license.php\r
19 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
21 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
22 </MsaHeader>\r
23 <ModuleDefinitions>\r
24 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
25 <BinaryModule>false</BinaryModule>\r
26 <OutputFileBasename>Timer</OutputFileBasename>\r
27 </ModuleDefinitions>\r
28 <LibraryClassDefinitions>\r
29 <LibraryClass Usage="ALWAYS_CONSUMED">\r
30 <Keyword>BaseLib</Keyword>\r
31 </LibraryClass>\r
32 <LibraryClass Usage="ALWAYS_CONSUMED">\r
33 <Keyword>DebugLib</Keyword>\r
34 </LibraryClass>\r
35 <LibraryClass Usage="ALWAYS_CONSUMED">\r
36 <Keyword>UefiLib</Keyword>\r
37 </LibraryClass>\r
38 <LibraryClass Usage="ALWAYS_CONSUMED">\r
39 <Keyword>UefiDriverEntryPoint</Keyword>\r
40 </LibraryClass>\r
41 <LibraryClass Usage="ALWAYS_CONSUMED">\r
42 <Keyword>UnixLib</Keyword>\r
43 </LibraryClass>\r
44 <LibraryClass Usage="ALWAYS_CONSUMED">\r
45 <Keyword>MemoryAllocationLib</Keyword>\r
46 </LibraryClass>\r
47 <LibraryClass Usage="ALWAYS_CONSUMED">\r
48 <Keyword>UefiBootServicesTableLib</Keyword>\r
49 </LibraryClass>\r
50 </LibraryClassDefinitions>\r
51 <SourceFiles>\r
52 <Filename>Timer.h</Filename>\r
53 <Filename>Timer.c</Filename>\r
54 <Filename>Timer.dxs</Filename>\r
55 </SourceFiles>\r
56 <PackageDependencies>\r
57 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
58 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>\r
59 <Package PackageGuid="f2805c44-8985-11db-9e98-0040d02b1835"/>\r
60 </PackageDependencies>\r
61 <Protocols>\r
62 <Protocol Usage="ALWAYS_PRODUCED">\r
63 <ProtocolCName>gEfiTimerArchProtocolGuid</ProtocolCName>\r
64 </Protocol>\r
65 <Protocol Usage="ALWAYS_CONSUMED">\r
66 <ProtocolCName>gEfiCpuArchProtocolGuid</ProtocolCName>\r
67 </Protocol>\r
68 </Protocols>\r
69 <Externs>\r
70 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
71 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
72 <Extern>\r
73 <ModuleEntryPoint>UnixTimerDriverInitialize</ModuleEntryPoint>\r
74 </Extern>\r
75 </Externs>\r
76</ModuleSurfaceArea>