]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf
ArmPlatformPkg/BootMonFs: Added support for the NorFlash File System of the ARM Devel...
[mirror_edk2.git] / ArmPlatformPkg / FileSystem / BootMonFs / BootMonFs.inf
CommitLineData
94e0955d
OM
1#/** @file\r
2# Support for ARM Boot Monitor File System\r
3#\r
4# Copyright (c) 2012-2014, ARM Ltd. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BootMonFs\r
19 FILE_GUID = 7abbc454-f737-4322-931c-b1bb62a01d6f\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = BootMonFsEntryPoint\r
24\r
25[Sources]\r
26 BootMonFsEntryPoint.c\r
27 BootMonFsOpenClose.c\r
28 BootMonFsDir.c\r
29 BootMonFsImages.c\r
30 BootMonFsReadWrite.c\r
31 BootMonFsUnsupported.c\r
32\r
33[Packages]\r
34 ArmPlatformPkg/ArmPlatformPkg.dec\r
35 MdePkg/MdePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 DevicePathLib\r
40 MemoryAllocationLib\r
41 PrintLib\r
42 UefiDriverEntryPoint\r
43 UefiLib\r
44\r
45[Guids]\r
46 gEfiFileSystemInfoGuid\r
47 gEfiFileInfoGuid\r
48 gEfiFileSystemVolumeLabelInfoIdGuid\r
49\r
50[Pcd]\r
51 gArmPlatformTokenSpaceGuid.PcdBootMonFsSupportedDevicePaths\r
52\r
53[Protocols]\r
54 gEfiDiskIoProtocolGuid\r
55 gEfiBlockIoProtocolGuid\r
56 gEfiSimpleFileSystemProtocolGuid\r
57 gEfiDevicePathProtocolGuid\r
58 gEfiDevicePathFromTextProtocolGuid\r
59\r