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