]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Application/Cpuid/Cpuid.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Application / Cpuid / Cpuid.inf
1 ## @file
2 # UEFI Application to display CPUID leaf information.
3 #
4 # This UEFI application displays the registers values returned by CPUID for
5 # all the CPUID leafs and sub-leafs that a CPU supports. It also displays
6 # the values of all the bit fields in the registers returned by each CPUID
7 # leaf and sub-leaf.
8 #
9 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = Cpuid
18 MODULE_UNI_FILE = Cpuid.uni
19 FILE_GUID = 4AE7E1E8-9DFE-4e3e-85B4-A5F6ABD470FB
20 MODULE_TYPE = UEFI_APPLICATION
21 VERSION_STRING = 0.5
22 ENTRY_POINT = UefiMain
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 Cpuid.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 UefiCpuPkg/UefiCpuPkg.dec
36
37 [LibraryClasses]
38 UefiApplicationEntryPoint
39 BaseLib
40 UefiLib
41
42 [UserExtensions.TianoCore."ExtraFiles"]
43 CpuidExtra.uni