• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2025 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14import("//build/config/components/ets_frontend/ets2abc_config.gni")
15import("//build/ohos.gni")
16import("//foundation/arkui/ace_engine/ace_config.gni")
17
18group("ace_ani_package") {
19  deps = [
20    "${ace_root}/interfaces/ets/ani/animator:animator_ani",
21    "${ace_root}/interfaces/ets/ani/animator:animator_ani_abc",
22    "${ace_root}/interfaces/ets/ani/animator:animator_ani_abc_etc",
23    "${ace_root}/interfaces/ets/ani/componentSnapshot:componentSnapshot_ani",
24    "${ace_root}/interfaces/ets/ani/componentSnapshot:componentSnapshot_etc",
25    "${ace_root}/interfaces/ets/ani/componentUtils:componentUtils_ani",
26    "${ace_root}/interfaces/ets/ani/componentUtils:componentUtils_etc",
27    "${ace_root}/interfaces/ets/ani/curves:curves_ani",
28    "${ace_root}/interfaces/ets/ani/curves:curves_etc",
29    "${ace_root}/interfaces/ets/ani/displaySync:display_sync_ani",
30    "${ace_root}/interfaces/ets/ani/displaySync:display_sync_ani_abc_etc",
31    "${ace_root}/interfaces/ets/ani/imagecache:imagecache_ani",
32    "${ace_root}/interfaces/ets/ani/imagecache:imagecache_etc",
33    "${ace_root}/interfaces/ets/ani/inspector:ani_inspector_group",
34    "${ace_root}/interfaces/ets/ani/focuscontroller:focusController_ani",
35    "${ace_root}/interfaces/ets/ani/focuscontroller:focusController_etc",
36    "${ace_root}/interfaces/ets/ani/matrix4:matrix4_ani",
37    "${ace_root}/interfaces/ets/ani/matrix4:matrix4_etc",
38    "${ace_root}/interfaces/ets/ani/mediaquery:mediaquery_ani",
39    "${ace_root}/interfaces/ets/ani/mediaquery:mediaquery_etc",
40    "${ace_root}/interfaces/ets/ani/ohosprompt:prompt_ani",
41    "${ace_root}/interfaces/ets/ani/ohosprompt:prompt_etc",
42    "${ace_root}/interfaces/ets/ani/performanceMonitor:performanceMonitor_ani",
43    "${ace_root}/interfaces/ets/ani/performanceMonitor:performanceMonitor_etc",
44    "${ace_root}/interfaces/ets/ani/pluginComponent:ani_pluginComponent_group",
45    "${ace_root}/interfaces/ets/ani/promptaction:promptAction_ani",
46    "${ace_root}/interfaces/ets/ani/promptaction:promptAction_etc",
47    "${ace_root}/interfaces/ets/ani/systemprompt:systemprompt_ani",
48    "${ace_root}/interfaces/ets/ani/systemprompt:systemprompt_etc",
49    "${ace_root}/interfaces/ets/ani/observer:observer_ani",
50    "${ace_root}/interfaces/ets/ani/observer:observer_etc",
51  ]
52}
53