From fbd762204b67109f226e18836d91372187a91003 Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Tue, 10 Jan 2017 17:43:40 -0800 Subject: Add profiling for sensors, light, and power HALs. Test: make vts Change-Id: I564f3066dd61eacb4e138133d8df62840e24e99d --- .../hal/light/hidl/target_profiling/Android.mk | 25 ++++++++++++++++ .../light/hidl/target_profiling/AndroidTest.xml | 33 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 light/2.0/vts/functional/vts/testcases/hal/light/hidl/target_profiling/Android.mk create mode 100644 light/2.0/vts/functional/vts/testcases/hal/light/hidl/target_profiling/AndroidTest.xml (limited to 'light') diff --git a/light/2.0/vts/functional/vts/testcases/hal/light/hidl/target_profiling/Android.mk b/light/2.0/vts/functional/vts/testcases/hal/light/hidl/target_profiling/Android.mk new file mode 100644 index 000000000..939929de5 --- /dev/null +++ b/light/2.0/vts/functional/vts/testcases/hal/light/hidl/target_profiling/Android.mk @@ -0,0 +1,25 @@ +# +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +LOCAL_PATH := $(call my-dir) + +include $(call all-subdir-makefiles) + +include $(CLEAR_VARS) + +LOCAL_MODULE := LightHidlTargetProfilingTest +VTS_CONFIG_SRC_DIR := testcases/hal/light/hidl/target_profiling +include test/vts/tools/build/Android.host_config.mk diff --git a/light/2.0/vts/functional/vts/testcases/hal/light/hidl/target_profiling/AndroidTest.xml b/light/2.0/vts/functional/vts/testcases/hal/light/hidl/target_profiling/AndroidTest.xml new file mode 100644 index 000000000..b800fba2a --- /dev/null +++ b/light/2.0/vts/functional/vts/testcases/hal/light/hidl/target_profiling/AndroidTest.xml @@ -0,0 +1,33 @@ + + + + + + + + + + -- cgit v1.2.3