From 049d406e30bdf4c809bbeeb77cc84828425dc77d Mon Sep 17 00:00:00 2001 From: BearPi Date: Sat, 7 Aug 2021 17:33:11 +0800 Subject: [PATCH] first commit Signed-off-by: BearPi --- LICENSE | 201 ++++++++++++++++++ README.en.md | 51 ++--- README.md | 50 ++--- bearpi_hm_nano/BUILD.gn | 4 + bearpi_hm_nano/config.json | 104 +++++++++ bearpi_hm_nano/hals/utils/sys_param/BUILD.gn | 20 ++ .../hals/utils/sys_param/hal_sys_param.c | 200 +++++++++++++++++ bearpi_hm_nano/hals/utils/token/BUILD.gn | 22 ++ bearpi_hm_nano/hals/utils/token/hal_token.c | 104 +++++++++ 9 files changed, 704 insertions(+), 52 deletions(-) create mode 100644 LICENSE create mode 100755 bearpi_hm_nano/BUILD.gn create mode 100755 bearpi_hm_nano/config.json create mode 100755 bearpi_hm_nano/hals/utils/sys_param/BUILD.gn create mode 100755 bearpi_hm_nano/hals/utils/sys_param/hal_sys_param.c create mode 100755 bearpi_hm_nano/hals/utils/token/BUILD.gn create mode 100755 bearpi_hm_nano/hals/utils/token/hal_token.c diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.en.md b/README.en.md index 60d4734..6af24c5 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,37 @@ -# vendor_bearpi +# vendor/bearpi -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} +- [Introduction](#section469617221261) +- [Constraints](#section12212842173518) +- [Repositories Involved](#section641143415335) -#### Software Architecture -Software architecture description +## Introduction -#### Installation +### BearPi Introduction -1. xxxx -2. xxxx -3. xxxx +"BearPi" is an open source hardware platform, which is committed to the technology open source and promotion of new technology fields such as IOT, 5g, AI and OS; Its "BearPi open source community" focuses on providing free technical open source materials and tutorials for developers, serving millions of developers and hundreds of thousands of little bear fans. -#### Instructions +### Development board overview -1. xxxx -2. xxxx -3. xxxx +BearPi[(BearPi-HM Nano)](https://item.taobao.com/item.htm?id=633296694816)is a development board specially built by BearPi school for openharmony system. It carries a highly integrated 2.4GHz WLAN SOC chip hi3861, and carries NFC circuit and standard E53 interface. The standard E53 interface can expand cases such as intelligent humidifier, intelligent desk lamp, intelligent security, intelligent smoke detector, etc -#### Contribution +### Development board function +BearPi-HM Nano development board, for developers, is used for openharmony development and learning. At the same time, it provides rich cases and tutorials to realize full scene application design -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request +1. E53 interface: it is a standard interface with rich resources and easy to expand. It realizes multi application case expansion, making case development more flexible and convenient + +2. NFC: the on-board NFC RF circuit, combined with the key capabilities of openharmony, can perfectly realize the "touch and touch" networking mechanism and service pull-up function of openharmony system, reduce the complexity of user operation, and improve the user experience + +3. User keys: open function keys. The key functions are fully defined by the developer, which increases user operability + +## Constraints + +Currently, BearPi-HM Nano \(Hi3861 V100\) are supported. + +## Repositories Involved -#### Gitee Feature +device/bearpi/bearpi_hm_nano + + +**vendor/bearpi** -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md index 01d3871..a754390 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,35 @@ -# vendor_bearpi +# vendor/bearpi 组件 -#### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} +- [简介](#section469617221261) +- [约束](#section12212842173518) +- [对应仓库](#section641143415335) -#### 软件架构 -软件架构说明 +## 简介 +### 小熊派简介 -#### 安装教程 +“小熊派”是一个开源硬件平台,致力于IoT、5G、AI、OS等新技术领域的技术开源及推广;旗下“小熊派开源社区”专注于为开发者免费提供技术开源资料及教程,服务数百万开发者,拥有数十万小熊派粉丝。 -1. xxxx -2. xxxx -3. xxxx +### 开发板概述 -#### 使用说明 +小熊派[(BearPi-HM Nano)](https://item.taobao.com/item.htm?id=633296694816)是一款由小熊派专为OpenHarmony系统打造的开发板,板载高度集成的2.4GHz WLAN SoC芯片Hi3861,并板载NFC电路及标准的E53接口,标准的E53接口可扩展智能加湿器、智能台灯、智能安防、智能烟感等案例 -1. xxxx -2. xxxx -3. xxxx +### 开发板功能 +BearPi-HM Nano开发板,面向开发者,用于OpenHarmony开发学习,同时提供丰富案例和教程,实现全场景应用设计 -#### 参与贡献 +1. E53 Interface:是一种资源丰富,易于扩展的标准接口,实现多应用案例扩展,使得案例开发变得更加灵活和方便 -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request +2. NFC:板载的NFC射频电路,配合OpenHarmony开放的关键能力,可以完美实现OpenHarmony系统的“碰一碰”联网机制和服务拉起功能,降低用户操作复杂度,从而提高用户体验 +3. 用户按键:开放式功能按键,按键功能全权由开发者定义,增加了用户可操作性 -#### 特技 +## 约束 + +支持BearPi-HM Nano开发板(Hi3861V100)。 + +## 对应仓库 + +device/bearpi/bearpi_hm_nano + +**vendor/bearpi** -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/bearpi_hm_nano/BUILD.gn b/bearpi_hm_nano/BUILD.gn new file mode 100755 index 0000000..7dc9a44 --- /dev/null +++ b/bearpi_hm_nano/BUILD.gn @@ -0,0 +1,4 @@ +# Copyright (c) 2020 Nanjing Xiaoxiongpai Intelligent Technology Co., Ltd. All rights reserved. + +group("bearpi_hm_nano") { +} diff --git a/bearpi_hm_nano/config.json b/bearpi_hm_nano/config.json new file mode 100755 index 0000000..d817a60 --- /dev/null +++ b/bearpi_hm_nano/config.json @@ -0,0 +1,104 @@ +{ + "product_name": "bearpi_hm_nano", + "ohos_version": "OpenHarmony 1.1.0", + "device_company": "bearpi", + "board": "bearpi_hm_nano", + "kernel_type": "liteos_m", + "kernel_version": "", + "subsystems": [ + { + "subsystem": "applications", + "components": [ + { "component": "bearpi_hm_nano_sample_app", "features":[] } + ] + }, + { + "subsystem": "iot_hardware", + "components": [ + { "component": "iot_controller", "features":[] } + ] + }, + { + "subsystem": "hiviewdfx", + "components": [ + { "component": "hilog_lite", "features":[] }, + { "component": "hievent_lite", "features":[] } + ] + }, + { + "subsystem": "distributed_schedule", + "components": [ + { "component": "samgr_lite", "features":[] } + ] + }, + { + "subsystem": "security", + "components": [ + { "component": "hichainsdk", "features":[] } + ] + }, + { + "subsystem": "startup", + "components": [ + { "component": "bootstrap_lite", "features":[] }, + { "component": "syspara_lite", "features":[] } + ] + }, + { + "subsystem": "communication", + "components": [ + { "component": "wifi_lite", "features":[] }, + { "component": "wifi_aware", "features":[]} + ] + }, + { + "subsystem": "update", + "components": [ + { "component": "ota_lite", "features":[] } + ] + }, + { + "subsystem": "iot", + "components": [ + { "component": "iot_link", "features":[] } + ] + }, + { + "subsystem": "utils", + "components": [ + { "component": "file", "features":[] }, + { "component": "kv_store", "features":[] }, + { "component": "os_dump", "features":[] } + ] + }, + { + "subsystem": "vendor", + "components": [ + { "component": "bearpi_hi3861_sdk", "target": "//device/bearpi/bearpi_hm_nano/sdk_liteos:wifiiot_sdk", "features":[] } + ] + }, + { + "subsystem": "test", + "components": [ + { "component": "xts_acts", "features":[] }, + { "component": "xts_tools", "features":[] } + ] + } + ], + "vendor_adapter_dir": "//device/bearpi/bearpi_hm_nano/hi3861_adapter", + "third_party_dir": "//device/bearpi/bearpi_hm_nano/sdk_liteos/third_party", + "product_adapter_dir": "//vendor/bearpi/bearpi_hm_nano/hals", + "ohos_product_type":"", + "ohos_manufacture":"", + "ohos_brand":"", + "ohos_market_name":"", + "ohos_product_series":"", + "ohos_product_model":"", + "ohos_software_model":"", + "ohos_hardware_model":"", + "ohos_hardware_profile":"", + "ohos_serial":"", + "ohos_bootloader_version":"", + "ohos_secure_patch_level":"", + "ohos_abi_list":"" + } diff --git a/bearpi_hm_nano/hals/utils/sys_param/BUILD.gn b/bearpi_hm_nano/hals/utils/sys_param/BUILD.gn new file mode 100755 index 0000000..d2d5284 --- /dev/null +++ b/bearpi_hm_nano/hals/utils/sys_param/BUILD.gn @@ -0,0 +1,20 @@ +# Copyright (c) 2020 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +static_library("hal_sysparam") { + sources = [ "hal_sys_param.c" ] + include_dirs = [ + "//base/startup/syspara_lite/hals", + "//utils/native/lite/include", + ] +} diff --git a/bearpi_hm_nano/hals/utils/sys_param/hal_sys_param.c b/bearpi_hm_nano/hals/utils/sys_param/hal_sys_param.c new file mode 100755 index 0000000..fa1a3df --- /dev/null +++ b/bearpi_hm_nano/hals/utils/sys_param/hal_sys_param.c @@ -0,0 +1,200 @@ +/* + * Copyright (c) 2020 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "hal_sys_param.h" +#include + +static const char OHOS_PRODUCT_TYPE[] = {"****"}; +static const char OHOS_MANUFACTURE[] = {"****"}; +static const char OHOS_BRAND[] = {"****"}; +static const char OHOS_MARKET_NAME[] = {"****"}; +static const char OHOS_PRODUCT_SERIES[] = {"****"}; +static const char OHOS_PRODUCT_MODEL[] = {"****"}; +static const char OHOS_SOFTWARE_MODEL[] = {"****"}; +static const char OHOS_HARDWARE_MODEL[] = {"****"}; +static const char OHOS_HARDWARE_PROFILE[] = {"aout:true,display:true"}; +static const char OHOS_BOOTLOADER_VERSION[] = {"bootloader"}; +static const char OHOS_SECURITY_PATCH_TAG[] = {"2020-09-01"}; +static const char OHOS_ABI_LIST[] = {"****"}; +static const char OHOS_SERIAL[] = {"1234567890"}; // provided by OEM. + +char* HalGetProductType(void) +{ + char* value = (char*)malloc(strlen(OHOS_PRODUCT_TYPE) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_PRODUCT_TYPE) + 1, OHOS_PRODUCT_TYPE) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetManufacture(void) +{ + char* value = (char*)malloc(strlen(OHOS_MANUFACTURE) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_MANUFACTURE) + 1, OHOS_MANUFACTURE) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetBrand(void) +{ + char* value = (char*)malloc(strlen(OHOS_BRAND) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_BRAND) + 1, OHOS_BRAND) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetMarketName(void) +{ + char* value = (char*)malloc(strlen(OHOS_MARKET_NAME) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_MARKET_NAME) + 1, OHOS_MARKET_NAME) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetProductSeries(void) +{ + char* value = (char*)malloc(strlen(OHOS_PRODUCT_SERIES) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_PRODUCT_SERIES) + 1, OHOS_PRODUCT_SERIES) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetProductModel(void) +{ + char* value = (char*)malloc(strlen(OHOS_PRODUCT_MODEL) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_PRODUCT_MODEL) + 1, OHOS_PRODUCT_MODEL) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetSoftwareModel(void) +{ + char* value = (char*)malloc(strlen(OHOS_SOFTWARE_MODEL) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_SOFTWARE_MODEL) + 1, OHOS_SOFTWARE_MODEL) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetHardwareModel(void) +{ + char* value = (char*)malloc(strlen(OHOS_HARDWARE_MODEL) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_HARDWARE_MODEL) + 1, OHOS_HARDWARE_MODEL) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetHardwareProfile(void) +{ + char* value = (char*)malloc(strlen(OHOS_HARDWARE_PROFILE) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_HARDWARE_PROFILE) + 1, OHOS_HARDWARE_PROFILE) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetSerial(void) +{ + char* value = (char*)malloc(strlen(OHOS_SERIAL) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_SERIAL) + 1, OHOS_SERIAL) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetBootloaderVersion(void) +{ + char* value = (char*)malloc(strlen(OHOS_BOOTLOADER_VERSION) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_BOOTLOADER_VERSION) + 1, OHOS_BOOTLOADER_VERSION) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetSecurityPatchTag(void) +{ + char* value = (char*)malloc(strlen(OHOS_SECURITY_PATCH_TAG) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_SECURITY_PATCH_TAG) + 1, OHOS_SECURITY_PATCH_TAG) != 0) { + free(value); + return NULL; + } + return value; +} + +char* HalGetAbiList(void) +{ + char* value = (char*)malloc(strlen(OHOS_ABI_LIST) + 1); + if (value == NULL) { + return NULL; + } + if (strcpy_s(value, strlen(OHOS_ABI_LIST) + 1, OHOS_ABI_LIST) != 0) { + free(value); + return NULL; + } + return value; +} \ No newline at end of file diff --git a/bearpi_hm_nano/hals/utils/token/BUILD.gn b/bearpi_hm_nano/hals/utils/token/BUILD.gn new file mode 100755 index 0000000..0fde10c --- /dev/null +++ b/bearpi_hm_nano/hals/utils/token/BUILD.gn @@ -0,0 +1,22 @@ +# Copyright (c) 2020 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +static_library("hal_token_static") { + sources = [ "hal_token.c" ] + + include_dirs = [ + "//base/startup/syspara_lite/hals", + "//utils/native/lite/include", + ] + deps = [] +} diff --git a/bearpi_hm_nano/hals/utils/token/hal_token.c b/bearpi_hm_nano/hals/utils/token/hal_token.c new file mode 100755 index 0000000..08c9c3f --- /dev/null +++ b/bearpi_hm_nano/hals/utils/token/hal_token.c @@ -0,0 +1,104 @@ +/* + * Copyright (c) 2020 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "hal_token.h" +#include "ohos_errno.h" +#include "ohos_types.h" + +static int OEMReadToken(char *token, unsigned int len) +{ + // OEM need add here, read token from device + (void)(token); + (void)(len); + return EC_SUCCESS; +} + +static int OEMWriteToken(const char *token, unsigned int len) +{ + // OEM need add here, write token to device + (void)(token); + (void)(len); + return EC_SUCCESS; +} + +static int OEMGetAcKey(char *acKey, unsigned int len) +{ + // OEM need add here, get AcKey + (void)(acKey); + (void)(len); + return EC_SUCCESS; +} + +static int OEMGetProdId(char *productId, unsigned int len) +{ + // OEM need add here, get ProdId + (void)(productId); + (void)(len); + return EC_SUCCESS; +} + +static int OEMGetProdKey(char *productKey, unsigned int len) +{ + // OEM need add here, get ProdKey + (void)(productKey); + (void)(len); + return EC_SUCCESS; +} + + +int HalReadToken(char *token, unsigned int len) +{ + if (token == NULL) { + return EC_FAILURE; + } + + return OEMReadToken(token, len); +} + +int HalWriteToken(const char *token, unsigned int len) +{ + if (token == NULL) { + return EC_FAILURE; + } + + return OEMWriteToken(token, len); +} + +int HalGetAcKey(char *acKey, unsigned int len) +{ + if (acKey == NULL) { + return EC_FAILURE; + } + + return OEMGetAcKey(acKey, len); +} + +int HalGetProdId(char *productId, unsigned int len) +{ + if (productId == NULL) { + return EC_FAILURE; + } + + return OEMGetProdId(productId, len); +} + +int HalGetProdKey(char *productKey, unsigned int len) +{ + if (productKey == NULL) { + return EC_FAILURE; + } + + return OEMGetProdKey(productKey, len); +} \ No newline at end of file