From 4c76a172dd7dec3cbd4d99f2e26f0aa7a64dec95 Mon Sep 17 00:00:00 2001 From: wangdantong Date: Tue, 23 May 2023 06:35:03 +0000 Subject: [PATCH] modify code Signed-off-by: wangdantong Change-Id: I3ddc45fe2544bf4ba7977258a08e90295a3989b0 --- sa_profile/1404.json | 11 +++++++++++ sa_profile/1404.xml | 23 ----------------------- sa_profile/BUILD.gn | 2 +- 3 files changed, 12 insertions(+), 24 deletions(-) create mode 100644 sa_profile/1404.json delete mode 100644 sa_profile/1404.xml diff --git a/sa_profile/1404.json b/sa_profile/1404.json new file mode 100644 index 00000000..58e5baf2 --- /dev/null +++ b/sa_profile/1404.json @@ -0,0 +1,11 @@ +{ + "process": "foundation", + "systemability": [ + { + "name": 1404, + "libpath": "libdistributed_ability_manager_svr.z.so", + "run-on-create": true, + "distributed": false + } + ] +} \ No newline at end of file diff --git a/sa_profile/1404.xml b/sa_profile/1404.xml deleted file mode 100644 index a11ff242..00000000 --- a/sa_profile/1404.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - foundation - - 1404 - libdistributed_ability_manager_svr.z.so - true - false - - diff --git a/sa_profile/BUILD.gn b/sa_profile/BUILD.gn index 3b01f580..aab745d2 100644 --- a/sa_profile/BUILD.gn +++ b/sa_profile/BUILD.gn @@ -16,7 +16,7 @@ import("//build/ohos/sa_profile/sa_profile.gni") ohos_sa_profile("dms_sa_profile") { sources = [ "1401.json", - "1404.xml", + "1404.json", ] part_name = "dmsfwk" }