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