From 25e8f5fa42ebd2127bc2b7124910975580912b31 Mon Sep 17 00:00:00 2001 From: Nathalie Le Clair Date: Wed, 11 Jan 2023 13:40:40 +0100 Subject: [PATCH] Add HDMI eARC, Connection and CEC to presubmit Additionally, delete a file from when the HDMI Connection HAL was still called the HDMI HAL. This file has been replaced by a corresponding file in hdmi/connection/aidl/... Test: lunch cf_x86_tv-userdebug; make; atest VtsHalTvHdmiCecAidlTargetTest; atest VtsHalTvHdmiConnectionAidlTargetTest; atest VtsHalTvHdmiEArcAidlTargetTest; Bug: 261729059 Change-Id: I472c054fd553f49c8834049a21eb4aa91f17285e --- tv/hdmi/connection/aidl/TEST_MAPPING | 7 ++++ .../aidl/vts/functional/AndroidTest.xml | 33 +++++++++++++++++++ tv/hdmi/earc/aidl/TEST_MAPPING | 7 ++++ .../earc/aidl/vts/functional/AndroidTest.xml | 33 +++++++++++++++++++ 4 files changed, 80 insertions(+) create mode 100644 tv/hdmi/connection/aidl/TEST_MAPPING create mode 100644 tv/hdmi/connection/aidl/vts/functional/AndroidTest.xml create mode 100644 tv/hdmi/earc/aidl/TEST_MAPPING create mode 100644 tv/hdmi/earc/aidl/vts/functional/AndroidTest.xml diff --git a/tv/hdmi/connection/aidl/TEST_MAPPING b/tv/hdmi/connection/aidl/TEST_MAPPING new file mode 100644 index 0000000000..13cf0c2155 --- /dev/null +++ b/tv/hdmi/connection/aidl/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "VtsHalTvHdmiConnectionAidlTargetTest" + } + ] +} diff --git a/tv/hdmi/connection/aidl/vts/functional/AndroidTest.xml b/tv/hdmi/connection/aidl/vts/functional/AndroidTest.xml new file mode 100644 index 0000000000..5a7fed0285 --- /dev/null +++ b/tv/hdmi/connection/aidl/vts/functional/AndroidTest.xml @@ -0,0 +1,33 @@ + + + + diff --git a/tv/hdmi/earc/aidl/TEST_MAPPING b/tv/hdmi/earc/aidl/TEST_MAPPING new file mode 100644 index 0000000000..ccc48fc859 --- /dev/null +++ b/tv/hdmi/earc/aidl/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "VtsHalTvHdmiEArcAidlTargetTest" + } + ] +} diff --git a/tv/hdmi/earc/aidl/vts/functional/AndroidTest.xml b/tv/hdmi/earc/aidl/vts/functional/AndroidTest.xml new file mode 100644 index 0000000000..12dd1e42d9 --- /dev/null +++ b/tv/hdmi/earc/aidl/vts/functional/AndroidTest.xml @@ -0,0 +1,33 @@ + + + +