summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf
blob: da29548a7f434068778cba3fc7d1eeced9edfd65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## @file
#  Application to present AArch64 cpu information.
#
#  Based on HelloWorld:
#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
#  Copyright (c) 2023, Linaro Ltd. All rights reserved.<BR>
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
##

[Defines]
  INF_VERSION                    = 0x00010019
  BASE_NAME                      = ArmCpuInfo
  FILE_GUID                      = b3134491-6502-4faf-a9da-007184e32163
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = UefiMain

[Sources]
  ArmCpuInfo.c

[Packages]
  ArmPkg/ArmPkg.dec
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec

[LibraryClasses]
  ArmLib
  UefiApplicationEntryPoint
  UefiLib