13ceed64fSopenharmony_ci# Copyright (c) 2021-2022 Huawei Device Co., Ltd. 23ceed64fSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 33ceed64fSopenharmony_ci# you may not use this file except in compliance with the License. 43ceed64fSopenharmony_ci# You may obtain a copy of the License at 53ceed64fSopenharmony_ci# 63ceed64fSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 73ceed64fSopenharmony_ci# 83ceed64fSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 93ceed64fSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 103ceed64fSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 113ceed64fSopenharmony_ci# See the License for the specific language governing permissions and 123ceed64fSopenharmony_ci# limitations under the License. 133ceed64fSopenharmony_ci 143ceed64fSopenharmony_ciimport("//build/ohos/sa_profile/sa_profile.gni") 153ceed64fSopenharmony_ci 163ceed64fSopenharmony_ciohos_sa_profile("form_sa_profile") { 173ceed64fSopenharmony_ci sources = [ "403.json" ] 183ceed64fSopenharmony_ci 193ceed64fSopenharmony_ci part_name = "form_fwk" 203ceed64fSopenharmony_ci} 21