]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/TimerDxe/Timer.msa
Add in TimerDxe
[mirror_edk2.git] / Nt32Pkg / TimerDxe / Timer.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>Timer</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>C3811036-710B-4E39-8CF1-0AF9BE3A8198</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS</Abstract>
9 <Description>This Timer module uses an NT Thread to simulate the timer-tick driven
10 timer service. In the future, the Thread creation should possibly be
11 abstracted by the CPU architectural protocol</Description>
12 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
13 <License>All rights reserved. This program and the accompanying materials
14 are licensed and made available under the terms and conditions of the BSD License
15 which accompanies this distribution. The full text of the license may be found at
16 http://opensource.org/licenses/bsd-license.php
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
19 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
20 </MsaHeader>
21 <ModuleDefinitions>
22 <SupportedArchitectures>IA32</SupportedArchitectures>
23 <BinaryModule>false</BinaryModule>
24 <OutputFileBasename>Timer</OutputFileBasename>
25 </ModuleDefinitions>
26 <LibraryClassDefinitions>
27 <LibraryClass Usage="ALWAYS_CONSUMED">
28 <Keyword>DebugLib</Keyword>
29 </LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>UefiDriverEntryPoint</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>WinNtLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>UefiBootServicesTableLib</Keyword>
38 </LibraryClass>
39 </LibraryClassDefinitions>
40 <SourceFiles>
41 <Filename>Timer.h</Filename>
42 <Filename>Timer.c</Filename>
43 <Filename>Timer.dxs</Filename>
44 </SourceFiles>
45 <PackageDependencies>
46 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
47 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
48 </PackageDependencies>
49 <Protocols>
50 <Protocol Usage="ALWAYS_PRODUCED">
51 <ProtocolCName>gEfiTimerArchProtocolGuid</ProtocolCName>
52 </Protocol>
53 <Protocol Usage="ALWAYS_CONSUMED">
54 <ProtocolCName>gEfiCpuArchProtocolGuid</ProtocolCName>
55 </Protocol>
56 </Protocols>
57 <Externs>
58 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
59 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
60 <Extern>
61 <ModuleEntryPoint>WinNtTimerDriverInitialize</ModuleEntryPoint>
62 </Extern>
63 </Externs>
64 </ModuleSurfaceArea>