提交 a6e2e8cf 编写于 作者: T tangshihua

修改mock设备名称

Signed-off-by: Ntangshihua <tangshihua@huawei.com>
上级 bb6f9b7c
......@@ -80,13 +80,13 @@ void MockIDevice::SetDynamicInputSupported(bool isSupported)
int32_t MockIDevice::GetDeviceName(std::string& name)
{
name = "RK3568-CPU";
name = "Device-CPU";
return HDF_SUCCESS;
}
int32_t MockIDevice::GetVendorName(std::string& name)
{
name = "Rockchip";
name = "TestVendor";
return HDF_SUCCESS;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册