From 3321afad6e8b81df4e7785de4f9e4823bb054cde Mon Sep 17 00:00:00 2001 From: liulihong Date: Mon, 12 Jun 2023 09:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9xerces-c=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liulihong --- thirdparty/xerces-c/README_zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/xerces-c/README_zh.md b/thirdparty/xerces-c/README_zh.md index 94888c45..2fb4e456 100644 --- a/thirdparty/xerces-c/README_zh.md +++ b/thirdparty/xerces-c/README_zh.md @@ -9,3 +9,4 @@ xerces是一个开放源代码的XML语法分析器,它提供了SAX和DOM API - [Apache License 2.0](https://github.com/apache/xerces-c/blob/master/LICENSE) ## 集成方式 + [应用hap包集成](docs/hap_integrate.md) ++ [系统Rom包集成](docs/rom_integrate.md) -- Gitee