1## @file
2#  This is a Opal Password PEI driver.
3#
4# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10  INF_VERSION                    = 0x00010005
11  BASE_NAME                      = OpalPasswordPei
12  FILE_GUID                      = DED60489-979C-4B5A-8EE4-4068B0CC38DC
13  MODULE_TYPE                    = PEIM
14  VERSION_STRING                 = 1.0
15  ENTRY_POINT                    = OpalPasswordPeiInit
16
17#
18# The following information is for reference only and not required by the build tools.
19#
20#  VALID_ARCHITECTURES           = IA32 X64
21#
22
23[Sources]
24  OpalPasswordPei.c
25  OpalPasswordPei.h
26  OpalPasswordCommon.h
27
28[Packages]
29  MdePkg/MdePkg.dec
30  SecurityPkg/SecurityPkg.dec
31  MdeModulePkg/MdeModulePkg.dec
32
33[LibraryClasses]
34  PeimEntryPoint
35  PeiServicesLib
36  DebugLib
37  IoLib
38  PciLib
39  BaseLib
40  BaseMemoryLib
41  MemoryAllocationLib
42  LockBoxLib
43  TcgStorageOpalLib
44  Tcg2PhysicalPresenceLib
45  PeiServicesTablePointerLib
46
47[Ppis]
48  gEdkiiPeiStorageSecurityCommandPpiGuid        ## NOTIFY
49
50[Depex]
51  gEfiPeiMasterBootModePpiGuid
52