Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90a7a42e authored by Keun Soo Yim's avatar Keun Soo Yim
Browse files

use passthough mode and specify the hwbinder service name

Test: mma
Bug: 33552122
Change-Id: I006f08d547facb25a91e1a785d267127faa1bd67
parent b25b003a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,11 +34,15 @@ class TvCecHidlTest(base_test_with_webdb.BaseTestWithWebDbClass):
        self.dut.shell.InvokeTerminal("one")
        self.dut.shell.one.Execute("setenforce 0")  # SELinux permissive mode

        self.dut.shell.one.Execute(
            "setprop vts.hal.vts.hidl.get_stub true")

        self.dut.hal.InitHidlHal(target_type="tv_cec",
                                 target_basepaths=["/system/lib64"],
                                 target_version=1.0,
                                 target_package="android.hardware.tv.cec",
                                 target_component_name="IHdmiCec",
                                 hw_binder_service_name="tv.cec",
                                 bits=64)

    def testGetCecVersion1(self):