CloverBootloader/Library/OcCryptoLib/OcCryptoLib.inf

67 lines
1.5 KiB
INI
Raw Normal View History

## @file
# OcCryptoLib
#
# Copyright (c) 2017-2018, savvas
#
# All rights reserved.
#
# 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.
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = OcCryptoLib
FILE_GUID = 56C05E0A-52BB-4B16-B472-6A816E82E5AD
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = OcCryptoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER
#
# VALID_ARCHITECTURES = IA32 X64
#
[Sources]
Aes.c
ChaCha.c
Md5.c
RsaDigitalSign.c
Sha1.c
Sha2.c
SecureMem.c
PasswordHash.c
BigNumLib.h
BigNumLibInternal.h
BigNumPrimitives.c
BigNumMontgomery.c
[Sources.Ia32]
Ia32/BigNumWordMul64.c
[Sources.X64]
X64/BigNumWordMul64.c
[FixedPcd]
gOpenCorePkgTokenSpaceGuid.PcdOcCryptoAllowedRsaModuli
gOpenCorePkgTokenSpaceGuid.PcdOcCryptoAllowedSigHashTypes
[Packages]
CloverPkg.dec
MdePkg/MdePkg.dec
# OpenCorePkg/OpenCorePkg.dec
[LibraryClasses]
UefiRuntimeServicesTableLib
UefiBootServicesTableLib
MemoryAllocationLib
BaseMemoryLib
BaseLib
UefiLib