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