]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa
1. Perfect libraries MSA files
[mirror_edk2.git] / EdkNt32Pkg / Dxe / WinNtThunk / Bus / BlockIo / WinNtBlockIo.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>WinNtBlockIo</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>F479E147-A125-11d4-BCFC-0080C73C8881</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Block Io driver</Abstract>
9 <Description>Produce block IO abstractions for real devices on your PC using Win32 APIs.
10 The configuration of what devices to mount or emulate comes from NT
11 environment variables. The variables must be visible to the Microsoft*
12 Developer Studio for them to work.</Description>
13 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
14 <License>All rights reserved. This program and the accompanying materials
15 are licensed and made available under the terms and conditions of the BSD License
16 which accompanies this distribution. The full text of the license may be found at
17 http://opensource.org/licenses/bsd-license.php
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
20 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
21 </MsaHeader>
22 <ModuleDefinitions>
23 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
24 <BinaryModule>false</BinaryModule>
25 <OutputFileBasename>WinNtBlockIo</OutputFileBasename>
26 </ModuleDefinitions>
27 <LibraryClassDefinitions>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>DebugLib</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>BaseLib</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>UefiDriverModelLib</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>UefiDriverEntryPoint</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>UefiLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>BaseMemoryLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>UefiBootServicesTableLib</Keyword>
48 </LibraryClass>
49 <LibraryClass Usage="ALWAYS_CONSUMED">
50 <Keyword>MemoryAllocationLib</Keyword>
51 </LibraryClass>
52 </LibraryClassDefinitions>
53 <SourceFiles>
54 <Filename>WinNtBlockIo.h</Filename>
55 <Filename>WinNtBlockIo.c</Filename>
56 <Filename>ComponentName.c</Filename>
57 <Filename>DriverConfiguration.c</Filename>
58 <Filename>DriverDiagnostics.c</Filename>
59 </SourceFiles>
60 <PackageDependencies>
61 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
62 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
63 </PackageDependencies>
64 <Protocols>
65 <Protocol Usage="TO_START">
66 <ProtocolCName>gEfiWinNtIoProtocolGuid</ProtocolCName>
67 </Protocol>
68 <Protocol Usage="BY_START">
69 <ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>
70 </Protocol>
71 </Protocols>
72 <Guids>
73 <GuidCNames Usage="ALWAYS_CONSUMED">
74 <GuidCName>gEfiWinNtVirtualDisksGuid</GuidCName>
75 </GuidCNames>
76 <GuidCNames Usage="SOMETIMES_CONSUMED">
77 <GuidCName>gEfiWinNtPhysicalDisksGuid</GuidCName>
78 </GuidCNames>
79 </Guids>
80 <Externs>
81 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
82 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
83 <Extern>
84 <DriverBinding>gWinNtBlockIoDriverBinding</DriverBinding>
85 <ComponentName>gWinNtBlockIoComponentName</ComponentName>
86 <DriverDiag>gWinNtBlockIoDriverDiagnostics</DriverDiag>
87 </Extern>
88 </Externs>
89 </ModuleSurfaceArea>