Last change
on this file was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
952 bytes
|
Line | |
---|
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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.