From 6a1ffaab9a954e42528ea67b075980512e3f067a Mon Sep 17 00:00:00 2001 From: huangminzhong Date: Fri, 28 Oct 2022 00:47:19 -0700 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hap=E5=8C=85=E9=9B=86?= =?UTF-8?q?=E6=88=90=E6=96=B9=E5=BC=8F=E6=96=87=E6=A1=A3=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangminzhong --- thirdparty_template/docs/hap_integrate.md | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 thirdparty_template/docs/hap_integrate.md diff --git a/thirdparty_template/docs/hap_integrate.md b/thirdparty_template/docs/hap_integrate.md new file mode 100755 index 00000000..ef4da837 --- /dev/null +++ b/thirdparty_template/docs/hap_integrate.md @@ -0,0 +1,35 @@ +# xxx如何集成到应用hap + +## 准备应用工程 + +简要说明开发工具SDK版本和开发板运行平台 + +### 准备应用开发环境 + +介绍应用开发环境的准备 + +### 增加构建脚本及配置文件 + +介绍如何增加构建脚本及配置文件 + +### 准备三方库源码 + +介绍三方库源码的获取 + +## 应用中使用三方库 + +介绍如何在应用中使用三方库 + +## 编译工程 + +介绍如何签名,编译成hap包 + +## 运行效果 + +展示三方库在设备上运行的效果,可以贴效果图 + +## 参考资料 + +- [本文档涉及的技术补充说明](hap_integrate.md) +- [本文档引用的相关参考](hap_integrate.md) +- [相关案例参考](hap_integrate.md) -- Gitee