]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
Update the copyright notice format
[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. All rights reserved.<BR>\r
9#\r
10# 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\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
38[Sources]\r
39 ComponentName.c\r
40 WinNtSimpleFileSystem.c\r
41 WinNtSimpleFileSystem.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 Nt32Pkg/Nt32Pkg.dec\r
46\r
47\r
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
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
65[Protocols]\r
66 gEfiSimpleFileSystemProtocolGuid # PROTOCOL BY_START\r
67 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START\r
68\r