mirror of
https://github.com/openharmony/vendor_bestechnic.git
synced 2026-07-01 20:34:35 -04:00
@@ -38,6 +38,7 @@
|
||||
<filteritem type="filepath" name="mini_distributed_music_player/fs/data/data/font.ttf" desc="fs file"/>
|
||||
<filteritem type="filepath" name="xts_demo/fs/data/data/KV_FILE_SUM" desc="fs file"/>
|
||||
<filteritem type="filepath" name="iotlink_demo/fs/*" desc="fs file"/>
|
||||
<filteritem type="filepath" name="xts_demo/fs/data/data/data/dsoftbus/placeholder" desc="littlefs file placeholder"/>
|
||||
</filefilter>
|
||||
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies" >
|
||||
<filteritem type="filename" name="*.a|*.so|*.bin|*.png|*.mp3|*.jpg|*.gif|.ttf" desc="Temp files"/>
|
||||
|
||||
+34
-1
@@ -27,6 +27,7 @@
|
||||
"module_ActsHieventLiteTest",
|
||||
"module_ActsSamgrTest",
|
||||
"module_ActsKvStoreTest",
|
||||
"module_ActsDsoftbusMgrTest",
|
||||
"module_ActsBundleMgrTest",
|
||||
"module_ActsAbilityMgrTest"
|
||||
]
|
||||
@@ -181,7 +182,10 @@
|
||||
"subsystem": "distributedschedule",
|
||||
"components": [
|
||||
{
|
||||
"component": "samgr_lite"
|
||||
"component": "samgr_lite",
|
||||
"features": [
|
||||
"config_ohos_distributedschedule_samgr_lite_shared_task_size = 4096"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -191,6 +195,13 @@
|
||||
{
|
||||
"component": "wifi_lite",
|
||||
"optional": "true"
|
||||
},
|
||||
{
|
||||
"component": "dsoftbus"
|
||||
},
|
||||
{
|
||||
"component": "rpc",
|
||||
"optional": "true"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -218,6 +229,28 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"subsystem": "security",
|
||||
"components": [
|
||||
{
|
||||
"component": "huks",
|
||||
"features": [
|
||||
"huks_use_lite_storage = true",
|
||||
"huks_use_hardware_root_key = true",
|
||||
"huks_config_file = \"hks_config_lite.h\"",
|
||||
"huks_key_store_path = \"/data/\"",
|
||||
"ohos_security_huks_mbedtls_porting_path = \"//device/soc/bestechnic/hals/mbedtls\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "deviceauth_lite",
|
||||
"features": [
|
||||
"deviceauth_storage_path = \"/data/\"",
|
||||
"deviceauth_hichain_thread_stack_size = 9472"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"subsystem": "xts",
|
||||
"components": [
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
This is a placeholder file for dsoftbus to save uuid in /data/data/dsoftbus/uuid.
|
||||
Reference in New Issue
Block a user