1600cc4afSopenharmony_ci# Copyright (c) 2021 Huawei Device Co., Ltd. 2600cc4afSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3600cc4afSopenharmony_ci# you may not use this file except in compliance with the License. 4600cc4afSopenharmony_ci# You may obtain a copy of the License at 5600cc4afSopenharmony_ci# 6600cc4afSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7600cc4afSopenharmony_ci# 8600cc4afSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9600cc4afSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10600cc4afSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11600cc4afSopenharmony_ci# See the License for the specific language governing permissions and 12600cc4afSopenharmony_ci# limitations under the License. 13600cc4afSopenharmony_ci 14600cc4afSopenharmony_ciimport("../../appexecfwk.gni") 15600cc4afSopenharmony_ci 16600cc4afSopenharmony_ciconfig("common_test_config") { 17600cc4afSopenharmony_ci defines = [ 18600cc4afSopenharmony_ci "APP_LOG_TAG = \"BundleMgrService\"", 19600cc4afSopenharmony_ci "LOG_DOMAIN = 0xD001120", 20600cc4afSopenharmony_ci ] 21600cc4afSopenharmony_ci} 22600cc4afSopenharmony_ci 23600cc4afSopenharmony_cigroup("unittest") { 24600cc4afSopenharmony_ci testonly = true 25600cc4afSopenharmony_ci 26600cc4afSopenharmony_ci deps = [ 27600cc4afSopenharmony_ci "unittest/common_appexecfwk_log_test:unittest", 28600cc4afSopenharmony_ci "unittest/common_perf_profile_test:unittest", 29600cc4afSopenharmony_ci ] 30600cc4afSopenharmony_ci} 31