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