Bugfix: add singleton global variables to napi version script

1)在version script中公开singleton.h中的instance_以及mutext_全局变量;单例全局变量有在多个ELF中有多份,需确保都是公开的,隐藏后会导致操作不同实例。
2)公开ipc iremoute_broker.h中的BrokerDelegator单例实例delgator_全局变量。
3) 补齐ace engine需要的特殊符号。

Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: Ib089aa7daf153c4cd031e1addab5e7426f3df832

#I6AQE0
This commit is contained in:
handyohos 2023-01-16 19:32:00 +08:00
parent ffd0daed86
commit 871623c917

View File

@ -15,8 +15,5 @@
"image",
"featureability",
"medical",
"devicestatus",
"hiappevent",
"hiappevent_v9",
"quickfixmanager_napi"
"devicestatus"
]