1 ## @file 2 # Standard C library: Console Device Abstraction. 3 # 4 # Copyright (c) 2011, Intel Corporation. All rights reserved.<BR> 5 # This program and the accompanying materials are licensed and made available 6 # under the terms and conditions of the BSD License which accompanies this 7 # distribution. The full text of the license may be found at 8 # http://opensource.org/licenses/bsd-license.php. 9 # 10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 # 13 ## 14 15 [Defines] 16 INF_VERSION = 0x00010005 17 BASE_NAME = DevUtility 18 FILE_GUID = d6a9928c-3397-4dd1-818f-c664ba6dcaaf 19 MODULE_TYPE = UEFI_APPLICATION 20 VERSION_STRING = 1.0 21 LIBRARY_CLASS = DevUtility 22 23 # 24 # VALID_ARCHITECTURES = IA32 X64 IPF 25 # 26 27 [Sources] 28 Utility/DevGenisis.c 29 Utility/DevSearch.c 30 Utility/Path.c 31 32 [Packages] 33 StdLib/StdLib.dec 34 StdLibPrivateInternalFiles/DoNotUse.dec 35 MdePkg/MdePkg.dec 36 ShellPkg/ShellPkg.dec 37 38 [LibraryClasses] 39 BaseLib 40 BaseMemoryLib 41 MemoryAllocationLib 42 LibC 43 LibWchar 44 LibUefi 45