]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf
ArmPlatformPkg: remove ArmPlatformSysConfigLib library class
[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
fa14cfc9 4# Copyright (c) 2012-2015, ARM Ltd. All rights reserved.<BR>\r
94e0955d
OM
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
fb08c455 36 MdeModulePkg/MdeModulePkg.dec\r
94e0955d
OM
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 DevicePathLib\r
41 MemoryAllocationLib\r
42 PrintLib\r
43 UefiDriverEntryPoint\r
44 UefiLib\r
45\r
46[Guids]\r
da5daf36 47 gArmBootMonFsFileInfoGuid\r
94e0955d
OM
48 gEfiFileSystemInfoGuid\r
49 gEfiFileInfoGuid\r
50 gEfiFileSystemVolumeLabelInfoIdGuid\r
51\r
52[Pcd]\r
53 gArmPlatformTokenSpaceGuid.PcdBootMonFsSupportedDevicePaths\r
54\r
55[Protocols]\r
56 gEfiDiskIoProtocolGuid\r
57 gEfiBlockIoProtocolGuid\r
58 gEfiSimpleFileSystemProtocolGuid\r
59 gEfiDevicePathProtocolGuid\r
60 gEfiDevicePathFromTextProtocolGuid\r
61\r