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