Skip to content

Commit f89d763

Browse files
authored
Merge pull request #4 from ssitar583/develop
RDKEMW-1691 : Remove unsupported plugins in rdk-e
2 parents ff25a16 + baf11f9 commit f89d763

32 files changed

+0
-4965
lines changed

CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ if(PLUGIN_AVOUTPUT)
4444
add_subdirectory(AVOutput)
4545
endif()
4646

47-
if(PLUGIN_HDMICEC2)
48-
add_subdirectory(HdmiCec_2)
49-
endif()
50-
5147
if(PLUGIN_HDMICECSOURCE)
5248
add_subdirectory(HdmiCecSource)
5349
endif()
@@ -60,14 +56,6 @@ if(PLUGIN_HDCPPROFILE)
6056
add_subdirectory(HdcpProfile)
6157
endif()
6258

63-
if(PLUGIN_HDMIINPUT)
64-
add_subdirectory(HdmiInput)
65-
endif()
66-
67-
if(PLUGIN_COMPOSITEINPUT)
68-
add_subdirectory(CompositeInput)
69-
endif()
70-
7159
if(WPEFRAMEWORK_CREATE_IPKG_TARGETS)
7260
set(CPACK_GENERATOR "DEB")
7361
set(CPACK_DEB_COMPONENT_INSTALL ON)

CompositeInput/CHANGELOG.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

CompositeInput/CMakeLists.txt

Lines changed: 0 additions & 54 deletions
This file was deleted.

CompositeInput/CompositeInput.conf.in

Lines changed: 0 additions & 4 deletions
This file was deleted.

CompositeInput/CompositeInput.config

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)