2024-02-28 07:33:01 +00:00
|
|
|
# Copyright (c) 2023-2024 Huawei Device Co., Ltd.
|
2023-04-26 09:00:25 +00:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
2024-08-26 03:18:33 +00:00
|
|
|
device_info_manager_switch_static_disable = true
|
2023-11-01 09:37:06 +00:00
|
|
|
old_device_profile_path = "//foundation/deviceprofile/device_info_manager/old"
|
|
|
|
old_device_profile_service =
|
|
|
|
"//foundation/deviceprofile/device_info_manager/old/services"
|
|
|
|
old_device_profile_innerkits =
|
|
|
|
"//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits"
|
2023-11-02 06:47:23 +00:00
|
|
|
old_device_profile_test =
|
|
|
|
"//foundation/deviceprofile/device_info_manager/old/test"
|
2023-11-01 09:37:06 +00:00
|
|
|
|
|
|
|
old_fuzz_test_output_path = "device_info_manager/device_info_manager"
|
|
|
|
|
|
|
|
device_profile_path = "//foundation/deviceprofile/device_info_manager/"
|
|
|
|
device_profile_common = "//foundation/deviceprofile/device_info_manager/common"
|
2023-04-27 13:00:20 +00:00
|
|
|
device_profile_service =
|
2023-11-10 16:27:54 +00:00
|
|
|
"//foundation/deviceprofile/device_info_manager/services/core"
|
2023-04-27 13:00:20 +00:00
|
|
|
device_profile_innerkits =
|
2023-11-10 16:27:54 +00:00
|
|
|
"//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core"
|
2023-04-26 09:00:25 +00:00
|
|
|
device_profile_test = "//foundation/deviceprofile/device_info_manager/test"
|
2023-09-14 02:17:44 +00:00
|
|
|
|
2024-08-23 02:25:59 +00:00
|
|
|
third_party_json = "//third_party/json"
|
2024-02-28 07:33:01 +00:00
|
|
|
third_party_cjson = "//third_party/cJSON"
|
2023-09-14 02:17:44 +00:00
|
|
|
fuzz_test_output_path = "device_info_manager/device_info_manager"
|
2023-04-28 04:23:09 +00:00
|
|
|
build_flags = [ "-Werror" ]
|