]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Uefi/Devices/daUtility.inf
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / LibC / Uefi / Devices / daUtility.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[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = DevUtility\r
d7ce7006 18 FILE_GUID = d6a9928c-3397-4dd1-818f-c664ba6dcaaf\r
53e1e5c6 19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = DevUtility\r
22\r
23#\r
56ca9007 24# VALID_ARCHITECTURES = IA32 X64\r
53e1e5c6 25#\r
26\r
27[Sources]\r
28 Utility/DevGenisis.c\r
29 Utility/DevSearch.c\r
30 Utility/Path.c\r
31\r
32[Packages]\r
33 StdLib/StdLib.dec\r
34 StdLibPrivateInternalFiles/DoNotUse.dec\r
35 MdePkg/MdePkg.dec\r
36 ShellPkg/ShellPkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 BaseMemoryLib\r
41 MemoryAllocationLib\r
42 LibC\r
43 LibWchar\r
44 LibUefi\r