jyao1 / openspdm

This openspdm is a sample implementation for the DMTF SPDM specification.
Other
20 stars 22 forks source link

need remove SpdmCommonLibInternal.h from other module. #63

Closed jyao1 closed 4 years ago

jyao1 commented 4 years ago

Also, the SpdmCommonLib path should be removed from -I include path.

jyao1 commented 4 years ago

remove CommonLibInternal.h from SpdmSecuredMessageLib and SpdmTransportMctpLib. It is needed for SpdmRequesterLib and SpdmResponderLib, for easy data access.

It is not needed for OsTest. But it is needed for UnitTest, because we may test the internal APIs.