From 213c407996067f503371a4319927e25477acf0ca Mon Sep 17 00:00:00 2001 From: Siju Samuel Date: Tue, 15 Sep 2020 08:43:25 +0530 Subject: [PATCH 1/4] liteos->lite path updated in third-party-sdk-integration.md --- docs-en/guide/third-party-sdk-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/guide/third-party-sdk-integration.md b/docs-en/guide/third-party-sdk-integration.md index 1b78b05ae87..4289409dcb9 100755 --- a/docs-en/guide/third-party-sdk-integration.md +++ b/docs-en/guide/third-party-sdk-integration.md @@ -283,7 +283,7 @@ The following uses **demolink** as an example to describe how to compile code ] include_dirs = [ - "//utils/native/liteos/include", + "//utils/native/lite/include", "//vendor/hisi/wifi-iot/hi3861/3rd_sdk/demolink" ] } -- Gitee From d0c20b6d33775114733ecc8c1294bf12c263048e Mon Sep 17 00:00:00 2001 From: Siju Samuel Date: Tue, 15 Sep 2020 08:43:47 +0530 Subject: [PATCH 2/4] liteos->lite path updated in developing-the-second-example-program-running-on-hi3861.md --- .../developing-the-second-example-program-running-on-hi3861.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md b/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md index 31f1b5d87db..c82d96ac641 100755 --- a/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md +++ b/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md @@ -49,7 +49,7 @@ The source code needs to be modified when fixing bugs or compiling a new service "hello_world.c" ] include_dirs = [ - "//utils/native/liteos/include" + "//utils/native/lite/include" ] } ``` -- Gitee From 07115b73a866d113a07c1af47adb32df27afb775 Mon Sep 17 00:00:00 2001 From: Siju Samuel Date: Tue, 15 Sep 2020 08:44:04 +0530 Subject: [PATCH 3/4] liteos->lite path updated in the-second-example-program-of-the-hi3861-development-board.md --- ...he-second-example-program-of-the-hi3861-development-board.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md b/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md index d260308b2f8..fdb6f7e60f2 100755 --- a/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md +++ b/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md @@ -49,7 +49,7 @@ The source code needs to be modified in the bugfix and new service scenarios. Th "hello_world.c" ] include_dirs = [ - "//utils/native/liteos/include" + "//utils/native/lite/include" ] } ``` -- Gitee From 477df56cbacb63e2d9395a19bc0d8da1ad39e5c0 Mon Sep 17 00:00:00 2001 From: Siju Samuel Date: Tue, 15 Sep 2020 08:45:45 +0530 Subject: [PATCH 4/4] =?UTF-8?q?liteos->lite=20path=20updated=20in=20?= =?UTF-8?q?=E9=9B=86=E6=88=90=E4=B8=89=E6=96=B9SDK.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" "b/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" index f5e9e48ad4d..55ec8a7d341 100755 --- "a/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" +++ "b/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" @@ -283,7 +283,7 @@ lite_component("link") { ] include_dirs = [ - "//utils/native/liteos/include", + "//utils/native/lite/include", "//vendor/hisi/wifi-iot/hi3861/3rd_sdk/demolink" ] } -- Gitee