Skip to content

Commit

Permalink
sm8350-common: Use manifest_odm for all Oplus additions
Browse files Browse the repository at this point in the history
 * Inline with how we use odm.prop

Change-Id: I44ac11133ffc08486702d9aaa59e4528adde9d74
  • Loading branch information
AKoskovich authored and bgcngm committed Dec 29, 2022
1 parent 26844cc commit c0f950b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 0 additions & 30 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,36 +197,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.appradio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusAppRadio</name>
<instance>oplus_app_slot1</instance>
<instance>oplus_app_slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.ims</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusImsRadio</name>
<instance>oplusimsradio0</instance>
<instance>oplusimsradio1</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.radio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusRadio</name>
<instance>oplus_slot1</instance>
<instance>oplus_slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.esepowermanager</name>
<transport>hwbinder</transport>
Expand Down
30 changes: 30 additions & 0 deletions manifest_odm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,34 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.appradio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusAppRadio</name>
<instance>oplus_app_slot1</instance>
<instance>oplus_app_slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.ims</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusImsRadio</name>
<instance>oplusimsradio0</instance>
<instance>oplusimsradio1</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.radio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOplusRadio</name>
<instance>oplus_slot1</instance>
<instance>oplus_slot2</instance>
</interface>
</hal>
</manifest>

0 comments on commit c0f950b

Please sign in to comment.