]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/LibC/Uefi/Devices/daShell.inf
Add Socket Libraries.
[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 CONSTRUCTOR = __ctor_DevShell
27 DESTRUCTOR = __dtor_DevShell
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF
31 #
32
33 [Sources]
34 UefiShell/daShell.c
35
36 [Packages]
37 StdLib/StdLib.dec
38 StdLibPrivateInternalFiles/DoNotUse.dec
39 MdePkg/MdePkg.dec
40 ShellPkg/ShellPkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 MemoryAllocationLib
45 UefiBootServicesTableLib
46 LibC
47 LibString
48 LibStdLib
49 LibWchar
50 LibUefi
51 DevUtility