提交 d06fa6e2 编写于 作者: H hwzhangchuang

add distributed hardware subsystem projects: distributed_hardware_fwk and distributed_input

Signed-off-by: Nhwzhangchuang <zhangchuang.zhang@huawei.com>
上级 58d08dcd
...@@ -15,12 +15,16 @@ ...@@ -15,12 +15,16 @@
"gitee_email": "zhangchunxin@huawei.com" "gitee_email": "zhangchunxin@huawei.com"
}, },
{ {
"gitee_id": "pengguanqi", "gitee_id": "intermilano",
"gitee_email": "pengguanqi@huawei.com" "gitee_email": "night.zhangbin@huawei.com"
}, },
{ {
"gitee_id": "locheng7", "gitee_id": "hwzhangchuang",
"gitee_email": "luocheng2@huawei.com" "gitee_email": "zhangchuang.zhang@huawei.com"
},
{
"gitee_id": "skypuhui",
"gitee_email": "puhui1@huawei.com"
} }
] ]
} }
\ No newline at end of file
...@@ -25,6 +25,8 @@ Note: The content of this SIG follows the convention described in OpenHarmony's ...@@ -25,6 +25,8 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
- powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics - powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics
- powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager - powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager
- devicemanager:https://gitee.com/openharmony/device_manager - devicemanager:https://gitee.com/openharmony/device_manager
- distributedhardwarefwk: https://gitee.com/openharmony-sig/distributed_hardware_fwk
- distributedinput: https://gitee.com/openharmony-sig/distributed_input
## SIG Members ## SIG Members
...@@ -34,9 +36,10 @@ Note: The content of this SIG follows the convention described in OpenHarmony's ...@@ -34,9 +36,10 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### Committers ### Committers
- @hujun211(https://gitee.com/hujun211) - @hujun211(https://gitee.com/hujun211)
- @aqxyjay(https://gitee.com/aqxyjay) - @aqxyjay(https://gitee.com/aqxyjay)
- @pengguanqi(https://gitee.com/pengguanqi)
- @locheng7(https://gitee.com/locheng7)
- @hhh2(https://gitee.com/hhh2) - @hhh2(https://gitee.com/hhh2)
- @BinZhang(https://gitee.com/intermilano)
- @hwzhangchuang(https://gitee.com/hwzhangchuang)
- @skypuhui(https://gitee.com/skypuhui)
### Meetings ### Meetings
- Meeting time:Every Saturday at 10:00 o'clock - Meeting time:Every Saturday at 10:00 o'clock
......
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
- powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics - powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics
- powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager - powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager
- devicemanager:https://gitee.com/openharmony/device_manager - devicemanager:https://gitee.com/openharmony/device_manager
- distributedhardwarefwk: https://gitee.com/openharmony-sig/distributed_hardware_fwk
- distributedinput: https://gitee.com/openharmony-sig/distributed_input
## SIG组成员 ## SIG组成员
...@@ -36,9 +38,10 @@ ...@@ -36,9 +38,10 @@
### Committers列表 ### Committers列表
- @hujun211(https://gitee.com/hujun211) - @hujun211(https://gitee.com/hujun211)
- @aqxyjay(https://gitee.com/aqxyjay) - @aqxyjay(https://gitee.com/aqxyjay)
- @pengguanqi(https://gitee.com/pengguanqi)
- @locheng7(https://gitee.com/locheng7)
- @hhh2(https://gitee.com/hhh2) - @hhh2(https://gitee.com/hhh2)
- @BinZhang(https://gitee.com/intermilano)
- @hwzhangchuang(https://gitee.com/hwzhangchuang)
- @skypuhui(https://gitee.com/skypuhui)
### 会议 ### 会议
- 会议时间:每周六 10:00 - 会议时间:每周六 10:00
......
...@@ -313,37 +313,41 @@ ...@@ -313,37 +313,41 @@
{ {
"sig-name":"sig-distributedhardwaremgr", "sig-name":"sig-distributedhardwaremgr",
"projects":[ "projects":[
"https://gitee.com/openharmony/sensors_miscdevice_lite", "https://gitee.com/openharmony/sensors_miscdevice_lite",
"https://gitee.com/openharmony/sensors_sensor_lite", "https://gitee.com/openharmony/sensors_sensor_lite",
"https://gitee.com/openharmony/sensors_miscdevice", "https://gitee.com/openharmony/sensors_miscdevice",
"https://gitee.com/openharmony/sensors_sensor", "https://gitee.com/openharmony/sensors_sensor",
"https://gitee.com/openharmony-sig/sensors_start", "https://gitee.com/openharmony-sig/sensors_start",
"https://gitee.com/openharmony/usb_manager", "https://gitee.com/openharmony/usb_manager",
"https://gitee.com/openharmony/powermgr_powermgr_lite", "https://gitee.com/openharmony/powermgr_powermgr_lite",
"https://gitee.com/openharmony/powermgr_battery_manager", "https://gitee.com/openharmony/powermgr_battery_manager",
"https://gitee.com/openharmony/powermgr_display_manager", "https://gitee.com/openharmony/powermgr_display_manager",
"https://gitee.com/openharmony/powermgr_power_manager", "https://gitee.com/openharmony/powermgr_power_manager",
"https://gitee.com/openharmony/powermgr_battery_lite", "https://gitee.com/openharmony/powermgr_battery_lite",
"https://gitee.com/openharmony/powermgr_battery_statistics", "https://gitee.com/openharmony/powermgr_battery_statistics",
"https://gitee.com/openharmony/powermgr_thermal_manager", "https://gitee.com/openharmony/powermgr_thermal_manager",
"https://gitee.com/openharmony/device_manager" "https://gitee.com/openharmony/device_manager",
], "https://gitee.com/openharmony/distributed_hardware_fwk",
"https://gitee.com/openharmony/distributed_input"
],
"project-path":[ "project-path":[
"base/sensors/miscdevice_lite", "base/sensors/miscdevice_lite",
"base/sensors/sensor_lite", "base/sensors/sensor_lite",
"base/sensors/miscdevice", "base/sensors/miscdevice",
"base/sensors/sensor", "base/sensors/sensor",
"base/sensors/start", "base/sensors/start",
"base/usb/usb_manager", "base/usb/usb_manager",
"base/powermgr/powermgr_lite", "base/powermgr/powermgr_lite",
"base/powermgr/battery_manager", "base/powermgr/battery_manager",
"base/powermgr/display_manager", "base/powermgr/display_manager",
"base/powermgr/power_manager", "base/powermgr/power_manager",
"base/powermgr/battery_lite", "base/powermgr/battery_lite",
"base/powermgr/battery_statistics", "base/powermgr/battery_statistics",
"base/powermgr/thermal_manager", "base/powermgr/thermal_manager",
"foundation/distributedhardware/devicemanager" "foundation/distributedhardware/devicemanager",
] "foundation/distributedhardware/distributedhardwarefwk",
"foundation/distributedhardware/distributedinput"
]
}, },
{ {
"sig-name":"sig-release", "sig-name":"sig-release",
......
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
|217|utils_selinux_policy_standard|utils/system/selinux_policy_standard|https://gitee.com/xuwenfang|xuwenfang@huawei.com| | |SIG_Security| |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| | |SIG_SystemApplication| |218|app_samples|NA|https://gitee.com/illybyy|baoyayong@huawei.com| | |SIG_SystemApplication|
|219|tools_oat|NA|https://gitee.com/jalenchen|chenyaxun@huawei.com| | |SIG_CommunityBuilding| |219|tools_oat|NA|https://gitee.com/jalenchen|chenyaxun@huawei.com| | |SIG_CommunityBuilding|
|220|device_manager|foundation/distributedhardware/devicemanager|https://gitee.com/locheng7|luocheng2@huawei.com|https://gitee.com/pengguanqi|pengguanqi@huawei.com|SIG_DistributedHardwareManagement| |220|device_manager|foundation/distributedhardware/devicemanager|https://gitee.com/skypuhui|puhui1@huawei.com|https://gitee.com/intermilano|night.zhangbin@huawei.com|SIG_DistributedHardwareManagement|
|221|sensors_miscdevice|base/sensors/miscdevice|https://gitee.com/hhh2|pengfei.hou@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| |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_manager|base/usb/usb_manager|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
...@@ -329,3 +329,5 @@ ...@@ -329,3 +329,5 @@
|327|resourceschedule_device_usage_statistics|foundation/resourceschedule/device_usage_statistics|https://gitee.com/tangtiantian2021|tangchengkai@huawei.com|https://gitee.com/shire-yao <br> https://gitee.com/chenmingJay <br> https://gitee.com/wanglai-yao|yaoyanxia1@huawei.com <br> chenming48@huawei.com <br> yaowanglai@huawei.com|SIG_BasicSoftwareService| |327|resourceschedule_device_usage_statistics|foundation/resourceschedule/device_usage_statistics|https://gitee.com/tangtiantian2021|tangchengkai@huawei.com|https://gitee.com/shire-yao <br> https://gitee.com/chenmingJay <br> https://gitee.com/wanglai-yao|yaoyanxia1@huawei.com <br> chenming48@huawei.com <br> yaowanglai@huawei.com|SIG_BasicSoftwareService|
|328|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|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|
|329|third_party_pyyaml|third_party/pyyaml|https://gitee.com/guochuanqi|guochuanqi@huawei.com| | |SIG_BasicSoftwareService| |329|third_party_pyyaml|third_party/pyyaml|https://gitee.com/guochuanqi|guochuanqi@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/intermilano|night.zhangbin@huawei.com|SIG_DistributedHardwareManagement|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册