You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* Copyright (c) Hisilicon Technologies Co., Ltd. 2012-2020. All rights reserved.
|
|
* Description:
|
|
* Author:
|
|
* create:
|
|
*/
|
|
|
|
package vendor.huanglong.hardware.hwtvmw@1.0;
|
|
|
|
interface IHwtvmwCallback {
|
|
hwNotify(uint32_t type, string reply, string request) generates (string notifyReply);
|
|
};
|