rdkcentral / rdk-halif-test-device_settings

RDK Device Settings Hardware Abstraction Layer test suite
Apache License 2.0
2 stars 5 forks source link

gh #139 getEdidBytes L1 issue #140

Closed thanushreevani closed 2 months ago

thanushreevani commented 2 months ago

To fix coredump in dsGetEDIDBytes_L1_positive internally getEDIDBytes of dsDisplay calls the GetEDIDData of TvClientWrapper which requires TvClient object. This is initialized in dsHdmiInInit function. So calling that in L1 also

thanushreevani commented 2 months ago

TvClient object is initialized in dsHdmiInInit and L1 should not have dependency of other hal. so this needs to be handled in HAL