-
* Mentioning CodeAurora, AtFwd hal is implemented as an Android service and it starts from the system partition, that is, it's not a traditional vendor hal and hence it should be declared in the framework manifest. Change-Id: I0aa37ae9b3baacf42dcfa54419f62fc528b00bcb Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
* Mentioning CodeAurora, AtFwd hal is implemented as an Android service and it starts from the system partition, that is, it's not a traditional vendor hal and hence it should be declared in the framework manifest. Change-Id: I0aa37ae9b3baacf42dcfa54419f62fc528b00bcb Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
framework_manifest.xml 398 B
<manifest version="1.0" type="framework">
<hal format="hidl">
<name>vendor.qti.hardware.radio.atcmdfwd</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IAtCmdFwd</name>
<instance>AtCmdFwdService</instance>
</interface>
<fqname>@1.0::IAtCmdFwd/AtCmdFwdService</fqname>
</hal>
</manifest>