提交 404e336e 编写于 作者: Y Yuqiang Xian

Merge remote-tracking branch 'oh/master'

# SIG-AI-Framework
English | [简体中文](./sig_ai_framework_cn.md)
English | [简体中文](./sig-ai-framework_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -28,7 +28,12 @@ Load the model and perform inference. Inference is the process of running input
Support Special AI chip to connect to MindSpore Lite.
![figures/ai-framework-overview_en.png](figures/ai-framework-overview_en.png)
### The repository
| Component Name | Component Functionality Description | Component repository name |
| :------------: | :---------------------------------------------: | :-----------------------------------------------: |
| MindSpore Lite | Provide model conversion and inference function | third_party_mindspore,<br>third_party_flatbuffers|
- project name:
- MindSpore: https://gitee.com/openharmony/third_party_mindspore
- DLLite-micro: https://gitee.com/openharmony-sig/dllite_micro
......
# SIG-AI-Framework
简体中文 | [English](./sig_ai_framework.md)
简体中文 | [English](./sig-ai-framework.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -28,8 +28,13 @@ MindSpore Lite模型转换工具不仅提供了将TensorFlow、TensorFlow Lite
支持专用AI芯片接入MindSpore Lite。
![figures/ai-framework-overview.png](figures/ai-framework-overview.png)
## 代码仓
- 代码仓地址:
| 部件名称 | 部件功能描述 | 部件仓名称 |
| :------------------------------: | :----------------------: | :----------------------------------------------------------------------------: |
| 昇思推理框架<br>(MindSpore Lite) | 提供模型转换和推理的功能 | third_party_mindspore,<br>third_party_flatbuffers|
- 代码仓地址:
- MindSpore: https://gitee.com/openharmony/third_party_mindspore
- DLLite-micro: https://gitee.com/openharmony-sig/dllite_micro
- FlatBuffers: https://gitee.com/openharmony/third_party_flatbuffers
......
......@@ -22,12 +22,10 @@
### repositories
- arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core
- arkcompiler_ets_runtime: https://gitee.com/openharmony/arkcompiler_ets_runtime
- arkcompiler_toolchain: https://gitee.com/openharmony/arkcompiler_toolchain
- arkcompiler_ets_frontend: https://gitee.com/openharmony/arkcompiler_ets_frontend
- js_api_module: https://gitee.com/openharmony/js_api_module
- js_sys_module: https://gitee.com/openharmony/js_sys_module
- js_util_module: https://gitee.com/openharmony/js_util_module
- js_worker_module: https://gitee.com/openharmony/js_worker_module
- ets_utils: https://gitee.com/openharmony-sig/commonlibrary_ets_utils
- third_party_jerryscript: https://gitee.com/openharmony/third_party_jerryscript
- third_party_quickjs: https://gitee.com/openharmony/third_party_quickjs
......@@ -40,8 +38,9 @@
- utils: https://gitee.com/openharmony/utils
- utils_memory: https://gitee.com/openharmony/utils_memory
- utils_native: https://gitee.com/openharmony/utils_native
- utils_native_lite: https://gitee.com/openharmony/utils_native_lite
- commonlibrary_c_utils: https://gitee.com/openharmony/commonlibrary_c_utils
- commonlibrary_utils_lite: https://gitee.com/openharmony/commonlibrary_utils_lite
- third_party_miniz: https://gitee.com/openharmony/third_party_miniz
- build_lite: https://gitee.com/openharmony/build_lite
......
......@@ -23,10 +23,7 @@
- arkcompiler_ets_runtime: https://gitee.com/openharmony/arkcompiler_ets_runtime
- arkcompiler_ets_frontend: https://gitee.com/openharmony/arkcompiler_ets_frontend
- js_api_module: https://gitee.com/openharmony/js_api_module
- js_sys_module: https://gitee.com/openharmony/js_sys_module
- js_util_module: https://gitee.com/openharmony/js_util_module
- js_worker_module: https://gitee.com/openharmony/js_worker_module
- ets_utils: https://gitee.com/openharmony-sig/commonlibrary_ets_utils
- third_party_jerryscript: https://gitee.com/openharmony/third_party_jerryscript
- third_party_quickjs: https://gitee.com/openharmony/third_party_quickjs
......@@ -39,8 +36,10 @@
- utils: https://gitee.com/openharmony/utils
- utils_memory: https://gitee.com/openharmony/utils_memory
- utils_native: https://gitee.com/openharmony/utils_native
- utils_native_lite: https://gitee.com/openharmony/utils_native_lite
- commonlibrary_c_utils: https://gitee.com/openharmony/commonlibrary_c_utils
- commonlibrary_utils_lite: https://gitee.com/openharmony/commonlibrary_utils_lite
- third_party_miniz: https://gitee.com/openharmony/third_party_miniz
- build_lite: https://gitee.com/openharmony/build_lite
......
......@@ -17,7 +17,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
- sensors_sensor: https://gitee.com/openharmony/sensors_sensor
- sensors_medical_sensor: https://gitee.com/openharmony/sensors_medical_sensor
- sensors_start: https://gitee.com/openharmony/sensors_start
- usb_manager: https://gitee.com/openharmony/usb_manager
- usb_usb_manager: https://gitee.com/openharmony/usb_usb_manager
- powermgr_powermgr_lite: https://gitee.com/openharmony/powermgr_powermgr_lite
- powermgr_battery_manager: https://gitee.com/openharmony/powermgr_battery_manager
- powermgr_display_manager: https://gitee.com/openharmony/powermgr_display_manager
......@@ -25,12 +25,12 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
- powermgr_battery_lite: https://gitee.com/openharmony/powermgr_battery_lite
- powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics
- powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager
- devicemanager:https://gitee.com/openharmony/device_manager
- distributedhardwarefwk: https://gitee.com/openharmony/distributed_hardware_fwk
- distributedinput: https://gitee.com/openharmony-sig/distributed_input
- distributedcamera: https://gitee.com/openharmony/distributed_camera
- distributedscreen: https://gitee.com/openharmony/distributed_screen
- distributedaudio: https://gitee.com/openharmony-sig/distributed_audio
- distributedhardware_device_manager: https://gitee.com/openharmony/distributedhardware_device_manager
- distributedhardware_distributed_hardware_fwk: https://gitee.com/openharmony/distributedhardware_distributed_hardware_fwk
- distributedhardware_distributed_input: https://gitee.com/openharmony-sig/distributedhardware_distributed_input
- distributedhardware_distributed_camera: https://gitee.com/openharmony/distributedhardware_distributed_camera
- distributedhardware_distributed_screen: https://gitee.com/openharmony/distributedhardware_distributed_screen
- distributedhardware_distributed_audio: https://gitee.com/openharmony-sig/distributedhardware_distributed_audio
- msdp_start: https://gitee.com/openharmony-sig/msdp_start
- msdp_motion: https://gitee.com/openharmony-sig/msdp_motion
- msdp_movement: https://gitee.com/openharmony-sig/msdp_movement
......
......@@ -19,7 +19,7 @@
- sensors_sensor: https://gitee.com/openharmony/sensors_sensor
- sensors_medical_sensor: https://gitee.com/openharmony/sensors_medical_sensor
- sensors_start: https://gitee.com/openharmony/sensors_start
- usb_manager: https://gitee.com/openharmony/usb_manager
- usb_usb_manager: https://gitee.com/openharmony/usb_usb_manager
- powermgr_powermgr_lite: https://gitee.com/openharmony/powermgr_powermgr_lite
- powermgr_battery_manager: https://gitee.com/openharmony/powermgr_battery_manager
- powermgr_display_manager: https://gitee.com/openharmony/powermgr_display_manager
......@@ -27,12 +27,12 @@
- powermgr_battery_lite: https://gitee.com/openharmony/powermgr_battery_lite
- powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics
- powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager
- devicemanager:https://gitee.com/openharmony/device_manager
- distributedhardwarefwk: https://gitee.com/openharmony/distributed_hardware_fwk
- distributedinput: https://gitee.com/openharmony-sig/distributed_input
- distributedcamera: https://gitee.com/openharmony/distributed_camera
- distributedscreen: https://gitee.com/openharmony/distributed_screen
- distributedaudio: https://gitee.com/openharmony-sig/distributed_audio
- distributedhardware_device_manager: https://gitee.com/openharmony/distributedhardware_device_manager
- distributedhardware_distributed_hardware_fwk: https://gitee.com/openharmony/distributedhardware_distributed_hardware_fwk
- distributedhardware_distributed_input: https://gitee.com/openharmony-sig/distributedhardware_distributed_input
- distributedhardware_distributed_camera: https://gitee.com/openharmony/distributedhardware_distributed_camera
- distributedhardware_distributed_screen: https://gitee.com/openharmony/distributedhardware_distributed_screen
- distributedhardware_distributed_audio: https://gitee.com/openharmony-sig/distributedhardware_distributed_audio
- msdp_start: https://gitee.com/openharmony-sig/msdp_start
- msdp_motion: https://gitee.com/openharmony-sig/msdp_motion
- msdp_movement: https://gitee.com/openharmony-sig/msdp_movement
......
......@@ -28,15 +28,25 @@
| [设计介绍](https://gitee.com/openharmony/docs/tree/master/zh-cn/design) | 提供开发者希望了解的API治理章程、部件化设计和开发指南。 | design |
| [贡献指南](https://gitee.com/openharmony/docs/tree/master/zh-cn/contribute) | 用于指导开发者了解如何参与OpenHarmony贡献,反馈问题、贡献代码及文档。 | contribute |
OpenHarmony开发者文档概览如下图所示,包含入门学习、上手体验、开发、调试等开发者历程需要的相关文档。
![OpenHarmony文档概览](figures/docs-overview.png)
其他资源:
Samples:https://gitee.com/openharmony/app_samples
Codelabs:https://gitee.com/openharmony/codelabs
## SIG组成员
### Leader
[@neeen](https://gitee.com/neeen)
[@neeen](https://gitee.com/neeen):负责OpenHarmony SIG Docs整体运作、与业务SIG协同,负责社区公共类文档交付、审查。
### Committers列表
- [@duangavin123](https://gitee.com/duangavin123_admin)
- [@RayShih](https://gitee.com/RayShih)
- [@Peter_1988](https://gitee.com/Peter_1988)
- [@duangavin123](https://gitee.com/duangavin123):与业务SIG协同,负责OpenHarmony设备开发相关文档交付、审查。
- [@RayShih](https://gitee.com/RayShih):与业务SIG协同,负责OpenHarmony应用开发相关文档交付、审查,配合SIG Release完成社区版本文档交付。
- [@Peter_1988](https://gitee.com/Peter_1988):与业务SIG协同,负责OpenHarmony英文文档交付、审查。
### 会议
......@@ -49,5 +59,13 @@
### 联系方式(可选)
- 邮件列表:docs@openharmony.io
- Zulip群组:documentation_sig
- 微信群:暂无
### 我们期待您的反馈
我们看到400+位社区开发者参与了OpenHarmony Docs仓贡献,欢迎广大开发者在参与OpenHarmony开源项目中,持续关注SIG Docs,反馈文档建议和需求,与我们一同持续提升文档体验。
欢迎前往Gitee Docs仓,反馈文档使用意见。
https://gitee.com/openharmony/docs/issues
......@@ -29,6 +29,7 @@ OpenHarmony Graphics and windowmanager related design and review.
- third_party_skia:https://gitee.com/openharmony/third_party_skia
- windowmanager:https://gitee.com/openharmony/windowmanager
- third_party_libexif:https://gitee.com/openharmony-sig/third_party_libexif
- third_party_libjpeg-turbo:https://gitee.com/openharmony-sig/third_party_libjpeg-turbo
## SIG Members
......
......@@ -29,6 +29,7 @@ OpenHarmony 图形管理。
- third_party_skia:https://gitee.com/openharmony/third_party_skia
- windowmanager:https://gitee.com/openharmony/windowmanager
- third_party_libexif:https://gitee.com/openharmony-sig/third_party_libexif
- third_party_libjpeg-turbo:https://gitee.com/openharmony-sig/third_party_libjpeg-turbo
## SIG组成员
......
......@@ -14,31 +14,19 @@
- 积极有效参与开源社区代码检视与点评,共享编程经验,与开源社区开发者交流,传递软件开发技能,有效辅导开源社区开发者写出好代码;
- 处理开源社区上的需求、issue、邮件列表和开发问题,闭环周期满足开源社区的SLA要求;
- 结合评审和开发活动,给予代码质量反馈与指导,促进开源社区代码质量提升。
![软总线SIG](figures/softbus-overview.png)
## 代码仓
- 代码仓地址:
- communication_dsoftbus:https://gitee.com/openharmony/communication_dsoftbus
- communication_ipc:https://gitee.com/openharmony/communication_ipc
- communication_ipc_lite:https://gitee.com/openharmony/communication_ipc_lite
- communication_bluetooth:https://gitee.com/openharmony/communication_bluetooth
- communication_nfc:https://gitee.com/openharmony/communication_nfc
- communication_wifi:https://gitee.com/openharmony/communication_wifi
- communication_wifi_lite:https://gitee.com/openharmony/communication_wifi_lite
- communication_wifi_aware:https://gitee.com/openharmony/communication_wifi_aware
- base_location:https://gitee.com/openharmony/base_location
- telephony_call_manager:https://gitee.com/openharmony/telephony_call_manager
- telephony_cellular_call:https://gitee.com/openharmony/telephony_cellular_call
- telephony_core_service:https://gitee.com/openharmony/telephony_core_service
- telephony_sms_mms:https://gitee.com/openharmony/telephony_sms_mms
- telephony_state_registry:https://gitee.com/openharmony/telephony_state_registry
- applications_camera_sample_communication:https://gitee.com/openharmony/applications_camera_sample_communication
- applications_sample_wifi_iot:https://gitee.com/openharmony/applications_sample_wifi_iot
- iothardware_peripheral:https://gitee.com/openharmony/iothardware_peripheral
- iot_link:https://gitee.com/openharmony/iot_link
- third_party_lwip:https://gitee.com/openharmony/third_party_lwip
- third_party_nfc-nci:https://gitee.com/openharmony-sig/third_party_nfc-nci
- third_party_wpa_supplicant:https://gitee.com/openharmony/third_party_wpa_supplicant
- third_party_libcoap:https://gitee.com/openharmony/third_party_libcoap
| 部件名称<img width=100/>| 部件功能描述<img width=200/>| 部件仓名称<img width=200/> |
| ---------------------------------------|---------- | ------------------------------------------------------------ |
|分布式软总线| 分布式软总线实现近场(LAN、WLAN、蓝牙)设备间统一的分布式通信管理能力,提供不区分链路的设备间发现连接、组网和传输能力,主要功能如下:发现连接:提供设备发现和连接能力。设备组网:提供统一的设备组网和拓扑管理能力,为数据传输提供已组网设备信息。数据传输:提供数据传输通道,支持消息、字节、文件和流数据传输能力。 | communication_dsoftbus|
|进程间通信|进程间通信包含IPC(Inter-Process Communication)与RPC(Remote Procedure Call),用于实现跨进程通信。IPC用于设备内的跨进程通信,而RPC可提供设备间跨进程通信。| communication_ipc/communication_ipc_lite|
|WLAN服务| 提供WLAN基础功能,包括WLAN STA、AP、P2P等功能的管理服务。为应用和系统服务提供用可以通过WLAN和其他设备互联互通|communication_wifi/communication_wifi_lite|
|WPA服务|提供WiFi和P2P相关认证协议功能,包含WPA和HostAPD两个主要部分。|third_party_wpa_supplicant|
|蓝牙服务|提供蓝牙profile服务、蓝牙协议栈等相关能力。为设备提供接入与使用Bluetooth的相关接口,包括BR配对连接,BLE广播、扫描,BLE设备gatt相关的操作及功能。|communication_bluetooth|
|NFC服务|提供有源标签读写能力,包括NFC标签读写、TAG等服务能力。|communication_nfc|
|位置服务|提供GNSS、网络定位、地理编码转换等位置服务框架能力。|base_location|
## SIG组成员
......@@ -46,21 +34,19 @@
- @MaErlii(https://gitee.com/maerlii)
### Committers列表
- @xuyongpan(https://gitee.com/xuyongpan)
- @MaErlii(https://gitee.com/maerlii)
- @waibozie(https://gitee.com/waibozie)
- @fengyonghui123(https://gitee.com/fengyonghui123)
- @duxbbo(https://gitee.com/duxbbo)
- @fanxiaoyu321(https://gitee.com/fanxiaoyu321)
- @Xi_Yuhao(https://gitee.com/Xi_Yuhao)
- @yinyouzhan(https://gitee.com/yinyouzhan)
- @cheng_guohong(https://gitee.com/cheng_guohong)
- @rain_myf(https://gitee.com/rain_myf)
- @bigpumpkin(https://gitee.com/bigpumpkin)
- @jyh926(https://gitee.com/jyh926)
- @life-liu(https://gitee.com/life-liu)
- @xujiang1981(https://gitee.com/xujiang1981)
- @knpingan(https://gitee.com/knpingan)
- @hwlitao(https://gitee.com/hwlitao)
- @defeng2020(https://gitee.com/defeng2020)
- @brickhz(https://gitee.com/brickhz)
- @clevercong(https://gitee.com/clevercong)
- @ohos-lsw(https://gitee.com/ohos-lsw)
- @xautosoft(https://gitee.com/xautosoft)
- @li-jet(https://gitee.com/li-jet)
- @MaErlii(https://gitee.com/maerlii)
- @liu-binjun(https://gitee.com/liu-binjun)
- @zf0719(https://gitee.com/zf0719)
### 会议
- 会议时间:双周例会,周一下午16:00,UTC+8
......
......@@ -15,7 +15,26 @@
4. 与开发者交流、合作,持续完善系统应用的特性
5. 组织社区相关问题的澄清并及时给予解答
系统应用SIG( sig-systemapplications )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/systemapplications-overview.png)
## 代码仓
|部件名称|部件功能描述|部件仓名称|
| ------------ | ------------ |------------ |
|系统桌面应用|Launcher 作为系统人机交互的首要入口,提供应用图标的显示、点击启动、卸载应用,并提供桌面布局设置以及最近任务管理等功能。 |applications_launcher|
|系统设置应用|设置应用是 OpenHarmony 系统中预置的系统应用,为用户提供设置系统属性的交互界面,例如设置系统时间,屏幕亮度等系统属性。 |applications_settings|
|系统SystemUI应用 |SystemUI应用是OpenHarmony中预置的系统应用,为用户提供系统相关信息展示及交互界面,包括系统状态、系统提示、系统提醒等,例如系统时间、电量信息。 |applications_systemui|
|系统联系人应用 |Contacts应用是OpenHarmony中预置的系统应用,主要的功能包含拨号盘、通话记录查看、通话记录批量删除、联系人列表、详情查看和联系人的新建等功能。 |applications_contacts|
|系统短信应用|Mms应用是OpenHarmony中预置的系统应用,主要的功能包含信息查看、发送短信、接收短信、短信送达报告、删除短信等功能。|applications_mms|
|系统通话应用 |基于系统平台能力,设计和开发通话应用,提供语音通话、视频通话、通话设置、移动网络设置、SIM卡管理设置、紧急拨号以及添加个人紧急信息的功能。 |applications_call|
|系统设置数据库应用|SettingsData是 OpenHarmony 系统中预置的系统应用,为用户提供数据库的访问存取服务,例如存储/读取系统时间格式、屏幕亮度等系统属性。|applications_settings_data|
|系统图库应用|图库是系统内置的可视资源访问应用,提供图片和视频的管理、浏览、显示、编辑操作等功能,并支持默认相册和用户相册管理。| |applications_photos|
|系统相机应用 |相机应用是OpenHarmony标准系统中预置的系统应用,为用户提供基础的相机拍摄功能,包括预览、拍照、摄像、缩略图显示、跳转相册、多机位协同。|applications_camera|
|系统主题应用|主题应用是 OpenHarmony 系统中预置的系统应用,为用户提供设置系统主题、桌面壁纸的基础能力,并支持通过其他第三方应用设置用户自定义的主题与壁纸。|applications_theme|
|系统锁屏应用|锁屏应用是OpenHarmony中预置的系统应用,为用户提供锁屏的基础能力。提供滑动解锁、密码解锁等解锁能力,以及锁屏页面的信息展示能力。| applications_screenlock|
|备忘录应用|备忘录应用是OpenHarmony中预置的应用,为用户提供文本编辑以及保存功能。|applications_notes|
系统截屏应用|ScreenShot应用是OpenHarmony中预置的系统应用,为用户提供截取当前屏幕并保存图片的功能。|applications_screenshot|
|文件选择器|FilePicker应用是OpenHarmony中预置的系统应用,为用户提供文件选择及保存功能|applications_filepicker|
- 代码仓地址:
- applications_systemui:https://gitee.com/openharmony/applications_systemui
- applications_settings: https://gitee.com/openharmony/applications_settings
......@@ -28,10 +47,8 @@
- applications_call: https://gitee.com/openharmony/applications_call
- applications_screenshot: https://gitee.com/openharmony-sig/applications_screenshot
- applications_screenlock: https://gitee.com/openharmony-sig/applications_screenlock
- applications_admin_provisioning: https://gitee.com/openharmony-sig/applications_admin_provisioning
- applications_theme: https://gitee.com/openharmony-sig/applications_theme
- applications_settingsdata: https://gitee.com/openharmony-sig/applications_settings_data
- applications_contactsdata: https://gitee.com/openharmony-sig/applications_contactsdata
- applications_notes: https://gitee.com/openharmony-sig/applications_notes
## SIG组成员
......
......@@ -119,8 +119,9 @@
"https://gitee.com/openharmony/device_board_talkweb",
"https://gitee.com/openharmony/vendor_talkweb",
"https://gitee.com/openharmony-sig/devboard_vendor_rpi3b",
"https://gitee.com/openharmony-sig/device_unionpi",
"https://gitee.com/openharmony-sig/vendor_unionpi",
"https://gitee.com/openharmony/device_board_unionman",
"https://gitee.com/openharmony/device_soc_amlogic",
"https://gitee.com/openharmony/vendor_unionman",
"https://gitee.com/openharmony-sig/devboard_device_itcast_genkipi",
"https://gitee.com/openharmony-sig/devboard_vendor_itcast_genkipi",
"https://gitee.com/openharmony-sig/devboard_waffle_nano",
......@@ -195,8 +196,9 @@
"device/soc/st",
"vendor/talkweb",
"vendor/rpi3",
"device/unionman/unionpi",
"vendor/unionman/unionpi",
"device/board/unionman",
"device/soc/amlogic",
"vendor/unionman",
"device/itcast/genkipi",
"vendor/itcast/genkipi",
"devboard_waffle_nano",
......@@ -381,7 +383,7 @@
"https://gitee.com/openharmony/sensors_sensor",
"https://gitee.com/openharmony/sensors_medical_sensor",
"https://gitee.com/openharmony/sensors_start",
"https://gitee.com/openharmony/usb_manager",
"https://gitee.com/openharmony/usb_usb_manager",
"https://gitee.com/openharmony/powermgr_powermgr_lite",
"https://gitee.com/openharmony/powermgr_battery_manager",
"https://gitee.com/openharmony/powermgr_display_manager",
......@@ -389,12 +391,12 @@
"https://gitee.com/openharmony/powermgr_battery_lite",
"https://gitee.com/openharmony/powermgr_battery_statistics",
"https://gitee.com/openharmony/powermgr_thermal_manager",
"https://gitee.com/openharmony/device_manager",
"https://gitee.com/openharmony/distributed_hardware_fwk",
"https://gitee.com/openharmony-sig/distributed_input",
"https://gitee.com/openharmony/distributed_camera",
"https://gitee.com/openharmony/distributed_screen",
"https://gitee.com/openharmony-sig/distributed_audio",
"https://gitee.com/openharmony/distributedhardware_device_manager",
"https://gitee.com/openharmony/distributedhardware_distributed_hardware_fwk",
"https://gitee.com/openharmony-sig/distributedhardware_distributed_input",
"https://gitee.com/openharmony/distributedhardware_distributed_camera",
"https://gitee.com/openharmony/distributedhardware_distributed_screen",
"https://gitee.com/openharmony-sig/distributedhardware_distributed_audio",
"https://gitee.com/openharmony-sig/msdp_start",
"https://gitee.com/openharmony-sig/msdp_motion",
"https://gitee.com/openharmony-sig/msdp_movement",
......@@ -611,7 +613,8 @@
"https://gitee.com/openharmony/third_party_skia",
"https://gitee.com/openharmony/windowmanager",
"https://gitee.com/openharmony-sig/third_party_libexif",
"https://gitee.com/openharmony/third_party_opensles"
"https://gitee.com/openharmony/third_party_opensles",
"https://gitee.com/openharmony-sig/third_party_libjpeg-turbo"
],
"project-path": [
"foundation/multimedia/media_standard",
......@@ -650,7 +653,8 @@
"third_party/openGLES",
"third_party/skia",
"foundation/windowmanager",
"third_party/libexif"
"third_party/libexif",
"third_party/libjpeg-turbo"
]
},
{
......@@ -726,26 +730,26 @@
{
"sig-name": "sig-compileruntime",
"projects": [
"https://gitee.com/openharmony/js_api_module",
"https://gitee.com/openharmony/js_sys_module",
"https://gitee.com/openharmony/js_util_module",
"https://gitee.com/openharmony/js_worker_module",
"https://gitee.com/openharmony-sig/commonlibrary_ets_utils",
"https://gitee.com/openharmony-sig/utils_memory",
"https://gitee.com/openharmony-sig/third_party_mimalloc",
"https://gitee.com/openharmony/commonlibrary_c_utils",
"https://gitee.com/openharmony/commonlibrary_utils_lite",
"https://gitee.com/openharmony/arkcompiler_runtime_core",
"https://gitee.com/openharmony/arkcompiler_ets_runtime",
"https://gitee.com/openharmony/arkcompiler_ets_frontend"
"https://gitee.com/openharmony/arkcompiler_ets_frontend",
"https://gitee.com/openharmony/arkcompiler_toolchain"
],
"project-path": [
"base/compileruntime/js_api_module",
"base/compileruntime/js_sys_module",
"base/compileruntime/js_util_module",
"base/compileruntime/js_worker_module",
"commonlibrary/ets_utils",
"utils/memory",
"third_party/mimalloc",
"commonlibrary/c_utils",
"commonlibrary/utils_lite",
"arkcompiler/runtime_core",
"arkcompiler/ets_runtime",
"arkcompiler/ets_frontend"
"arkcompiler/ets_frontend",
"arkcompiler/toolchain"
]
},
{
......
......@@ -7,3 +7,4 @@ monthly= aiyongfu:aiyongfu@huawei.com, five-yuan:wuyunjie@huawei.com,zhangfanfan
OpenHarmony-3.1-Release= shermanzhong:sherman.zhong@huawei.com, RayShih:shirui721@huawei.com
OpenHarmony-3.2-Beta1= aiyongfu:aiyongfu@huawei.com, five-yuan:wuyunjie@huawei.com, zhangfanfan2:zhangfanfan2@huawei.com, shermanzhong:sherman.zhong@huawei.com, huaweimaxuchu:maxuchu@huawei.com, RayShih:shirui721@huawei.com
OpenHarmony-3.1-API8-SDK-Public= majiajun518:majiajun518@huawei.com
OpenHarmony-3.2-Beta2= aiyongfu:aiyongfu@huawei.com, five-yuan:wuyunjie@huawei.com,zhangfanfan2:zhangfanfan2@huawei.com, huaweimaxuchu:maxuchu@huawei.com
......@@ -105,7 +105,7 @@
|103|third_party_unity|third_party/unity|https://gitee.com/buranfanchen|wangjuntao.wang@huawei.com|https://gitee.com/gaohanyi1982|gaohanyi@huawei.com|SIG_Test|
|104|third_party_wpa_supplicant|third_party/wpa_supplicant|https://gitee.com/rain_myf|maoyufeng3@huawei.com| | |SIG_SoftBus|
|105|third_party_zlib|third_party/zlib|https://gitee.com/autumn330|hw.liuwei@huawei.com| | |SIG_ApplicationFramework|
|106|utils_native_lite|utils/native/lite|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime|
|106|commonlibrary_utils_lite|commonlibrary/utils_lite|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime|
|107|vendor_hisilicon|vendor/hisilicon|https://gitee.com/yuanwhong|yuanwenhong@hisilicon.com|https://gitee.com/helsingchen|helsing.chen@hisilicon.com|SIG_DriverFramework|
|108|vendor_huawei_hdf|vendor/huawei/hdf|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau|liufeihu@huawei.com|SIG_DriverFramework|
|109|drivers_peripheral|drivers/peripheral|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau <br> https://gitee.com/yuanbogit <br> https://gitee.com/aqxyjay|liufeihu@huawei.com <br> yuanbo@huawei.com <br> zhangchunxin@huawei.com|SIG_DriverFramework|
......@@ -214,15 +214,15 @@
|212|third_party_wayland_standard|third_party/wayland_standard|https://gitee.com/bj1010|dubingjian@huawei.com| | |SIG_Graphics|
|213|third_party_weston|third_party/weston|https://gitee.com/lz-230|lizheng2@huawei.com| | |SIG_Graphics|
|214|utils|utils|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime|
|215|utils_native|utils/native|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime|
|215|commonlibrary_c_utils|commonlibrary/c_utils|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime|
|216|utils_system_resources|utils/system_resources|https://gitee.com/zhengbin5|zhengbin5@huawei.com| | |SIG_ApplicationFramework|
|217|utils_selinux_policy_standard|utils/system/selinux_policy_standard|https://gitee.com/xuwenfang|xuwenfang@huawei.com| | |SIG_Security|
|218|app_samples|NA|https://gitee.com/illybyy|baoyayong@huawei.com|https://gitee.com/jiangtao92|jiangtao57@huawei.com|SIG_SystemApplication|
|219|tools_oat|NA|https://gitee.com/jalenchen|chenyaxun@huawei.com| | |SIG_CommunityBuilding|
|220|device_manager|foundation/distributedhardware/devicemanager|https://gitee.com/skypuhui|puhui1@huawei.com|https://gitee.com/pengguanqi|pengguanqi@huawei.com|SIG_DistributedHardwareManagement|
|220|distributedhardware_device_manager|foundation/distributedhardware/device_manager|https://gitee.com/skypuhui|puhui1@huawei.com|https://gitee.com/pengguanqi|pengguanqi@huawei.com|SIG_DistributedHardwareManagement|
|221|sensors_miscdevice|base/sensors/miscdevice|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|222|sensors_sensor|base/sensors/sensor|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|223|usb_manager|base/usb/usb_manager|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|223|usb_usb_manager|base/usb/usb_manager|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|224|powermgr_battery_lite|base/powermgr/battery_lite|https://gitee.com/aqxyjay|zhangchunxin@huawei.com|https://gitee.com/hujun211|hujun211@huawei.com|SIG_DistributedHardwareManagement|
|225|release-management|NA|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/aiyongfu |aiyongfu@huawei.com |SIG_VersionRelease|
|226|multimedia_media_library|foundation/multimedia/media_library|https://gitee.com/gudehe|gudehe@huawei.com| | |SIG_Media|
......@@ -269,10 +269,10 @@
|267|telephony_cellular_data|base/telephony/cellular_data|https://gitee.com/jyh926|jiayanhong@huawei.com|https://gitee.com/zhang-hai-feng|zhanghaifeng11@huawei.com|SIG_SoftBus|
|268|communication_nfc|foundation/communication/nfc|https://gitee.com/cheng_guohong|guohong.cheng@huawei.com|https://gitee.com/knpingan|zhangxiuping@huawei.com|SIG_SoftBus|
|269|third_party_e2fsprogs|third_party/e2fsprogs|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/taiyipei|peitaiyi@huawei.com|SIG_CompileRuntime|
|270|js_api_module|base/compileruntime/js_api_module|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23 <br> https://gitee.com/gongjunsong|sunzhe23@huawei.com <br> gongjunsong@huawei.com|SIG_CompileRuntime|
|271|js_sys_module|base/compileruntime/js_sys_module|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23 <br> https://gitee.com/gongjunsong|sunzhe23@huawei.com <br> gongjunsong@huawei.com|SIG_CompileRuntime|
|272|js_util_module|base/compileruntime/js_util_module|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23 <br> https://gitee.com/gongjunsong|sunzhe23@huawei.com <br> gongjunsong@huawei.com|SIG_CompileRuntime|
|273|js_worker_module|base/compileruntime/js_worker_module|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23 <br> https://gitee.com/gongjunsong|sunzhe23@huawei.com <br> gongjunsong@huawei.com|SIG_CompileRuntime|
|270|ets_utils|commonlibrary/ets_utils|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23 <br> https://gitee.com/gongjunsong|sunzhe23@huawei.com <br> gongjunsong@huawei.com|SIG_CompileRuntime|
|271|ability_ability_base|foundation/ability/ability_base|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/uniquexch <br> https://gitee.com/jayleehw <br> https://gitee.com/zhongjianfei <br> https://gitee.com/ccllee|xuchenghua09@huawei.com <br> liqiang121@huawei.com <br> zhongjianfei@huawei.com <br> caochunlei1@huawei.com|SIG_ApplicationFramework|
|272|ability_form_fwk|foundation/ability/form_fwk|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/uniquexch <br> https://gitee.com/jayleehw <br> https://gitee.com/zhongjianfei <br> https://gitee.com/ccllee|xuchenghua09@huawei.com <br> liqiang121@huawei.com <br> zhongjianfei@huawei.com <br> caochunlei1@huawei.com|SIG_ApplicationFramework|
|273|ability_idl_tool|foundation/ability/idl_tool|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/uniquexch <br> https://gitee.com/jayleehw <br> https://gitee.com/zhongjianfei|xuchenghua09@huawei.com <br> liqiang121@huawei.com <br> zhongjianfei@huawei.com|SIG_ApplicationFramework|
|274|communication_bluetooth|foundation/communication/bluetooth|https://gitee.com/cheng_guohong|guohong.cheng@huawei.com|https://gitee.com/xujiang181|jiang.xu@huawei.com|SIG_SoftBus|
|275|miscservices_inputmethod|base/miscservices/inputmethod|https://gitee.com/illybyy|baoyayong@huawei.com| | |SIG_BasicSoftwareService|
|276|notification_distributed_notification_service|base/notification/distributed_notification_service|https://gitee.com/autumn330|hw.liuwei@huawei.com|https://gitee.com/jayleehw|liqiang121@huawei.com|SIG_BasicSoftwareService|
......@@ -329,8 +329,8 @@
|327|resourceschedule_resource_schedule_service|foundation/resourceschedule/resource_schedule_service|https://gitee.com/shire-yao|yaoyanxia1@huawei.com|https://gitee.com/tangtiantian2021 <br> https://gitee.com/chenmingJay <br> https://gitee.com/wanglai-yao|tangchengkai@huawei.com <br> chenming48@huawei.com <br> yaowanglai@huawei.com|SIG_BasicSoftwareService|
|328|third_party_pyyaml|third_party/pyyaml|https://gitee.com/guochuanqi|guochuanqi@huawei.com| | |SIG_BasicSoftwareService|
|329|resourceschedule_memmgr|foundation/resourceschedule/plugins/memmgr|https://gitee.com/cbraham|suncai1@huawei.com|https://gitee.com/wang2002xu|wangxu44@huawei.com|SIG_BasicSoftwareService|
|330|distributed_hardware_fwk|foundation/distributedhardware/distributedhardwarefwk|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/intermilano|night.zhangbin@huawei.com|SIG_DistributedHardwareManagement|
|331|distributed_input|foundation/distributedhardware/distributedinput|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/skypuhui|puhui1@huawei.com|SIG_DistributedHardwareManagement|
|330|distributedhardware_distributed_hardware_fwk|foundation/distributedhardware/distributed_hardware_fwk|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/intermilano|night.zhangbin@huawei.com|SIG_DistributedHardwareManagement|
|331|distributedhardware_distributed_input|foundation/distributedhardware/distributed_input|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/skypuhui|puhui1@huawei.com|SIG_DistributedHardwareManagement|
|332|security_access_token|base/security/access_token|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com|https://gitee.com/hu-huifeng|huhuifeng@huawei.com|SIG_Security|
|333|third_party_openmax|third_party/openmax|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau <br> https://gitee.com/yuanbogit|liufeihu@huawei.com <br> yuanbo@huawei.com|SIG_DriverFramework|
|334|third_party_opensles|third_party/openSLES|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media|
......@@ -358,8 +358,8 @@
|356|third_party_mindspore|third_party/mindspore|https://gitee.com/zhaizhiqiang|zhaizhiqiang@huawei.com|https://gitee.com/sunsuodong <br> https://gitee.com/zhang_xue_tong <br> https://gitee.com/HilbertDavid <br> https://gitee.com/jpc_chenjianping|sunsuodong@huawei.com <br> zhangxuetong@huawei.com <br> lizheng53@huawei.com <br> jpc.chen@huawei.com|SIG-AI-Framework|
|357|syscap_codec|developtools/syscap_codec|https://gitee.com/taiyipei|peitaiyi@huawei.com| | |SIG_R&DToolChain|
|358|xts_dcts|test/xts/dcts|https://gitee.com/gaohanyi1982 | gaohanyi@huawei.com | https://gitee.com/jiyong_sd | jiyong@huawei.com |SIG_Test|
|359|distributed_camera|foundation/distributedhardware/distributedcamera|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/skypuhui|puhui1@huawei.com|SIG_DistributedHardwareManagement|
|360|distributed_screen|foundation/distributedhardware/distributedscreen|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/skypuhui|puhui1@huawei.com|SIG_DistributedHardwareManagement|
|359|distributedhardware_distributed_camera|foundation/distributedhardware/distributed_camera|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/skypuhui|puhui1@huawei.com|SIG_DistributedHardwareManagement|
|360|distributedhardware_distributed_screen|foundation/distributedhardware/distributed_screen|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/skypuhui|puhui1@huawei.com|SIG_DistributedHardwareManagement|
|361|third_party_chromium|third_party/chromium|https://gitee.com/bigpumpkin|chenzhennan@huawei.com|https://gitee.com/leezheng_hz|lizheng@huawei.com|SIG_ApplicationFramework|
|362|third_party_cef|third_party/cef|https://gitee.com/bigpumpkin|chenzhennan@huawei.com|https://gitee.com/leezheng_hz|lizheng@huawei.com|SIG_ApplicationFramework|
|363|web_webview|base/web/webview|https://gitee.com/bigpumpkin|chenzhennan@huawei.com|https://gitee.com/leezheng_hz|lizheng@huawei.com|SIG_ApplicationFramework|
......@@ -392,7 +392,8 @@
|390| device_board_talkweb|device/board/talkweb|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/talkweb_houpengfei | houpengfei@talkweb.com.cn |SIG_Devboard|
|391| device_soc_rockchip|device/soc/rockchip|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/bob_qu |qu_bo@hoperun.com|SIG_Devboard|
|392|notification_eventhandler|base/notification/eventhandler|https://gitee.com/zero-cyc|chenlien@huawei.com|https://gitee.com/jayleehw|liqiang121@huawei.com|SIG_BasicSoftwareService|
|393|ability_ability_base|foundation/ability/ability_base|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/uniquexch <br> https://gitee.com/jayleehw <br> https://gitee.com/zhongjianfei <br> https://gitee.com/ccllee|xuchenghua09@huawei.com <br> liqiang121@huawei.com <br> zhongjianfei@huawei.com <br> caochunlei1@huawei.com|SIG_ApplicationFramework|
|394|ability_form_fwk|foundation/ability/form_fwk|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/uniquexch <br> https://gitee.com/jayleehw <br> https://gitee.com/zhongjianfei <br> https://gitee.com/ccllee|xuchenghua09@huawei.com <br> liqiang121@huawei.com <br> zhongjianfei@huawei.com <br> caochunlei1@huawei.com|SIG_ApplicationFramework|
|395|ability_idl_tool|foundation/ability/idl_tool|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/uniquexch <br> https://gitee.com/jayleehw <br> https://gitee.com/zhongjianfei|xuchenghua09@huawei.com <br> liqiang121@huawei.com <br> zhongjianfei@huawei.com|SIG_ApplicationFramework|
|396|third_party_exfatprogs|third_party/exfatprogs|https://gitee.com/ningzuobin|ningzuobin@huawei.com|https://gitee.com/bubble_mao <br> https://gitee.com/panqinxu|maojingjing1@huawei.com <br> panqinxu1@huawei.com|SIG_Kernel|
\ No newline at end of file
|393|third_party_exfatprogs|third_party/exfatprogs|https://gitee.com/ningzuobin|ningzuobin@huawei.com|https://gitee.com/bubble_mao <br> https://gitee.com/panqinxu|maojingjing1@huawei.com <br> panqinxu1@huawei.com|SIG_Kernel|
|394|arkcompiler_toolchain|arkcompiler/toolchain|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23 <br> https://gitee.com/gongjunsong <br> https://gitee.com/weng-changcheng|sunzhe23@huawei.com <br> gongjunsong@huawei.com <br> wengchangcheng@huawei.com|SIG_CompileRuntime|
|395|device_board_unionman|device/board/unionman|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/algoideas <br> https://gitee.com/osprey <br> https://gitee.com/chepiaom|minjie.yu@unionman.com.cn <br> e.hong@unionman.com.cn <br> shaoqiang.yu@unionman.com.cn|SIG_Devboard|
|396|vendor_unionman|vendor/unionman|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/algoideas <br> https://gitee.com/osprey <br> https://gitee.com/chepiaom|minjie.yu@unionman.com.cn <br> e.hong@unionman.com.cn <br> shaoqiang.yu@unionman.com.cn|SIG_Devboard|
|397|device_soc_amlogic|device/soc/amlogic|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/algoideas <br> https://gitee.com/osprey <br> https://gitee.com/chepiaom|minjie.yu@unionman.com.cn <br> e.hong@unionman.com.cn <br> shaoqiang.yu@unionman.com.cn|SIG_Devboard|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册