提交 770909fe 编写于 作者: O openharmony_ci 提交者: Gitee

!376 【communication_lite】【master】修改lwip和softbus模块的build.gn文件

Merge pull request !376 from BugTerminator/myfeature
...@@ -22,7 +22,7 @@ hcpptest_suite("ActsLwipTest") { ...@@ -22,7 +22,7 @@ hcpptest_suite("ActsLwipTest") {
"restrict=", "restrict=",
] ]
deps = [ "//base/security/huks/frameworks/huks_lite/source:huks" ] deps = ["//third_party/bounds_checking_function:libsec_shared" ]
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
#include "sys/socket.h" #include "sys/socket.h"
#include "arpa/inet.h" #include "arpa/inet.h"
#include "netinet/tcp.h" #include "netinet/tcp.h"
#include "securec.h"
#include <sys/wait.h> #include <sys/wait.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include "securec.h"
using namespace std; using namespace std;
using namespace testing::ext; using namespace testing::ext;
......
...@@ -33,7 +33,7 @@ hcpptest_suite("ActsSoftBusTest") { ...@@ -33,7 +33,7 @@ hcpptest_suite("ActsSoftBusTest") {
"//third_party/bounds_checking_function/include", "//third_party/bounds_checking_function/include",
"//base/startup/syspara_lite/interfaces/kits/include", "//base/startup/syspara_lite/interfaces/kits/include",
"//base/security/deviceauth/interfaces/innerkits/deviceauth_lite", "//base/security/deviceauth/interfaces/innerkits/deviceauth_lite",
"//base/security/deviceauth/frameworks/deviceauth_lite/source/huks_adapter/", "//third_party/bounds_checking_function:libsec_shared",
] ]
defines = [ "_GNU_SOURCE" ] defines = [ "_GNU_SOURCE" ]
......
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "discovery_service.h" #include "discovery_service.h"
#include "session.h" #include "session.h"
#include "securec.h"
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <climits> #include <climits>
#include "securec.h"
using namespace std; using namespace std;
using namespace testing::ext; using namespace testing::ext;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册