Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [1.0.2](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.1...1.0.2)

- RDKEMW-1691 : Remove unsupported plugins in rdk-e [`#4`](https://github.com/rdkcentral/entservices-inputoutput/pull/4)
- RDK-55887: Update the Plugin Client with QueryInterface with CallSign [`#8`](https://github.com/rdkcentral/entservices-inputoutput/pull/8)
- test [`43988dc`](https://github.com/rdkcentral/entservices-inputoutput/commit/43988dcac9cd750a0afab83f2e85c44f3cb79b7b)
- Delete HdmiInput directory [`73fdb8c`](https://github.com/rdkcentral/entservices-inputoutput/commit/73fdb8c516741a054e8e9026816a6fd92cecbbf8)
- Delete CompositeInput directory [`1b86833`](https://github.com/rdkcentral/entservices-inputoutput/commit/1b8683384658fe40c9bb6fcb0f5f8976b0f37db4)

#### [1.0.1](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.0...1.0.1)

> 19 February 2025

- Update AVInput AVOutput plugins with latest HPK 1.4.4 interface options [`#3`](https://github.com/rdkcentral/entservices-inputoutput/pull/3)
- RDKE-672 - Changelog updates for 1.0.0 [`#2`](https://github.com/rdkcentral/entservices-inputoutput/pull/2)
- RDKE-672 - Changelog updates for 1.0.0 [`#1`](https://github.com/rdkcentral/entservices-inputoutput/pull/1)
- Remove ODM APIs - Phase 1 [`0dd73c6`](https://github.com/rdkcentral/entservices-inputoutput/commit/0dd73c6e92a8b197fa2bb8a1d0e7614c0acb3d0b)
- Composite VideoMode update [`b89381b`](https://github.com/rdkcentral/entservices-inputoutput/commit/b89381be1c5931a918fbf0c677e9539503185245)
- RDKServices changes - getHdmiVersion [`7e0ef17`](https://github.com/rdkcentral/entservices-inputoutput/commit/7e0ef17e4baed5ff3449b645cf3c56211c39c76c)
Expand Down
12 changes: 0 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###

Check failure on line 1 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / call-fossid-workflow / Fossid Annotate PR

FossID License Issue Detected

Source code with 'Apache-2.0' license found in local file 'CMakeLists.txt' (Match: rdkcentral/rdkservices/1, 71 lines, url: https://github.com/rdkcentral/rdkservices/archive/GRT_v1.tar.gz, file: CMakeLists.txt)
# If not stated otherwise in this file or this component's LICENSE
# file the following copyright and licenses apply:
#
Expand Down Expand Up @@ -44,10 +44,6 @@
add_subdirectory(AVOutput)
endif()

if(PLUGIN_HDMICEC2)
add_subdirectory(HdmiCec_2)
endif()

if(PLUGIN_HDMICECSOURCE)
add_subdirectory(HdmiCecSource)
endif()
Expand All @@ -60,14 +56,6 @@
add_subdirectory(HdcpProfile)
endif()

if(PLUGIN_HDMIINPUT)
add_subdirectory(HdmiInput)
endif()

if(PLUGIN_COMPOSITEINPUT)
add_subdirectory(CompositeInput)
endif()

if(WPEFRAMEWORK_CREATE_IPKG_TARGETS)
set(CPACK_GENERATOR "DEB")
set(CPACK_DEB_COMPONENT_INSTALL ON)
Expand Down
28 changes: 0 additions & 28 deletions CompositeInput/CHANGELOG.md

This file was deleted.

54 changes: 0 additions & 54 deletions CompositeInput/CMakeLists.txt

This file was deleted.

4 changes: 0 additions & 4 deletions CompositeInput/CompositeInput.conf.in

This file was deleted.

7 changes: 0 additions & 7 deletions CompositeInput/CompositeInput.config

This file was deleted.

Loading
Loading