10b9a52e3Sopenharmony_ci# Copyright (C) 2022 Huawei Device Co., Ltd. 20b9a52e3Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 30b9a52e3Sopenharmony_ci# you may not use this file except in compliance with the License. 40b9a52e3Sopenharmony_ci# You may obtain a copy of the License at 50b9a52e3Sopenharmony_ci# 60b9a52e3Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 70b9a52e3Sopenharmony_ci# 80b9a52e3Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 90b9a52e3Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 100b9a52e3Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 110b9a52e3Sopenharmony_ci# See the License for the specific language governing permissions and 120b9a52e3Sopenharmony_ci# limitations under the License. 130b9a52e3Sopenharmony_ci 140b9a52e3Sopenharmony_ciimport("//build/ohos.gni") 150b9a52e3Sopenharmony_ciimport("frameaware.gni") 160b9a52e3Sopenharmony_ci 170b9a52e3Sopenharmony_cigroup("libintellisensesched_intf") { 180b9a52e3Sopenharmony_ci public_deps = [ 190b9a52e3Sopenharmony_ci "interfaces/innerkits/frameintf:frame_msg_intf", 200b9a52e3Sopenharmony_ci "interfaces/innerkits/frameintf:frame_ui_intf", 210b9a52e3Sopenharmony_ci ] 220b9a52e3Sopenharmony_ci} 23