diff --git a/window_manager/dmserver/ft_build/BUILD.gn b/window_manager/dmserver/ft_build/BUILD.gn index 951e759ec9e492dea1acd961726ca577edd5d8d6..a1411abef7f01a1e270a86341362b210e93d8152 100644 --- a/window_manager/dmserver/ft_build/BUILD.gn +++ b/window_manager/dmserver/ft_build/BUILD.gn @@ -71,5 +71,6 @@ ft_shared_library("libdms") { "//build/gn/configs/system_libs:safwk", "//build/gn/configs/system_libs:eventhandler", "//build/gn/configs/system_libs:skia", + "//build/gn/configs/system_libs:syspara", ] } diff --git a/window_manager/ft_adapter/parameters.h b/window_manager/ft_adapter/parameters.h deleted file mode 100644 index ef6754899ea7dc124f5dbda113bbad0754231336..0000000000000000000000000000000000000000 --- a/window_manager/ft_adapter/parameters.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (c) 2023 Huawei Technologies Co., Ltd. - * 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. - */ - -#ifndef SYSTEM_PARAMETERS_H -#define SYSTEM_PARAMETERS_H - -#include -#include - -namespace OHOS { -namespace system { -static std::string GetParameter(const std::string& key, const std::string& def) -{ - return ""; -} -static bool SetParameter(const std::string& key, const std::string& value) -{ - return true; -} -} // namespace system -} // namespace OHOS - -#endif // SYSTEM_PARAMETERS_H \ No newline at end of file diff --git a/window_manager/wmserver/ft_build/BUILD.gn b/window_manager/wmserver/ft_build/BUILD.gn index 5eed6d5d4e50d39086c481069140657a2c0d44f3..4f3128d05b6ae7e18f9cff7d90dc806fcfd5168a 100644 --- a/window_manager/wmserver/ft_build/BUILD.gn +++ b/window_manager/wmserver/ft_build/BUILD.gn @@ -98,5 +98,6 @@ ft_shared_library("libwms") { "//build/gn/configs/system_libs:skia", "//build/gn/configs/system_libs:image", "//build/gn/configs/system_libs:mmi", + "//build/gn/configs/system_libs:syspara", ] }