]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Uefi/Devices/daShell.inf
ArmPlatformPkg/ArmVirtualizationPkg: Add ArmVirtualizationQemu platform
[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
7# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
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
26 CONSTRUCTOR = __ctor_DevShell\r
27 DESTRUCTOR = __dtor_DevShell\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF\r
31#\r
32\r
33[Sources]\r
34 UefiShell/daShell.c\r
35\r
36[Packages]\r
37 StdLib/StdLib.dec\r
38 StdLibPrivateInternalFiles/DoNotUse.dec\r
39 MdePkg/MdePkg.dec\r
40 ShellPkg/ShellPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 MemoryAllocationLib\r
45 UefiBootServicesTableLib\r
46 LibC\r
47 LibString\r
48 LibStdLib\r
49 LibWchar\r
50 LibUefi\r
51 DevUtility\r