15f9996aaSopenharmony_ci# 25f9996aaSopenharmony_ci# Copyright (c) 2020 Huawei Device Co., Ltd. 35f9996aaSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 45f9996aaSopenharmony_ci# you may not use this file except in compliance with the License. 55f9996aaSopenharmony_ci# You may obtain a copy of the License at 65f9996aaSopenharmony_ci# 75f9996aaSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 85f9996aaSopenharmony_ci# 95f9996aaSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 105f9996aaSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 115f9996aaSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 125f9996aaSopenharmony_ci# See the License for the specific language governing permissions and 135f9996aaSopenharmony_ci# limitations under the License. 145f9996aaSopenharmony_ci# 155f9996aaSopenharmony_ci 165f9996aaSopenharmony_ciimport("//build/lite/config/subsystem/lite_subsystem.gni") 175f9996aaSopenharmony_ci 185f9996aaSopenharmony_cilite_subsystem("aafwk") { 195f9996aaSopenharmony_ci subsystem_components = [ 205f9996aaSopenharmony_ci "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", 215f9996aaSopenharmony_ci "${aafwk_lite_path}/frameworks/abilitymgr_lite:aafwk_abilityManager_lite", 225f9996aaSopenharmony_ci "${aafwk_lite_path}/services/abilitymgr_lite:aafwk_services_lite", 235f9996aaSopenharmony_ci ] 245f9996aaSopenharmony_ci} 25