gn modify

Signed-off-by: wangxuanxuan <wangxuanxuan9@huawei.com>
This commit is contained in:
wangxuanxuan
2023-06-13 14:57:08 +08:00
parent 132fbfe328
commit 636eb0d3f3
60 changed files with 119 additions and 89 deletions
-1
View File
@@ -43,7 +43,6 @@ ohos_shared_library("libdinput_handler") {
]
deps = [
"${fwk_utils_path}:distributedhardwareutils",
"${utils_path}:libdinput_utils",
"//third_party/libevdev:libevdev",
"//third_party/openssl:libcrypto_static",
@@ -28,13 +28,13 @@
#include <linux/input.h>
#include <linux/uinput.h>
#include "anonymous_string.h"
#include "nlohmann/json.hpp"
#include "constants_dinput.h"
#include "dinput_errcode.h"
#include "dinput_log.h"
#include "dinput_softbus_define.h"
#include "dinput_utils_tool.h"
#include "softbus_bus_center.h"
namespace OHOS {
@@ -63,7 +63,6 @@ ohos_unittest("distributed_input_handler_test") {
]
deps = [
"${fwk_utils_path}:distributedhardwareutils",
"${utils_path}:libdinput_utils",
"//third_party/libevdev:libevdev",
"//third_party/openssl:libcrypto_static",