File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ jobs:
435435 -DPLUGIN_AVINPUT=ON
436436 -DPLUGIN_HDMIINPUT=ON
437437 -DPLUGIN_HDCPPROFILE=ON
438- -DPLUGIN_HDMICECSOURCE=OFF
438+ -DPLUGIN_HDMICECSOURCE=ON
439439 -DPLUGIN_HDMICECSINK=OFF
440440 -DUSE_THUNDER_R4=ON
441441 -DHIDE_NON_EXTERNAL_SYMBOLS=OFF
@@ -513,7 +513,7 @@ jobs:
513513 -DPLUGIN_AVINPUT=ON
514514 -DPLUGIN_HDMIINPUT=ON
515515 -DPLUGIN_HDCPPROFILE=ON
516- -DPLUGIN_HDMICECSOURCE=OFF
516+ -DPLUGIN_HDMICECSOURCE=ON
517517 -DPLUGIN_HDMICECSINK=OFF
518518 -DRDK_SERVICES_L1_TEST=ON
519519 -DUSE_THUNDER_R4=ON
Original file line number Diff line number Diff line change @@ -114,11 +114,10 @@ add_plugin_test_ex(PLUGIN_HDMIINPUT tests/test_HdmiInput.cpp "${HDMIINPUT_INC}"
114114add_plugin_test_ex(PLUGIN_HDMICEC2 tests/test_HdmiCec2.cpp "../../HdmiCec_2" "${NAMESPACE} HdmiCec_2" )
115115
116116# PLUGIN_HDMICECSINK
117- set (HDMICECSINK_INC ${CMAKE_SINK_DIR } /../entservices-inputoutput/HdmiCecSink ${CMAKE_SINK_DIR } /../entservices-inputoutput/helpers)
117+ set (HDMICECSINK_INC ${CMAKE_SOURCE_DIR } /../entservices-inputoutput/HdmiCecSink ${CMAKE_SOURCE_DIR } /../entservices-inputoutput/helpers)
118118set (HDMICECSINK_LIBS ${NAMESPACE} HdmiCecSink ${NAMESPACE} HdmiCecSinkImplementation)
119119add_plugin_test_ex(PLUGIN_HDMICECSINK tests/test_HdmiCecSink.cpp "${HDMICECSINK_INC} " "${HDMICECSINK_LIBS} " )
120120
121-
122121# PLUGIN_HDMICECSOURCE
123122set (HDMICECSOURCE_INC ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/HdmiCecSource ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/helpers)
124123set (HDMICECSOURCE_LIBS ${NAMESPACE} HdmiCecSource ${NAMESPACE} HdmiCecSourceImplementation)
Original file line number Diff line number Diff line change 2222#include < fstream>
2323#include < string>
2424
25+
26+ #include " HdmiCecSinkImplementation.h"
27+ #include " HdmiCecSinkMock.h"
2528#include " HdmiCecSink.h"
2629#include " FactoriesImplementation.h"
2730#include " IarmBusMock.h"
You can’t perform that action at this time.
0 commit comments