]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa
Fix VS 2005 compatibility issue
[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">
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>
10 Produce Simple File System abstractions for directories on your PC using Win32 APIs.
11 The configuration of what devices to mount or emulate comes from NT
12 environment variables. The variables must be visible to the Microsoft*
13 Developer Studio for them to work.
14 </Description>
15 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
16 <License>All rights reserved. This program and the accompanying materials
17 are licensed and made available under the terms and conditions of the BSD License
18 which accompanies this distribution. The full text of the license may be found at
19 http://opensource.org/licenses/bsd-license.php
20 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
21 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
22 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
23 </MsaHeader>
24 <ModuleDefinitions>
25 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
26 <BinaryModule>false</BinaryModule>
27 <OutputFileBasename>WinNtSimpleFileSystem</OutputFileBasename>
28 </ModuleDefinitions>
29 <LibraryClassDefinitions>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>DebugLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>BaseLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>UefiDriverModelLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UefiDriverEntryPoint</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>UefiLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>BaseMemoryLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>MemoryAllocationLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>UefiBootServicesTableLib</Keyword>
53 </LibraryClass>
54 </LibraryClassDefinitions>
55 <SourceFiles>
56 <Filename>WinNtSimpleFileSystem.h</Filename>
57 <Filename>WinNtSimpleFileSystem.c</Filename>
58 <Filename>ComponentName.c</Filename>
59 </SourceFiles>
60 <PackageDependencies>
61 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
62 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
63 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
64 </PackageDependencies>
65 <Protocols>
66 <Protocol Usage="TO_START">
67 <ProtocolCName>gEfiWinNtIoProtocolGuid</ProtocolCName>
68 </Protocol>
69 <Protocol Usage="BY_START">
70 <ProtocolCName>gEfiSimpleFileSystemProtocolGuid</ProtocolCName>
71 </Protocol>
72 </Protocols>
73 <Guids>
74 <GuidCNames Usage="ALWAYS_CONSUMED">
75 <GuidCName>gEfiWinNtFileSystemGuid</GuidCName>
76 </GuidCNames>
77 <GuidCNames Usage="SOMETIMES_CONSUMED">
78 <GuidCName>gEfiFileSystemInfoGuid</GuidCName>
79 </GuidCNames>
80 <GuidCNames Usage="SOMETIMES_CONSUMED">
81 <GuidCName>gEfiFileInfoGuid</GuidCName>
82 </GuidCNames>
83 <GuidCNames Usage="SOMETIMES_CONSUMED">
84 <GuidCName>gEfiFileSystemVolumeLabelInfoIdGuid</GuidCName>
85 </GuidCNames>
86 </Guids>
87 <Externs>
88 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
89 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
90 <Extern>
91 <DriverBinding>gWinNtSimpleFileSystemDriverBinding</DriverBinding>
92 <ComponentName>gWinNtSimpleFileSystemComponentName</ComponentName>
93 </Extern>
94 </Externs>
95 </ModuleSurfaceArea>