Skip to content
Snippets Groups Projects
  • Garfield Tan's avatar
    7e153427
    Move v4l2_codec HAL from the manifest to a vintf fragment · 7e153427
    Garfield Tan authored
    The code owner then owns the manifest the vintf fragment.
    
    Remove IConfigurable because it isn't declared in the compatibility
    matrix. It isn't registered to hwservice_manager either in the
    implementation.
    
    Bug: 291157411
    Test: ARC++ boots.
    Change-Id: I1616bf2ae90327e87bf13cc379e85927333eb0ed
    Merged-In: I1616bf2ae90327e87bf13cc379e85927333eb0ed
    7e153427
    History
    Move v4l2_codec HAL from the manifest to a vintf fragment
    Garfield Tan authored
    The code owner then owns the manifest the vintf fragment.
    
    Remove IConfigurable because it isn't declared in the compatibility
    matrix. It isn't registered to hwservice_manager either in the
    implementation.
    
    Bug: 291157411
    Test: ARC++ boots.
    Change-Id: I1616bf2ae90327e87bf13cc379e85927333eb0ed
    Merged-In: I1616bf2ae90327e87bf13cc379e85927333eb0ed
android.hardware.media.c2@1.2-service-v4l2.xml 313 B
<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>