mirror of
https://gitee.com/openharmony/vendor_unionman
synced 2025-02-17 07:19:03 +00:00
feat: sync master hcs and config update
Signed-off-by: minjie.yu <minjie.yu@unionman.com.cn>
This commit is contained in:
parent
de6e3151e2
commit
874cec8b1a
@ -140,7 +140,6 @@
|
||||
{
|
||||
"component": "window_manager",
|
||||
"features": [
|
||||
"window_manager_dayu200_resource_config = false",
|
||||
"window_manager_dayu210_resource_config = false"
|
||||
]
|
||||
}
|
||||
@ -177,6 +176,18 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"subsystem": "multimedia",
|
||||
"components": [
|
||||
{
|
||||
"component": "audio_framework",
|
||||
"features": [
|
||||
"audio_framework_feature_dtmf_tone = true",
|
||||
"audio_framework_feature_opensl_es = true"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -370,10 +370,21 @@
|
||||
deviceMatchAttr = "hdf_sensor_temperature_driver";
|
||||
}
|
||||
}
|
||||
device_temperature_sht30 :: device {
|
||||
device_temperature_aht20 :: device {
|
||||
device0 :: deviceNode {
|
||||
policy = 1;
|
||||
priority = 140;
|
||||
preload = 2;
|
||||
permission = 0664;
|
||||
moduleName = "HDF_SENSOR_TEMPERATURE_AHT20";
|
||||
serviceName = "hdf_temperature_aht20";
|
||||
deviceMatchAttr = "hdf_sensor_temperature_aht20_driver";
|
||||
}
|
||||
}
|
||||
device_temperature_sht30 :: device {
|
||||
device0 :: deviceNode {
|
||||
policy = 1;
|
||||
priority = 150;
|
||||
preload = 0;
|
||||
permission = 0664;
|
||||
moduleName = "HDF_SENSOR_TEMPERATURE_SHT30";
|
||||
@ -384,7 +395,7 @@
|
||||
device_sensor_humidity :: device {
|
||||
device0 :: deviceNode {
|
||||
policy = 1;
|
||||
priority = 150;
|
||||
priority = 160;
|
||||
preload = 0;
|
||||
permission = 0664;
|
||||
moduleName = "HDF_SENSOR_HUMIDITY";
|
||||
@ -392,10 +403,21 @@
|
||||
deviceMatchAttr = "hdf_sensor_humidity_driver";
|
||||
}
|
||||
}
|
||||
device_humidity_aht20 :: device {
|
||||
device0 :: deviceNode {
|
||||
policy = 1;
|
||||
priority = 170;
|
||||
preload = 2;
|
||||
permission = 0664;
|
||||
moduleName = "HDF_SENSOR_HUMIDITY_AHT20";
|
||||
serviceName = "hdf_humidity_aht20";
|
||||
deviceMatchAttr = "hdf_sensor_humidity_aht20_driver";
|
||||
}
|
||||
}
|
||||
device_humidity_sht30 :: device {
|
||||
device0 :: deviceNode {
|
||||
policy = 1;
|
||||
priority = 160;
|
||||
priority = 180;
|
||||
preload = 0;
|
||||
permission = 0664;
|
||||
moduleName = "HDF_SENSOR_HUMIDITY_SHT30";
|
||||
|
@ -1,4 +1,6 @@
|
||||
#include "accel/bmi160_config.hcs"
|
||||
#include "accel/mxc6655xa_config.hcs"
|
||||
#include "temperature/temperature_aht20_config.hcs"
|
||||
#include "temperature/temperature_sht30_config.hcs"
|
||||
#include "humidity/humidity_aht20_config.hcs"
|
||||
#include "humidity/humidity_sht30_config.hcs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user