add navigation animation

Signed-off-by: mengwuyan <mengwuyan@huawei.com>
This commit is contained in:
mengwuyan 2024-07-19 10:52:20 +08:00
parent f8d5ed684d
commit 8c04e14bf9
2 changed files with 1 additions and 1 deletions

View File

@ -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",

View File

@ -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;