]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Dxe/WinNtThunk/WinNtThunk/WinNtThunk.msa
3abb03b49fefc7cf87dcf01cd297498e8a97295d
[mirror_edk2.git] / EdkNt32Pkg / Dxe / WinNtThunk / WinNtThunk / WinNtThunk.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>WinNtThunk</ModuleName>
13 <ModuleType>DXE_DRIVER</ModuleType>
14 <GuidValue>0C95A916-A006-11d4-BCFA-0080C73C8881</GuidValue>
15 <Version>1.0</Version>
16 <Abstract>A DXE driver to produce EFI_WIN_NT_THUNK_PROTOCOL</Abstract>
17 <Description>EFI_WIN_NT_THUNK_PROTOCOL is a table of pointers to various Windows APIs used by various drivers to accomplish certain task in an NT32 emulator.</Description>
18 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
19 <License>All rights reserved. This program and the accompanying materials
20 are licensed and made available under the terms and conditions of the BSD License
21 which accompanies this distribution. The full text of the license may be found at
22 http://opensource.org/licenses/bsd-license.php
23 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
24 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
26 </MsaHeader>
27 <ModuleDefinitions>
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
29 <BinaryModule>false</BinaryModule>
30 <OutputFileBasename>WinNtThunk</OutputFileBasename>
31 </ModuleDefinitions>
32 <LibraryClassDefinitions>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>DebugLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>UefiLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UefiDriverEntryPoint</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>WinNtLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>MemoryAllocationLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>UefiBootServicesTableLib</Keyword>
50 </LibraryClass>
51 </LibraryClassDefinitions>
52 <SourceFiles>
53 <Filename>WinNtThunk.h</Filename>
54 <Filename>WinNtThunk.c</Filename>
55 <Filename>WinNtThunk.dxs</Filename>
56 </SourceFiles>
57 <PackageDependencies>
58 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
59 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
60 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
61 </PackageDependencies>
62 <Protocols>
63 <Protocol Usage="ALWAYS_PRODUCED">
64 <ProtocolCName>gEfiWinNtThunkProtocolGuid</ProtocolCName>
65 </Protocol>
66 <Protocol Usage="ALWAYS_PRODUCED">
67 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
68 </Protocol>
69 </Protocols>
70 <Externs>
71 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
72 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
73 <Extern>
74 <ModuleEntryPoint>InitializeWinNtThunk</ModuleEntryPoint>
75 </Extern>
76 </Externs>
77 </ModuleSurfaceArea>