]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Application / LinuxLoader / LinuxFdtLoader.inf
CommitLineData
75e4db2d 1#/* @file\r
1df657d7 2# Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
75e4db2d 3#\r
3402aac7
RC
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
75e4db2d 11#\r
12#*/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010006\r
16 BASE_NAME = LinuxFdtLoader\r
17 FILE_GUID = f536d559-459f-48fa-8bbc-43b554ecae8d\r
18 MODULE_TYPE = UEFI_APPLICATION\r
19 VERSION_STRING = 0.1\r
20 ENTRY_POINT = UefiMain\r
21\r
22[Sources]\r
23 LinuxFdtLoader.c\r
24 LinuxConfig.c\r
25\r
26[Packages]\r
27 ArmPkg/ArmPkg.dec\r
28 MdePkg/MdePkg.dec\r
29\r
30[LibraryClasses]\r
31 BdsLib\r
32 DxeServicesTableLib\r
33 UefiLib\r
34 UefiApplicationEntryPoint\r
35\r
36[Protocols]\r
37 gEfiLoadedImageProtocolGuid\r
1df657d7 38 gEfiDevicePathToTextProtocolGuid\r
39\r