]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa
725d7d0dd29e3e2a6860db452e6c99af7df49e17
[mirror_edk2.git] / EdkNt32Pkg / Dxe / WinNtThunk / Bus / SimpleFileSystem / WinNtSimpleFileSystem.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>WinNtSimpleFileSystem</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>9C25E18B-76BA-43da-A132-DBB0997CEFEF</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Simple filesystem driver</Abstract>
9 <Description>Produce Simple File System abstractions for directories 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>WinNtSimpleFileSystem</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 </LibraryClassDefinitions>
50 <SourceFiles>
51 <Filename>WinNtSimpleFileSystem.h</Filename>
52 <Filename>WinNtSimpleFileSystem.c</Filename>
53 <Filename>ComponentName.c</Filename>
54 </SourceFiles>
55 <PackageDependencies>
56 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
57 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
58 </PackageDependencies>
59 <Protocols>
60 <Protocol Usage="TO_START">
61 <ProtocolCName>gEfiWinNtIoProtocolGuid</ProtocolCName>
62 </Protocol>
63 <Protocol Usage="BY_START">
64 <ProtocolCName>gEfiSimpleFileSystemProtocolGuid</ProtocolCName>
65 </Protocol>
66 </Protocols>
67 <Guids>
68 <GuidCNames Usage="ALWAYS_CONSUMED">
69 <GuidCName>gEfiWinNtFileSystemGuid</GuidCName>
70 </GuidCNames>
71 <GuidCNames Usage="SOMETIMES_CONSUMED">
72 <GuidCName>gEfiFileSystemInfoGuid</GuidCName>
73 </GuidCNames>
74 <GuidCNames Usage="SOMETIMES_CONSUMED">
75 <GuidCName>gEfiFileInfoGuid</GuidCName>
76 </GuidCNames>
77 <GuidCNames Usage="SOMETIMES_CONSUMED">
78 <GuidCName>gEfiFileSystemVolumeLabelInfoIdGuid</GuidCName>
79 </GuidCNames>
80 </Guids>
81 <Externs>
82 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
83 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
84 <Extern>
85 <DriverBinding>gWinNtSimpleFileSystemDriverBinding</DriverBinding>
86 <ComponentName>gWinNtSimpleFileSystemComponentName</ComponentName>
87 </Extern>
88 </Externs>
89 </ModuleSurfaceArea>