]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/LibC/Uefi/Devices/daUtility.inf
53daad28aca6b4ed4a0530daeb7ec45a132bc527
[mirror_edk2.git] / StdLib / LibC / Uefi / Devices / daUtility.inf
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 = 42c078ef-14a8-4e30-9329-6f12d796e54a
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
46 ################################################################
47 #
48 # The Build Options, below, are only used when building the C library.
49 # DO NOT use them when building your application!
50 # Nasty things could happen if you do.
51 #
52 # /Oi- is required for Microsoft VC++ to allow "intrinsic" functions to be
53 # defined in this library.
54 #
55 #[BuildOptions]
56 # MSFT:*_*_*_CC_FLAGS = /Oi-