mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-11 19:26:27 +00:00
Sync: Throw a build error if CC_AC_GetCapability is enabled
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
b31147da07
commit
72d7e976be
@ -5563,7 +5563,8 @@ COMMAND_DESCRIPTOR_t* s_CommandDataArray[] = {
|
||||
(COMMAND_DESCRIPTOR_t*)_EncryptDecrypt2DataAddress,
|
||||
#endif // CC_EncryptDecrypt2
|
||||
#if (PAD_LIST || CC_AC_GetCapability)
|
||||
(COMMAND_DESCRIPTOR_t*)_GetCapabilityDataAddress,
|
||||
//#error "Not Implemented the Dispatch structure needs to be created" // libtpms changed begin
|
||||
(COMMAND_DESCRIPTOR_t*)_GetCapabilityDataAddress, // libtpms changed end
|
||||
#endif // CC_AC_GetCapability
|
||||
#if (PAD_LIST || CC_AC_Send)
|
||||
(COMMAND_DESCRIPTOR_t*)_AC_SendDataAddress,
|
||||
@ -5598,7 +5599,7 @@ COMMAND_DESCRIPTOR_t* s_CommandDataArray[] = {
|
||||
#if (PAD_LIST || CC_SetCapability)
|
||||
(COMMAND_DESCRIPTOR_t*)_SetCapabilityDataAddress,
|
||||
#endif // CC_SetCapability
|
||||
#if (PAD_LIST || CC_ReadControl)
|
||||
#if (PAD_LIST || CC_ReadOnlyControl)
|
||||
(COMMAND_DESCRIPTOR_t*)_ReadOnlyControlDataAddress,
|
||||
#endif // CC_ReadOnlyControl
|
||||
#if (PAD_LIST || CC_PolicyTransportSPDM)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user