Files
device_nokia_sdm660-common/framework_manifest.xml
Bruno Martins 3b169ef82f sdm660-common: Add framework manifest
* 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
2019-10-14 22:13:15 +00:00

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>