From 0eee7a02fecf4dfeb45988009531fae70b0e869b Mon Sep 17 00:00:00 2001 From: fangyunzhong Date: Wed, 20 Sep 2023 08:09:15 +0000 Subject: [PATCH] =?UTF-8?q?libxml2=E4=BE=9D=E8=B5=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangyunzhong --- frameworks/core/frame_aware_policy/include/para_config.h | 6 +++--- interfaces/innerkits/frameintf/BUILD.gn | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/frameworks/core/frame_aware_policy/include/para_config.h b/frameworks/core/frame_aware_policy/include/para_config.h index 3ece37b..025ca3f 100644 --- a/frameworks/core/frame_aware_policy/include/para_config.h +++ b/frameworks/core/frame_aware_policy/include/para_config.h @@ -21,9 +21,9 @@ #include #include #include -#include "third_party/libxml2/include/libxml/parser.h" -#include "third_party/libxml2/include/libxml/tree.h" -#include "third_party/libxml2/include/libxml/xpath.h" +#include "libxml/parser.h" +#include "libxml/tree.h" +#include "libxml/xpath.h" #include "rme_log_domain.h" #include "single_instance.h" diff --git a/interfaces/innerkits/frameintf/BUILD.gn b/interfaces/innerkits/frameintf/BUILD.gn index e4ad290..40c1f1e 100644 --- a/interfaces/innerkits/frameintf/BUILD.gn +++ b/interfaces/innerkits/frameintf/BUILD.gn @@ -85,7 +85,6 @@ config("frame_msg_intf_config") { "../../../frameworks/core/frame_aware_policy/include", "../../../common/include", "../../../qos_manager/include", - "//third_party/libxml2/include", ] } @@ -106,7 +105,7 @@ ohos_shared_library("frame_msg_intf") { public_configs = [ ":frame_msg_intf_config" ] - deps = [ "//third_party/libxml2:xml2" ] + deps = [ "//third_party/libxml2:libxml2" ] external_deps = [ "c_utils:utils", -- Gitee