diff --git a/services/etc/BUILD.gn b/services/etc/BUILD.gn index 3c59b7af6392d36a3850ebbf463dd151435ea676..614a9b952b8c49f3f5db636a9231434296f14d45 100755 --- a/services/etc/BUILD.gn +++ b/services/etc/BUILD.gn @@ -184,38 +184,6 @@ if (defined(ohos_lite)) { module_install_dir = "etc/sandbox" } - ohos_prebuilt_etc("privapp-sandbox.json") { - if (target_cpu == "arm64") { - source = "//base/startup/init_lite/interfaces/innerkits/sandbox/privapp-sandbox64.json" - } else { - source = "//base/startup/init_lite/interfaces/innerkits/sandbox/privapp-sandbox.json" - } - part_name = "init" - module_install_dir = "etc/sandbox" - } - - ohos_prebuilt_etc("app-sandbox.json") { - if (target_cpu == "arm64") { - source = "//base/startup/init_lite/interfaces/innerkits/sandbox/app-sandbox64.json" - } else { - source = "//base/startup/init_lite/interfaces/innerkits/sandbox/app-sandbox.json" - } - part_name = "init" - module_install_dir = "etc/sandbox" - } - - ohos_prebuilt_etc("appdata-sandbox.json") { - source = "//base/startup/appspawn_standard/appdata-sandbox.json" - part_name = "init" - module_install_dir = "etc/sandbox" - } - - ohos_prebuilt_etc("product-sandbox.json") { - source = "//base/startup/appspawn_standard/product-sandbox.json" - part_name = "init" - module_install_dir = "etc/sandbox" - } - ohos_prebuilt_etc("init.reboot") { source = "//base/startup/init_lite/services/etc/init.reboot.cfg" part_name = "init" @@ -224,8 +192,6 @@ if (defined(ohos_lite)) { group("etc_files") { deps = [ - ":app-sandbox.json", - ":appdata-sandbox.json", ":boot.group", ":charing.group", ":chipset-sandbox.json", @@ -240,8 +206,6 @@ if (defined(ohos_lite)) { ":ohos.para.dac", ":ohos_const.para", ":passwd", - ":privapp-sandbox.json", - ":product-sandbox.json", ":syscap.json", ":syscap.para", ":system-sandbox.json",