summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Driver/CryptoPei.inf
blob: dfa1ab58b16f155ee70740d55029ec6b8e5f9c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## @file
#  Produces the EDK II Crypto PPI using the library services from BaseCryptLib
#  and TlsLib.  PcdCryptoServiceFamilyEnable is used to enable the subset of
#  available services.  If this PEIM is dispatched before memory is discovered,
#  the RegisterForShadow() feature is used to reload this PEIM into memory after
#  memory is discovered.
#
#  Copyright (C) Microsoft Corporation. All rights reserved.
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
##

[Defines]
  INF_VERSION                    = 0x0001001B
  BASE_NAME                      = CryptoPei
  MODULE_UNI_FILE                = Crypto.uni
  FILE_GUID                      = 0D1CE46B-72D9-4BA7-95DA-23511865E661
  MODULE_TYPE                    = PEIM
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = CryptoPeiEntry

#
# The following information is for reference only and not required by the build tools.
#
#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64
#

[Sources]
  Crypto.c
  CryptoPei.c

[Packages]
  MdePkg/MdePkg.dec
  CryptoPkg/CryptoPkg.dec

[LibraryClasses]
  PeimEntryPoint
  PeiServicesLib
  DebugLib
  BaseCryptLib
  TlsLib

[Ppis]
  gEfiPeiMemoryDiscoveredPpiGuid  ## CONSUMES
  gEdkiiCryptoPpiGuid             ## PRODUCES

[Pcd]
  gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable  ## CONSUMES

[Depex]
  TRUE