]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa
c261d234cdafc5ec0c4d7b8043daf058ebd78e45
[mirror_edk2.git] / EdkNt32Pkg / Dxe / WinNtThunk / Bus / BlockIo / WinNtBlockIo.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 -->
12 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
13 <MsaHeader>
14 <BaseName>WinNtBlockIo</BaseName>
15 <ModuleType>UEFI_DRIVER</ModuleType>
16 <ComponentType>BS_DRIVER</ComponentType>
17 <Guid>F479E147-A125-11d4-BCFC-0080C73C8881</Guid>
18 <Version>0</Version>
19 <Abstract>Component description file for WinNtBlockIo module.</Abstract>
20 <Description>FIX ME!</Description>
21 <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
22 <License>
23 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.
29 </License>
30 <Specification>0</Specification>
31 <Created>2006-03-14 17:04</Created>
32 <Updated>2006-03-19 15:17</Updated>
33 </MsaHeader>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass>
43 </LibraryClassDefinitions>
44 <SourceFiles>
45 <Filename>WinNtBlockIo.h</Filename>
46 <Filename>WinNtBlockIo.c</Filename>
47 <Filename>ComponentName.c</Filename>
48 <Filename>DriverConfiguration.c</Filename>
49 <Filename>DriverDiagnostics.c</Filename>
50 </SourceFiles>
51 <Includes>
52 <PackageName>MdePkg</PackageName>
53 <PackageName>EdkModulePkg</PackageName>
54 <PackageName>EdkNt32Pkg</PackageName>
55 </Includes>
56 <Protocols>
57 <Protocol Usage="TO_START">WinNtIo</Protocol>
58 <Protocol Usage="BY_START">BlockIo</Protocol>
59 </Protocols>
60 <Guids>
61 <GuidEntry Usage="ALWAYS_CONSUMED">
62 <C_Name>WinNtVirtualDisks</C_Name>
63 </GuidEntry>
64 <GuidEntry Usage="SOMETIMES_CONSUMED">
65 <C_Name>WinNtPhysicalDisks</C_Name>
66 </GuidEntry>
67 </Guids>
68 <Externs>
69 <Extern>
70 <ModuleEntryPoint></ModuleEntryPoint>
71 </Extern>
72 <Extern>
73 <DriverBinding>gWinNtBlockIoDriverBinding</DriverBinding>
74 <ComponentName>gWinNtBlockIoComponentName</ComponentName>
75 <DriverDiag>gWinNtBlockIoDriverDiagnostics</DriverDiag>
76 </Extern>
77 </Externs>
78 </ModuleSurfaceArea>