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