]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Uefi/Devices/daConsole.inf
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / LibC / Uefi / Devices / daConsole.inf
CommitLineData
53e1e5c6 1## @file\r
2# Standard C library: Console Device Abstraction.\r
3#\r
56ca9007 4# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
53e1e5c6 5# This program and the accompanying materials are licensed and made available\r
6# under the terms and conditions of the BSD License which accompanies this\r
7# distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DevConsole\r
d7ce7006 19 FILE_GUID = f6937495-1f44-4a8a-8a1b-5a669f9396f6\r
53e1e5c6 20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = DevConsole\r
23 CONSTRUCTOR = __Cons_construct\r
24 DESTRUCTOR = __Cons_deconstruct\r
25\r
26#\r
56ca9007 27# VALID_ARCHITECTURES = IA32 X64\r
53e1e5c6 28#\r
29\r
30[Sources]\r
31 Console/daConsole.c\r
32\r
33[Packages]\r
34 StdLib/StdLib.dec\r
35 StdLibPrivateInternalFiles/DoNotUse.dec\r
36 MdePkg/MdePkg.dec\r
37 ShellPkg/ShellPkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 BaseMemoryLib\r
42 MemoryAllocationLib\r
43 UefiBootServicesTableLib\r
44 LibC\r
45 LibWchar\r
46 LibUefi\r
6c6c850a 47 LibIIO\r
53e1e5c6 48 DevUtility\r
49\r
50[Protocols]\r
6c6c850a 51 gEfiSimpleTextInProtocolGuid ## CONSUMED\r
52 gEfiSimpleTextOutProtocolGuid ## CONSUMED\r