/
githubmirror
/
efifs
Обзор
Документация
Войти
/
githubmirror
/
efifs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
53 строки
2 KB
Pete Batard
fix EDK2 compilation
10 май 2019, 14:00
Не верифицирован
10 май 2019, 14:00
5c954da
Код
Авторство
О чём код?
#/*++ # # Copyright (c) 2017-2019, Pete Batard. # # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # Abstract: # # Intrinsics required to compile EfiFs with MSFT. # #--*/ [Defines] INF_VERSION = 0x00010005 BASE_NAME = CompilerIntrinsicsLib FILE_GUID = B11194CC-A4AA-4886-8241-101F3DAD8BEF MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = CompilerIntrinsicsLib # # VALID_ARCHITECTURES = IA32 X64 # [Sources] memset.c | MSFT memcpy.c | MSFT memcmp.c | MSFT memmove.c | MSFT [Sources.IA32] CRT/Ia32/llmul.c | MSFT # __allmul CRT/Ia32/llshl.c | MSFT # __allshl CRT/Ia32/llshr.c | MSFT # __allshr CRT/Ia32/ulldiv.c | MSFT # __aulldiv CRT/Ia32/ullrem.c | MSFT # __aullrem CRT/Ia32/ullshr.c | MSFT # __aullshr CRT/Ia32/lldiv.c | MSFT # __alldiv CRT/Ia32/llrem.c | MSFT # __allrem CRT/Ia32/lldvrm.c | MSFT # __alldvrm CRT/Ia32/ulldvrm.c | MSFT # __aulldvrm [Packages] MdePkg/MdePkg.dec [BuildOptions] MSFT:*_*_*_CC_FLAGS = /GL-