dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(bat): fix recovery rotate
huangcm
2025-07-03
77395a8774744853c433c9905fb91c8faf596dcb
[~lzh/A133.git]
/
android
/
device
/
google
/
crosshatch
/
framework_manifest_userdebug.xml
1
2
3
4
5
6
7
8
9
10
11
<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>
</hal>
</manifest>