]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / Nt32Pkg / WinNtSimpleFileSystemDxe / WinNtSimpleFileSystemDxe.inf
CommitLineData
7b202cb0 1## @file\r
068eac81 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
7b202cb0 8# Copyright (c) 2006 - 2010, Intel Corporation\r
068eac81 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
7b202cb0 18##\r
068eac81 19\r
068eac81 20[Defines]\r
21 INF_VERSION = 0x00010005\r
a1ad1ca8 22 BASE_NAME = WinNtSimpleFileSystemDxe\r
068eac81 23 FILE_GUID = 9C25E18B-76BA-43da-A132-DBB0997CEFEF\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
068eac81 26\r
27 ENTRY_POINT = InitializeWinNtSimpleFileSystem\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32\r
33#\r
34# DRIVER_BINDING = gWinNtSimpleFileSystemDriverBinding \r
35# COMPONENT_NAME = gWinNtSimpleFileSystemComponentName \r
36#\r
37\r
7b202cb0 38[Sources]\r
068eac81 39 ComponentName.c\r
40 WinNtSimpleFileSystem.c\r
41 WinNtSimpleFileSystem.h\r
42\r
068eac81 43[Packages]\r
068eac81 44 MdePkg/MdePkg.dec\r
0dea993c 45 Nt32Pkg/Nt32Pkg.dec\r
068eac81 46\r
47\r
068eac81 48[LibraryClasses]\r
49 MemoryAllocationLib\r
50 UefiBootServicesTableLib\r
51 BaseMemoryLib\r
52 UefiLib\r
53 UefiDriverEntryPoint\r
54 BaseLib\r
55 DebugLib\r
56\r
57\r
068eac81 58[Guids]\r
59 gEfiFileSystemVolumeLabelInfoIdGuid # SOMETIMES_CONSUMED\r
60 gEfiFileInfoGuid # SOMETIMES_CONSUMED\r
61 gEfiFileSystemInfoGuid # SOMETIMES_CONSUMED\r
62 gEfiWinNtFileSystemGuid # ALWAYS_CONSUMED\r
63\r
64\r
068eac81 65[Protocols]\r
66 gEfiSimpleFileSystemProtocolGuid # PROTOCOL BY_START\r
67 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START\r
68\r