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:
435
435
-DPLUGIN_AVINPUT=ON
436
436
-DPLUGIN_HDMIINPUT=ON
437
437
-DPLUGIN_HDCPPROFILE=ON
438
- -DPLUGIN_HDMICECSOURCE=OFF
438
+ -DPLUGIN_HDMICECSOURCE=ON
439
439
-DPLUGIN_HDMICECSINK=OFF
440
440
-DUSE_THUNDER_R4=ON
441
441
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
@@ -513,7 +513,7 @@ jobs:
513
513
-DPLUGIN_AVINPUT=ON
514
514
-DPLUGIN_HDMIINPUT=ON
515
515
-DPLUGIN_HDCPPROFILE=ON
516
- -DPLUGIN_HDMICECSOURCE=OFF
516
+ -DPLUGIN_HDMICECSOURCE=ON
517
517
-DPLUGIN_HDMICECSINK=OFF
518
518
-DRDK_SERVICES_L1_TEST=ON
519
519
-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}"
114
114
add_plugin_test_ex(PLUGIN_HDMICEC2 tests/test_HdmiCec2.cpp "../../HdmiCec_2" "${NAMESPACE} HdmiCec_2" )
115
115
116
116
# 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)
118
118
set (HDMICECSINK_LIBS ${NAMESPACE} HdmiCecSink ${NAMESPACE} HdmiCecSinkImplementation)
119
119
add_plugin_test_ex(PLUGIN_HDMICECSINK tests/test_HdmiCecSink.cpp "${HDMICECSINK_INC} " "${HDMICECSINK_LIBS} " )
120
120
121
-
122
121
# PLUGIN_HDMICECSOURCE
123
122
set (HDMICECSOURCE_INC ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/HdmiCecSource ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/helpers)
124
123
set (HDMICECSOURCE_LIBS ${NAMESPACE} HdmiCecSource ${NAMESPACE} HdmiCecSourceImplementation)
Original file line number Diff line number Diff line change 22
22
#include < fstream>
23
23
#include < string>
24
24
25
+
26
+ #include " HdmiCecSinkImplementation.h"
27
+ #include " HdmiCecSinkMock.h"
25
28
#include " HdmiCecSink.h"
26
29
#include " FactoriesImplementation.h"
27
30
#include " IarmBusMock.h"
You can’t perform that action at this time.
0 commit comments