diff --git a/src/tpm2/TPMCmdp.c b/src/tpm2/TPMCmdp.c index 63957290..83dc6fcc 100644 --- a/src/tpm2/TPMCmdp.c +++ b/src/tpm2/TPMCmdp.c @@ -333,46 +333,3 @@ bool _rpc__Signal_IsPowerOn(void) } /* libtpms added end */ -#if 0 -/* D.4 TPMCmdp.c */ -/* D.4.1. Description */ -/* This file contains the functions that process the commands received on the control port or the - command port of the simulator. The control port is used to allow simulation of hardware events - (such as, _TPM_Hash_Start()) to test the simulated TPM's reaction to those events. This improves - code coverage of the testing. */ -/* D.4.2. Includes and Data Definitions */ -#include -#include -#include -#include -#include "TpmBuildSwitches.h" -#ifdef TPM_WINDOWS -#include -#include -#endif -//#include "Platform_fp.h" -#include "PlatformACT_fp.h" -#include "ExecCommand_fp.h" -#include "Manufacture_fp.h" -#include "_TPM_Init_fp.h" -#include "_TPM_Hash_Start_fp.h" -#include "_TPM_Hash_Data_fp.h" -#include "_TPM_Hash_End_fp.h" -#include "TpmFail_fp.h" -#include "TpmTcpProtocol.h" -#include "Simulator_fp.h" -#ifdef TPM_WINDOWS -#include "TcpServer_fp.h" /* kgold */ -#endif -#ifdef TPM_POSIX -#include "TcpServerPosix_fp.h" /* kgold */ -#endif -#include "TpmProfile.h" /* kgold */ - - - - -#define TPM_RH_ACT_0 0x40000110 - - -#endif