]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
ARM Packages: Minor typo, mispellings and coding style changes
[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
25 [Sources.ARM]
26 Arm/SemihostFs.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 ArmPkg/ArmPkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 MemoryAllocationLib
35 SemihostLib
36 UefiDriverEntryPoint
37 UefiLib
38
39 [Guids]
40 gEfiFileSystemInfoGuid
41 gEfiFileInfoGuid
42 gEfiFileSystemVolumeLabelInfoIdGuid
43
44 [Protocols]
45 gEfiSimpleFileSystemProtocolGuid
46 gEfiDevicePathProtocolGuid
47