mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 23:21:05 +00:00
add navigation animation
Signed-off-by: mengwuyan <mengwuyan@huawei.com>
This commit is contained in:
parent
f8d5ed684d
commit
8c04e14bf9
@ -133,6 +133,7 @@ ohos_source_set("ace_components_base") {
|
||||
"$ace_root/frameworks/core/components_ng/base/view_abstract.cpp",
|
||||
"$ace_root/frameworks/core/components_ng/base/view_abstract_model_ng.cpp",
|
||||
"$ace_root/frameworks/core/components_ng/base/view_advanced_register.cpp",
|
||||
"$ace_root/frameworks/core/components_ng/base/navigation_register.cpp",
|
||||
"$ace_root/frameworks/core/components_ng/base/view_full_update_model_ng.cpp",
|
||||
"$ace_root/frameworks/core/components_ng/base/view_partial_update_model_ng.cpp",
|
||||
"$ace_root/frameworks/core/components_ng/base/view_stack_processor.cpp",
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "test/mock/core/common/mock_theme_manager.h"
|
||||
#include "test/mock/core/pipeline/mock_pipeline_context.h"
|
||||
#include "test/mock/core/common/mock_container.h"
|
||||
#include "core/components_ng/base/navigation_register.h"
|
||||
|
||||
using namespace testing;
|
||||
using namespace testing::ext;
|
||||
|
Loading…
Reference in New Issue
Block a user