53 lines
1.4 KiB
INI
53 lines
1.4 KiB
INI
## @file
|
|
# Provides some TCM commands
|
|
#
|
|
# This library is used by other modules to send TCM command.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2019, Insyde Software Corp. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = TcmCommandLib
|
|
FILE_GUID = 832EE55C-AF67-4a58-BABF-6FD3158CC6E0
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = TcmCommandLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
TcmStartup.c
|
|
TcmOwnership.c
|
|
TcmNvStorage.c
|
|
TcmGetCapability.c
|
|
TcmPcr.c
|
|
TcmPhysicalPresence.c
|
|
TcmSelfTest.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
SecurityPkg/SecurityPkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
IoLib
|
|
TimerLib
|
|
DebugLib
|
|
TcmDeviceLib
|
|
|