]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Library / UefiShellCEntryLib / UefiShellCEntryLib.inf
1 ## @file
2 # Provides interface to shell functionality for shell commands and applications.
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved. <BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010006
13 BASE_NAME = UefiShellCEntryLib
14 FILE_GUID = 0e205c8a-8586-4dec-9f5c-4f9e394aefe8
15 MODULE_TYPE = UEFI_APPLICATION
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = ShellCEntryLib|UEFI_APPLICATION UEFI_DRIVER
18
19 #
20 # VALID_ARCHITECTURES = IA32 X64 EBC
21 #
22
23 [Sources.common]
24 UefiShellCEntryLib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 ShellPkg/ShellPkg.dec
29
30 [LibraryClasses]
31 UefiApplicationEntryPoint
32 DebugLib
33
34
35 [Protocols]
36 gEfiShellParametersProtocolGuid ## CONSUMES
37 gEfiShellInterfaceGuid ## SOMETIMES_CONSUMES
38
39