1816fd32cSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
2816fd32cSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3816fd32cSopenharmony_ci# you may not use this file except in compliance with the License.
4816fd32cSopenharmony_ci# You may obtain a copy of the License at
5816fd32cSopenharmony_ci#
6816fd32cSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7816fd32cSopenharmony_ci#
8816fd32cSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9816fd32cSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10816fd32cSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11816fd32cSopenharmony_ci# See the License for the specific language governing permissions and
12816fd32cSopenharmony_ci# limitations under the License.
13816fd32cSopenharmony_ci
14816fd32cSopenharmony_ciimport("//build/ohos.gni")
15816fd32cSopenharmony_ci
16816fd32cSopenharmony_ciohos_copy("copy_ohos_test") {
17816fd32cSopenharmony_ci  sources = [ "./ohos_test.xml" ]
18816fd32cSopenharmony_ci  outputs = [ "$root_out_dir/tests/unittest/data_share/resource/ohos_test.xml" ]
19816fd32cSopenharmony_ci
20816fd32cSopenharmony_ci  subsystem_name = "distributeddatamgr"
21816fd32cSopenharmony_ci  part_name = "data_share"
22816fd32cSopenharmony_ci}
23