公告板
版本库
filestore
活动
搜索
登录
叶怿
/
UsbCamDfu
安运USB摄像头升级
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
更新
lzw
2024-02-19
4a31fb20e79e910f20e2dc43b3323dd51fa6e7e0
[~yy/UsbCamDfu.git]
/
app
/
src
/
main
/
aidl
/
com
/
fwupgrade
/
saymanss
/
IFwAidlInterface.aidl
1
2
3
4
5
6
7
8
9
// IFwAidlInterface.aidl
package com.fwupgrade.saymanss;
// Declare any non-default types here with import statements
interface IFwAidlInterface {
void upgradeFw(String path,String device);
}