提交 c6ff53de 编写于 作者: L libaoping

fix:Clear ipc_lite dependencies

Signed-off-by: Nlibaoping <libaoping1@huawei.com>
上级 2ccf8f79
...@@ -110,9 +110,7 @@ The following example shows how to define attributes of the sensor component of ...@@ -110,9 +110,7 @@ The following example shows how to define attributes of the sensor component of
"features": [], # Configurable features of the component "features": [], # Configurable features of the component
"deps": { "deps": {
"components": [ # Other components on which the component depends "components": [ # Other components on which the component depends
"samgr_lite", "samgr_lite"
"ipc_lite"
], ],
"third_party": [ # Open-source third-party software on which the component depends "third_party": [ # Open-source third-party software on which the component depends
"bounds_checking_function" "bounds_checking_function"
......
...@@ -5,9 +5,9 @@ LiteIPC is an OpenHarmony extension to the LiteOS(a) kernel which provides a mea ...@@ -5,9 +5,9 @@ LiteIPC is an OpenHarmony extension to the LiteOS(a) kernel which provides a mea
## API ## API
*Application-layer Interface* *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/ipc/native/c/ipc/src/liteos_a/include/lite_ipc.h (standard systems)
//foundation/communication/ipc_lite/interfaces/kits/liteipc_adapter.h
*Implementation* *Implementation*
//kernel/liteos_a/kernel/extended/liteipc/hm_liteipc.h //kernel/liteos_a/kernel/extended/liteipc/hm_liteipc.h
......
...@@ -112,8 +112,7 @@ component ...@@ -112,8 +112,7 @@ component
"ram": "~200KB", # 部件RAM估值 "ram": "~200KB", # 部件RAM估值
"deps": { "deps": {
"components": [ # 部件依赖的其他部件 "components": [ # 部件依赖的其他部件
"samgr_lite", "samgr_lite"
"ipc_lite"
], ],
"third_party": [ # 部件依赖的三方开源软件 "third_party": [ # 部件依赖的三方开源软件
"bounds_checking_function" "bounds_checking_function"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册