]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.inf
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / UefiLib / UefiLib.inf
CommitLineData
3eb9473e 1#/*++\r
2#\r
bc7c34af 3# Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
2c7e5c2f 4# This program and the accompanying materials \r
3eb9473e 5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11# \r
12# Module Name:\r
13#\r
14# UefiLib.inf\r
15#\r
16# Abstract:\r
17#\r
18# Component description file for UefiLib.\r
19#\r
20#--*/\r
21\r
22[defines]\r
23BASE_NAME = EdkIIGlueUefiLib \r
24COMPONENT_TYPE = LIBRARY\r
25\r
26[sources.common]\r
27 UefiLib.c \r
28 Console.c\r
29 UefiNotTiano.c\r
30\r
31[sources.ia32]\r
32\r
33[sources.x64]\r
34\r
3eb9473e 35[sources.ebc]\r
36 \r
37\r
38[includes.common]\r
39 .\r
e84217e7 40 ../../Include\r
41 ../../include/Library\r
42 $(EDK_SOURCE)/Foundation\r
43 $(EDK_SOURCE)/Foundation/Framework\r
44 $(EDK_SOURCE)/Foundation/Efi\r
45 $(EDK_SOURCE)/Foundation/Include\r
46 $(EDK_SOURCE)/Foundation/Efi/Include\r
47 $(EDK_SOURCE)/Foundation/Framework/Include\r
48 $(EDK_SOURCE)/Foundation/Include/IndustryStandard\r
49 $(EDK_SOURCE)/Foundation/Core/Dxe\r
50 $(EDK_SOURCE)/Foundation/Library/Dxe/Include\r
51 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include\r
3eb9473e 52 \r
e84217e7 53 $(EDK_SOURCE)/Foundation/Efi/Protocol/DevicePath\r
3eb9473e 54\r
55[libraries.common]\r
56 EdkIIGlueBaseLib\r
57 EdkIIGlueBaseMemoryLib\r
58 EdkIIGlueUefiBootServicesTableLib\r
59#\r
60# MemoryAllocationLib instance\r
61#\r
62 EdkIIGlueDxeMemoryAllocationLib\r
63 EfiGuidLib\r
64\r
65[libraries.ia32]\r
66 \r
67\r
68[libraries.x64]\r
69 \r
70\r
71[nmake.common]\r
72 C_FLAGS = $(C_FLAGS) /D EDKII_GLUE_LIBRARY_IMPLEMENTATION\r
c7f33ca4 73 LIB_STD_FLAGS = $(LIB_STD_FLAGS) /IGNORE:4006 /IGNORE:4221\r
3eb9473e 74\r
75[nmake.ia32]\r
76 C_FLAGS = $(C_FLAGS) /D MDE_CPU_IA32\r
77\r
78[nmake.x64]\r
79 C_FLAGS = $(C_FLAGS) /D MDE_CPU_X64\r
80\r
3eb9473e 81[nmake.ebc]\r
82 EBC_C_STD_FLAGS = $(EBC_C_STD_FLAGS) /D EDKII_GLUE_LIBRARY_IMPLEMENTATION\r
c7f33ca4 83 EBC_LIB_STD_FLAGS = $(EBC_LIB_STD_FLAGS) /IGNORE:4006 /IGNORE:4221\r
3eb9473e 84 EBC_C_STD_FLAGS = $(EBC_C_STD_FLAGS) /D MDE_CPU_EBC\r