mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 23:21:05 +00:00
fix cj api version
Signed-off-by: cuitengfei <cuitengfei3@huawei.com> Change-Id: I35bf240a3696d40adfba5c3e633df22c0b856646
This commit is contained in:
parent
1dc504c431
commit
b12c338317
@ -37,6 +37,7 @@
|
|||||||
OHOS_ACE_*;
|
OHOS_ACE_*;
|
||||||
GetArkUINodeAPI;
|
GetArkUINodeAPI;
|
||||||
GetArkUIAnyFullNodeAPI;
|
GetArkUIAnyFullNodeAPI;
|
||||||
|
GetCJUIFullNodeAPI;
|
||||||
|
|
||||||
OHOS::Ace::AceApplicationInfo::*;
|
OHOS::Ace::AceApplicationInfo::*;
|
||||||
OHOS::Ace::AceScopedTrace::*;
|
OHOS::Ace::AceScopedTrace::*;
|
||||||
|
@ -2220,6 +2220,7 @@ CJUIFullNodeAPI fullCJUIApi {
|
|||||||
GetCJUIGraphicsAPI, // Graphics
|
GetCJUIGraphicsAPI, // Graphics
|
||||||
GetCJUIDialogAPI,
|
GetCJUIDialogAPI,
|
||||||
GetCJUIExtendedAPI, // Extended
|
GetCJUIExtendedAPI, // Extended
|
||||||
|
NodeAdapter::GetCJUINodeAdapterAPI, // adapter.
|
||||||
};
|
};
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user