]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
ARM Packages: Moved ARM assembly files to 'Arm' subdirectory
[mirror_edk2.git] / ArmPkg / Filesystem / SemihostFs / SemihostFs.inf
CommitLineData
2ef2b01e
A
1#/** @file
2# Support a Semi Host file system over a debuggers JTAG
3#
d6ebcab7
HT
4# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
5# This program and the accompanying materials
2ef2b01e
A
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
2ef2b01e
A
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