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