]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
30ce6665f0df5871122c3aae949e99d0861a4fe7
[mirror_edk2.git] / ArmPkg / Filesystem / SemihostFs / SemihostFs.inf
1 #/** @file
2 # Support a Semi Host file system over a debuggers JTAG
3 #
4 # Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #**/
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = SemihostFs
18 FILE_GUID = C5B9C74A-6D72-4719-99AB-C59F199091EB
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = SemihostFsEntryPoint
23
24 [Sources.ARM]
25 Arm/SemihostFs.c
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 ArmPkg/ArmPkg.dec
30
31 [LibraryClasses]
32 BaseLib
33 MemoryAllocationLib
34 SemihostLib
35 UefiDriverEntryPoint
36 UefiLib
37
38 [Guids]
39 gEfiFileSystemInfoGuid
40 gEfiFileInfoGuid
41 gEfiFileSystemVolumeLabelInfoIdGuid
42
43 [Protocols]
44 gEfiSimpleFileSystemProtocolGuid
45 gEfiDevicePathProtocolGuid
46