/* * 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); };