mirror of
https://github.com/Evolution-X-Devices/device_nokia_sdm660-common
synced 2026-02-01 08:51:29 +00:00
* 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
13 lines
398 B
XML
13 lines
398 B
XML
<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>
|