From 19634e368fbdc3ac465082ff3a59f5a673e0a48e Mon Sep 17 00:00:00 2001 From: zhangyicheng5 Date: Thu, 20 Jan 2022 02:12:56 +0000 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=20=E5=BC=A0=E7=9B=8A=E8=AF=9A=20?= =?UTF-8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kitframework_ipcamera/kitfwk_oem_api_test.cpp | 14 +++++++------- applications/kitframework_ipcamera/readme.md | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/applications/kitframework_ipcamera/kitfwk_oem_api_test.cpp b/applications/kitframework_ipcamera/kitfwk_oem_api_test.cpp index 5ef69f694..91955a04a 100644 --- a/applications/kitframework_ipcamera/kitfwk_oem_api_test.cpp +++ b/applications/kitframework_ipcamera/kitfwk_oem_api_test.cpp @@ -34,13 +34,13 @@ sdi73fabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijk 09uvuyabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyz." -constexpr int PRODUCT_KEY_LEN = 32; -constexpr int ACKEY_LEN = 48; -constexpr int PRODUCT_ID_LEN = 4; -constexpr int STATUS_LEN = 320; -constexpr int ENCRYPT_TICKET_LEN = 64; -constexpr int ENCRYPT_TOKEN_LEN = 151; -constexpr int MAX_SERVER_INFO_LEN = 256; +const int PRODUCT_KEY_LEN = 32; +const int ACKEY_LEN = 48; +const int PRODUCT_ID_LEN = 4; +const int STATUS_LEN = 320; +const int ENCRYPT_TICKET_LEN = 64; +const int ENCRYPT_TOKEN_LEN = 151; +const int MAX_SERVER_INFO_LEN = 256; diff --git a/applications/kitframework_ipcamera/readme.md b/applications/kitframework_ipcamera/readme.md index 81a08bf0a..05ab5077a 100644 --- a/applications/kitframework_ipcamera/readme.md +++ b/applications/kitframework_ipcamera/readme.md @@ -48,9 +48,9 @@ BUILD.gn中修改deps最后两行为oem_auth_config.a和oem_auth_result_storage. "//vendor/ingenic/smartpen/adapter/kitframework:oem_auth_result_storage", "//vendor/ingenic/smartpen/adapter/kitframework:oem_auth_config", -### 第二步 -输入:hb build -f -T //test/xts/acts/applications/small_device:ActsKitFwkApiTest +### 第三步 +输入:hb build -f -T //test/xts/acts/applications/kitframework_ipcamera:ActsKitFwkApiTest 编译完成后可在out/bin目录找到ActsKitFwkApiTest.bin文件 -### 第三步 +### 第四步 放入设备,运行看日志 \ No newline at end of file -- GitLab