]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Uefi/Devices/daShell.inf
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / LibC / Uefi / Devices / daShell.inf
CommitLineData
53e1e5c6 1## @file\r
2# Standard C library: Shell-Hosted Device Abstraction.\r
3#\r
4# When this library is included in an application, it creates the default device.\r
5# This allows every device type not recognized to be passed to the shell for processing.\r
6#\r
56ca9007 7# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
53e1e5c6 8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this\r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DevShell\r
d7ce7006 22 FILE_GUID = 0a1d4fd8-4704-4501-85eb-93399492cbed\r
53e1e5c6 23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = DevShell\r
efb419ea 26 LIBRARY_CLASS = DevMedia\r
53e1e5c6 27 CONSTRUCTOR = __ctor_DevShell\r
28 DESTRUCTOR = __dtor_DevShell\r
29\r
30#\r
56ca9007 31# VALID_ARCHITECTURES = IA32 X64\r
53e1e5c6 32#\r
33\r
34[Sources]\r
35 UefiShell/daShell.c\r
36\r
37[Packages]\r
38 StdLib/StdLib.dec\r
39 StdLibPrivateInternalFiles/DoNotUse.dec\r
40 MdePkg/MdePkg.dec\r
41 ShellPkg/ShellPkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
47 LibC\r
48 LibString\r
49 LibStdLib\r
50 LibWchar\r
51 LibUefi\r
52 DevUtility\r