# communication_secure_element **Repository Path**: knpingan/communication_secure_element ## Basic Information - **Project Name**: communication_secure_element - **Description**: 实现标准OMAPI,提供安全单元的访问能力。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony-sig/communication_secure_element - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-06-29 - **Last Updated**: 2023-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安全单元组件 - [简介](#section11660541593) - [系统架构](#section342962219551) - [目录](#section161941989596) - [约束](#section119744591305) - [说明](#section1312121216216) - [使用说明](#section129654513264) - [相关仓](#section1371113476307) ## 简介 安全单元\(Secure Element,SE\) ,是用于存储个人数据的单元。SE服务实现标准OMAPI,提供访问安全单元的功能。 ## 系统架构 **图 1** SE服务组件架构图 ![](figures/zh-cn_image_0000001124327253.png)
## 目录 ``` /foundation/communication/secure_element ├── interfaces # 接口 │ └── inner_api # 系统内部件间接口 ├── frameworks # 框架层接口 │ └── js # JS API的实现 │ └── napi # 通过napi封装的JS接口代码实现 ├── services # SE服务进程的实现 ├── test # 测试代码 ├── BUILD.gn # 编译入口 └── bundle.json # 部件描述文件 ``` ## 约束 设备必须具备安全单元芯片,才能使用SE服务。 ## 说明 ### 使用说明 参考开发指南: docs/zh-cn/application-dev/reference/apis/js-apis-secureElement.md。 ## 相关仓 hmf/communication/secure_element