Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
c6ff53de
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
c6ff53de
编写于
7月 11, 2022
作者:
L
libaoping
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:Clear ipc_lite dependencies
Signed-off-by:
N
libaoping
<
libaoping1@huawei.com
>
上级
2ccf8f79
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
4 addition
and
7 deletion
+4
-7
en/device-dev/subsystems/subsys-build-mini-lite.md
en/device-dev/subsystems/subsys-build-mini-lite.md
+1
-3
en/readme/liteipc_driver.md
en/readme/liteipc_driver.md
+2
-2
zh-cn/device-dev/subsystems/subsys-build-mini-lite.md
zh-cn/device-dev/subsystems/subsys-build-mini-lite.md
+1
-2
未找到文件。
en/device-dev/subsystems/subsys-build-mini-lite.md
浏览文件 @
c6ff53de
...
...
@@ -110,9 +110,7 @@ The following example shows how to define attributes of the sensor component of
"features": [], # Configurable features of the component
"deps": {
"components": [ # Other components on which the component depends
"samgr_lite",
"ipc_lite"
"samgr_lite"
],
"third_party": [ # Open-source third-party software on which the component depends
"bounds_checking_function"
...
...
en/readme/liteipc_driver.md
浏览文件 @
c6ff53de
...
...
@@ -5,9 +5,9 @@ LiteIPC is an OpenHarmony extension to the LiteOS(a) kernel which provides a mea
## API
*Application-layer Interface*
//foundation/communication/ipc_lite/frameworks/liteipc/include/liteipc.h (mini and small systems)
//foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ipc_skeleton.h (mini and small systems)
//foundation/communication/ipc/interfaces/innerkits/c/ipc/include/serializer.h (mini and small systems)
//foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/lite_ipc.h (standard systems)
//foundation/communication/ipc_lite/interfaces/kits/liteipc_adapter.h
*Implementation*
//kernel/liteos_a/kernel/extended/liteipc/hm_liteipc.h
...
...
zh-cn/device-dev/subsystems/subsys-build-mini-lite.md
浏览文件 @
c6ff53de
...
...
@@ -112,8 +112,7 @@ component
"ram": "~200KB", # 部件RAM估值
"deps": {
"components": [ # 部件依赖的其他部件
"samgr_lite",
"ipc_lite"
"samgr_lite"
],
"third_party": [ # 部件依赖的三方开源软件
"bounds_checking_function"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录