Skip to content

Commit 44b0d1a

Browse files
committed
Merge branch 'release/1.0.2' into main
2 parents d2bac60 + 6d2b6c6 commit 44b0d1a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+55
-5107
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.0.2](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.1...1.0.2)
8+
9+
- RDKEMW-1691 : Remove unsupported plugins in rdk-e [`#4`](https://github.com/rdkcentral/entservices-inputoutput/pull/4)
10+
- RDK-55887: Update the Plugin Client with QueryInterface with CallSign [`#8`](https://github.com/rdkcentral/entservices-inputoutput/pull/8)
11+
- test [`43988dc`](https://github.com/rdkcentral/entservices-inputoutput/commit/43988dcac9cd750a0afab83f2e85c44f3cb79b7b)
12+
- Delete HdmiInput directory [`73fdb8c`](https://github.com/rdkcentral/entservices-inputoutput/commit/73fdb8c516741a054e8e9026816a6fd92cecbbf8)
13+
- Delete CompositeInput directory [`1b86833`](https://github.com/rdkcentral/entservices-inputoutput/commit/1b8683384658fe40c9bb6fcb0f5f8976b0f37db4)
14+
715
#### [1.0.1](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.0...1.0.1)
816

17+
> 19 February 2025
18+
919
- Update AVInput AVOutput plugins with latest HPK 1.4.4 interface options [`#3`](https://github.com/rdkcentral/entservices-inputoutput/pull/3)
1020
- RDKE-672 - Changelog updates for 1.0.0 [`#2`](https://github.com/rdkcentral/entservices-inputoutput/pull/2)
21+
- RDKE-672 - Changelog updates for 1.0.0 [`#1`](https://github.com/rdkcentral/entservices-inputoutput/pull/1)
1122
- Remove ODM APIs - Phase 1 [`0dd73c6`](https://github.com/rdkcentral/entservices-inputoutput/commit/0dd73c6e92a8b197fa2bb8a1d0e7614c0acb3d0b)
1223
- Composite VideoMode update [`b89381b`](https://github.com/rdkcentral/entservices-inputoutput/commit/b89381be1c5931a918fbf0c677e9539503185245)
1324
- RDKServices changes - getHdmiVersion [`7e0ef17`](https://github.com/rdkcentral/entservices-inputoutput/commit/7e0ef17e4baed5ff3449b645cf3c56211c39c76c)

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)