Skip to content
Snippets Groups Projects
Commit 973d3935 authored by Garfield Tan's avatar Garfield Tan Committed by Automerger Merge Worker
Browse files

Move v4l2_codec HAL from the manifest to a vintf fragment am: 7e153427 am:...

Move v4l2_codec HAL from the manifest to a vintf fragment am: 7e153427 am: 6739e0ef am: 05b0a17e am: 5a5fefaf

Original change: https://android-review.googlesource.com/c/platform/external/v4l2_codec2/+/2665236



Change-Id: I025b411861f4d3863779378cf94eca7e8342e077
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ff5f31c4 5a5fefaf
No related branches found
No related tags found
No related merge requests found
......@@ -74,26 +74,6 @@ PRODUCT_COPY_FILES += \
<path_to_policy>:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/codec2.vendor.ext.policy
```
Enable codec2 hidl in manifest.xml
```xml
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.media.c2</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IComponentStore</name>
<instance>default</instance>
</interface>
<interface>
<name>IConfigurable</name>
<instance>default</instance>
</interface>
</hal>
</manifest>
```
Add decode and encode components in media\_codecs\_c2.xml
```xml
......
......@@ -44,4 +44,5 @@ cc_binary {
init_rc: ["android.hardware.media.c2@1.0-service-v4l2-64.rc"],
},
},
vintf_fragments: ["android.hardware.media.c2@1.2-service-v4l2.xml"],
}
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.media.c2</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>IComponentStore</name>
<instance>default</instance>
</interface>
</hal>
</manifest>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment