未验证 提交 19634e36 编写于 作者: Z zhangyicheng5 提交者: Gitee

Signed-off-by: 张益诚 <zhangyicheng5@huawei.com>

上级 fb1c44f8
......@@ -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;
......
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册