13ceed64fSopenharmony_ci# Copyright (c) 2023 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.gni")
153ceed64fSopenharmony_ci
163ceed64fSopenharmony_ciohos_copy("copy_ohos_test") {
173ceed64fSopenharmony_ci  sources = [ "./ohos_test.xml" ]
183ceed64fSopenharmony_ci  outputs = [ "$root_out_dir/tests/unittest/form_fwk/form_mgr_service/resource/ohos_test.xml" ]
193ceed64fSopenharmony_ci
203ceed64fSopenharmony_ci  subsystem_name = "ability"
213ceed64fSopenharmony_ci  part_name = "form_fwk"
223ceed64fSopenharmony_ci}
23