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