]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / Nt32Pkg / WinNtSimpleFileSystemDxe / WinNtSimpleFileSystemDxe.inf
... / ...
CommitLineData
1## @file\r
2# Simple filesystem driver\r
3#\r
4# Produce Simple File System abstractions for directories on your PC using Win32 APIs.\r
5# The configuration of what devices to mount or emulate comes from NT\r
6# environment variables. The variables must be visible to the Microsoft*\r
7# Developer Studio for them to work.\r
8# Copyright (c) 2006 - 2010, Intel Corporation\r
9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = WinNtSimpleFileSystemDxe\r
23 FILE_GUID = 9C25E18B-76BA-43da-A132-DBB0997CEFEF\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29 ENTRY_POINT = InitializeWinNtSimpleFileSystem\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32\r
35#\r
36# DRIVER_BINDING = gWinNtSimpleFileSystemDriverBinding \r
37# COMPONENT_NAME = gWinNtSimpleFileSystemComponentName \r
38#\r
39\r
40[Sources]\r
41 ComponentName.c\r
42 WinNtSimpleFileSystem.c\r
43 WinNtSimpleFileSystem.h\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 Nt32Pkg/Nt32Pkg.dec\r
48\r
49\r
50[LibraryClasses]\r
51 MemoryAllocationLib\r
52 UefiBootServicesTableLib\r
53 BaseMemoryLib\r
54 UefiLib\r
55 UefiDriverEntryPoint\r
56 BaseLib\r
57 DebugLib\r
58\r
59\r
60[Guids]\r
61 gEfiFileSystemVolumeLabelInfoIdGuid # SOMETIMES_CONSUMED\r
62 gEfiFileInfoGuid # SOMETIMES_CONSUMED\r
63 gEfiFileSystemInfoGuid # SOMETIMES_CONSUMED\r
64 gEfiWinNtFileSystemGuid # ALWAYS_CONSUMED\r
65\r
66\r
67[Protocols]\r
68 gEfiSimpleFileSystemProtocolGuid # PROTOCOL BY_START\r
69 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START\r
70\r