SWDEV-466829 - Disable ROCP when in GTest

Change-Id: I3b218fe256717c1dc9187d5f17476dfc990656c2
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
Esse commit está contido em:
Galantsev, Dmitrii
2024-09-26 16:57:32 -05:00
commit c40a6308c5
4 arquivos alterados com 37 adições e 2 exclusões
+1
Ver Arquivo
@@ -79,6 +79,7 @@ typedef enum {
//!< but none was found
RDC_ST_PERM_ERROR, //!< Insufficient permission to complete
//!< operation
RDC_ST_DISABLED_MODULE, //!< Attempted loading disabled module
RDC_ST_UNKNOWN_ERROR = 0xFFFFFFFF //!< Unknown error
} rdc_status_t;