mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
bdff67d2eb
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAF9NS Signed-off-by: wu_zhang_da <wuzhangda@huawei.com> Change-Id: Iba857b46ba82e32d051e653410936d1cf1bdac40
15 lines
574 B
Plaintext
15 lines
574 B
Plaintext
{
|
|
global:
|
|
extern "C++" {
|
|
OHOS::ArkCompiler::AotCompilerClient::GetInstance*;
|
|
OHOS::ArkCompiler::AotCompilerClient::AotCompiler*;
|
|
OHOS::ArkCompiler::AotCompilerClient::StopAotCompiler*;
|
|
OHOS::ArkCompiler::PowerDisconnectedListener::PowerDisconnectedListener*;
|
|
OHOS::ArkCompiler::ScreenStatusSubscriber::ScreenStatusSubscriber*;
|
|
OHOS::ArkCompiler::ThermalMgrListener::ThermalMgrListener*;
|
|
OHOS::ArkCompiler::AotCompilerClient::GetAOTVersion*;
|
|
OHOS::ArkCompiler::AotCompilerClient::NeedReCompile*;
|
|
};
|
|
local:
|
|
*;
|
|
}; |