]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Application/Cpuid/Cpuid.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / UefiCpuPkg / Application / Cpuid / Cpuid.inf
CommitLineData
25705752
MK
1## @file\r
2# UEFI Application to display CPUID leaf information.\r
3#\r
4# This UEFI application displays the registers values returned by CPUID for\r
5# all the CPUID leafs and sub-leafs that a CPU supports. It also displays\r
6# the values of all the bit fields in the registers returned by each CPUID\r
7# leaf and sub-leaf.\r
8#\r
9# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = Cpuid\r
23 MODULE_UNI_FILE = Cpuid.uni\r
24 FILE_GUID = 4AE7E1E8-9DFE-4e3e-85B4-A5F6ABD470FB\r
25 MODULE_TYPE = UEFI_APPLICATION\r
26 VERSION_STRING = 0.5\r
27 ENTRY_POINT = UefiMain\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34\r
35[Sources]\r
36 Cpuid.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 UefiCpuPkg/UefiCpuPkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiApplicationEntryPoint\r
44 BaseLib\r
45 UefiLib\r
46\r
47[UserExtensions.TianoCore."ExtraFiles"]\r
48 CpuidExtra.uni\r