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