]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / DpApp.inf
CommitLineData
92034c4c
RN
1## @file\r
2# Provides Shell 'dp' standalone application.\r
3#\r
115eae65 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.\r
56ba3746 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
92034c4c
RN
6#\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010006\r
12 BASE_NAME = dp\r
13 FILE_GUID = 1831A379-2D48-45BD-9744-D4059D93815D\r
14 MODULE_TYPE = UEFI_APPLICATION\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = DpAppInitialize\r
17#\r
18# This flag specifies whether HII resource section is generated into PE image.\r
19#\r
20 UEFI_HII_RESOURCE_SECTION = TRUE\r
21\r
22[Sources.common]\r
92034c4c
RN
23 Dp.uni\r
24 Dp.c\r
25 Dp.h\r
26 Literals.h\r
27 Literals.c\r
28 DpInternal.h\r
29 DpUtilities.c\r
30 DpTrace.c\r
92034c4c
RN
31 DpApp.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 ShellPkg/ShellPkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 MemoryAllocationLib\r
40 BaseLib\r
41 BaseMemoryLib\r
42 DebugLib\r
43 ShellLib\r
44 UefiLib\r
45 UefiRuntimeServicesTableLib\r
46 UefiBootServicesTableLib\r
47 UefiApplicationEntryPoint\r
48 SortLib\r
49 PrintLib\r
50 DevicePathLib\r
51 PerformanceLib\r
52 DxeServicesLib\r
53 PeCoffGetEntryPointLib\r
54\r
55[Guids]\r
56 gPerformanceProtocolGuid ## CONSUMES ## SystemTable\r
57\r
58[Protocols]\r
59 gEfiLoadedImageProtocolGuid ## CONSUMES\r
60 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES\r
61 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
62 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
63 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
64\r