From 7190e2b620938d04fda366d92c53177c2e194b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Fri, 21 Jun 2024 06:28:56 +0000 Subject: [PATCH 1/6] update README_zh.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 4a160c9e..7ddce0ed 100755 --- a/README_zh.md +++ b/README_zh.md @@ -46,7 +46,7 @@ CONFIG_SND=y ``` #### 5.2 产品化编译开关配置 -需要在各自产品配置文件中打开对应开关,路径如下:其中${product_company}表示您的企业名称,${product_name}表示您的产品名称 +需要在各自产品配置文件中打开对应开关,路径如下:其中 ${product_company} 表示您的企业名称,${product_name}表示您的产品名称 ```bash /vendor/${product_company}/${product_name}/config.json -- Gitee From 4846539a9649c26e9bb878803f0d560f96822666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Fri, 21 Jun 2024 06:30:06 +0000 Subject: [PATCH 2/6] update README_zh.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 7ddce0ed..669ded81 100755 --- a/README_zh.md +++ b/README_zh.md @@ -46,7 +46,7 @@ CONFIG_SND=y ``` #### 5.2 产品化编译开关配置 -需要在各自产品配置文件中打开对应开关,路径如下:其中 ${product_company} 表示您的企业名称,${product_name}表示您的产品名称 +需要在各自产品配置文件中打开对应开关,路径如下:其中product_company表示您的企业名称,${product_name}表示您的产品名称 ```bash /vendor/${product_company}/${product_name}/config.json -- Gitee From 61c2681c94ff8e3db67a32b595887b4eacfbfe9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Fri, 21 Jun 2024 06:35:40 +0000 Subject: [PATCH 3/6] update README_zh.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- README_zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_zh.md b/README_zh.md index 669ded81..a01ff5a4 100755 --- a/README_zh.md +++ b/README_zh.md @@ -58,6 +58,7 @@ drivers_peripheral_audio_alsa_lib = true #### 5.3 alsa-lib组件编译依赖添加 如需要重新实现Audio DAL,则需要添加alsa-lib组件的编译依赖,可以采用以下两种方法进行添加。 + **方法一(可选):** 在您的 bundle.json 文件 添加 ```json -- Gitee From 8c9995317076dc0ed8fdecabf2f1e352eac0e0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Mon, 24 Jun 2024 06:16:51 +0000 Subject: [PATCH 4/6] update README_zh.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index a01ff5a4..f0ed8955 100755 --- a/README_zh.md +++ b/README_zh.md @@ -46,7 +46,7 @@ CONFIG_SND=y ``` #### 5.2 产品化编译开关配置 -需要在各自产品配置文件中打开对应开关,路径如下:其中product_company表示您的企业名称,${product_name}表示您的产品名称 +需要在各自产品配置文件中打开对应开关,路径如下:其中\${product_company}表示您的企业名称,${product_name}表示您的产品名称 ```bash /vendor/${product_company}/${product_name}/config.json -- Gitee From a93ddffb7b280b862d983729a9a39d5279d25deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Mon, 24 Jun 2024 06:18:56 +0000 Subject: [PATCH 5/6] update README_zh.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index f0ed8955..6f373048 100755 --- a/README_zh.md +++ b/README_zh.md @@ -46,7 +46,7 @@ CONFIG_SND=y ``` #### 5.2 产品化编译开关配置 -需要在各自产品配置文件中打开对应开关,路径如下:其中\${product_company}表示您的企业名称,${product_name}表示您的产品名称 +需要在各自产品配置文件中打开对应开关,路径如下:其中,${product_company}表示您的企业名称,${product_name}表示您的产品名称 ```bash /vendor/${product_company}/${product_name}/config.json -- Gitee From 8327b84ae66bd363f42a34adfe5080e0eae11849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Mon, 24 Jun 2024 06:25:34 +0000 Subject: [PATCH 6/6] update README_zh.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 6f373048..44a2bc51 100755 --- a/README_zh.md +++ b/README_zh.md @@ -46,7 +46,7 @@ CONFIG_SND=y ``` #### 5.2 产品化编译开关配置 -需要在各自产品配置文件中打开对应开关,路径如下:其中,${product_company}表示您的企业名称,${product_name}表示您的产品名称 +需要在各自产品配置文件中打开对应开关,路径如下:其中\\${product_company}表示您的企业名称,${product_name}表示您的产品名称 ```bash /vendor/${product_company}/${product_name}/config.json -- Gitee