aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Barezzi <barezzisebastiano@gmail.com>2021-09-13 01:22:23 +0200
committerSebastiano Barezzi <barezzisebastiano@gmail.com>2021-09-20 14:19:36 +0200
commitc280fadac20ef907764c8f5adafbabae2d24e6a8 (patch)
tree4b9154e7f053b1297d15a8b2eca71d930b0821aa
parent0cd4e50d6f5bce1ea252fecffa0249b550a6630f (diff)
sdm660-common: ir: Add VINTF fragment
Change-Id: I56bd82e77cbde3efc9b038ed2bc3857d119bf090
-rw-r--r--ir/Android.bp1
-rw-r--r--ir/android.hardware.ir@1.0-service.xml7
2 files changed, 8 insertions, 0 deletions
diff --git a/ir/Android.bp b/ir/Android.bp
index 03d89e6..b9e782a 100644
--- a/ir/Android.bp
+++ b/ir/Android.bp
@@ -9,6 +9,7 @@ cc_binary {
defaults: ["hidl_defaults"],
relative_install_path: "hw",
init_rc: ["android.hardware.ir@1.0-service.rc"],
+ vintf_fragments: ["android.hardware.ir@1.0-service.xml"],
srcs: [
"ConsumerIr.cpp",
"service.cpp",
diff --git a/ir/android.hardware.ir@1.0-service.xml b/ir/android.hardware.ir@1.0-service.xml
new file mode 100644
index 0000000..a188190
--- /dev/null
+++ b/ir/android.hardware.ir@1.0-service.xml
@@ -0,0 +1,7 @@
+<manifest version="1.0" type="device">
+ <hal format="hidl">
+ <name>android.hardware.ir</name>
+ <transport>hwbinder</transport>
+ <fqname>@1.0::IConsumerIr/default</fqname>
+ </hal>
+</manifest>