diff --git a/sa_profile/4805.json b/sa_profile/4805.json
new file mode 100644
index 0000000000000000000000000000000000000000..767e7aef22a50a4a33300fb11ba8da2439ce1640
--- /dev/null
+++ b/sa_profile/4805.json
@@ -0,0 +1,12 @@
+{
+ "process": "daudio",
+ "systemability": [
+ {
+ "name": 4805,
+ "libpath": "libdistributed_audio_source.z.so",
+ "run-on-create": false,
+ "distributed": true,
+ "dump_level": 1
+ }
+ ]
+}
\ No newline at end of file
diff --git a/sa_profile/4805.xml b/sa_profile/4805.xml
deleted file mode 100644
index c77fd8032fd1f791f3e169531a5fb67fa66549a5..0000000000000000000000000000000000000000
--- a/sa_profile/4805.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
- daudio
-
- 4805
- libdistributed_audio_source.z.so
-
-
- false
- true
- 1
-
-
\ No newline at end of file
diff --git a/sa_profile/4806.json b/sa_profile/4806.json
new file mode 100644
index 0000000000000000000000000000000000000000..5bf1607a05ca00197b80aadb4db59e471ee96b2d
--- /dev/null
+++ b/sa_profile/4806.json
@@ -0,0 +1,12 @@
+{
+ "process": "daudio",
+ "systemability": [
+ {
+ "name": 4806,
+ "libpath": "libdistributed_audio_sink.z.so",
+ "run-on-create": false,
+ "distributed": true,
+ "dump_level": 1
+ }
+ ]
+}
\ No newline at end of file
diff --git a/sa_profile/4806.xml b/sa_profile/4806.xml
deleted file mode 100644
index 7fc1d306efcbf552e778e81ead49f9f06ee79edc..0000000000000000000000000000000000000000
--- a/sa_profile/4806.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
- daudio
-
- 4806
- libdistributed_audio_sink.z.so
-
-
- false
- true
- 1
-
-
\ No newline at end of file
diff --git a/sa_profile/BUILD.gn b/sa_profile/BUILD.gn
index 9a01079a4e73fceda70e5a5319e74641a2440c3b..ef9cf270c9701a216b738891f955b40d0453c491 100644
--- a/sa_profile/BUILD.gn
+++ b/sa_profile/BUILD.gn
@@ -15,8 +15,8 @@ import("//build/ohos.gni")
ohos_sa_profile("daudio_sa_profile") {
sources = [
- "4805.xml",
- "4806.xml",
+ "4805.json",
+ "4806.json",
]
part_name = "distributed_audio"
diff --git a/sa_profile/daudio.cfg b/sa_profile/daudio.cfg
index b9fcf5e4ec42f322a3c04581a088b9975b6f35a1..0c9229e57a981db427675f9bad26542c006592e7 100644
--- a/sa_profile/daudio.cfg
+++ b/sa_profile/daudio.cfg
@@ -1,7 +1,7 @@
{
"services" : [{
"name" : "daudio",
- "path" : ["/system/bin/sa_main", "/system/profile/daudio.xml"],
+ "path" : ["/system/bin/sa_main", "/system/profile/daudio.json"],
"uid" : "daudio",
"gid" : ["daudio", "system"],
"apl" : "system_basic",