Add a manifest fragment for occupant awareness

Test: atest VtsHalOccupantAwarenessV1_0TargetTest
Bug: 274164202

Change-Id: I781e956b0b654e30b28ae0a50d793389e97cb7e8
This commit is contained in:
Devin Moore
2023-03-23 16:27:37 +00:00
parent 4532252323
commit a301ca6711
2 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ package {
cc_binary {
name: "android.hardware.automotive.occupant_awareness@1.0-service",
init_rc: ["android.hardware.automotive.occupant_awareness@1.0-service.rc"],
vintf_fragments: ["android.hardware.automotive.occupant_awareness-service.xml"],
relative_install_path: "hw",
vendor: true,
srcs: [

View File

@@ -0,0 +1,7 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.automotive.occupant_awareness</name>
<version>1</version>
<fqname>IOccupantAwareness/default</fqname>
</hal>
</manifest>