From 0e736477bd03b6fd6b572887cd830ce0b732b91f Mon Sep 17 00:00:00 2001 From: yudechen Date: Tue, 25 Apr 2023 15:36:01 +0800 Subject: [PATCH] chore: modify for component build rules. Signed-off-by: yudechen Change-Id: I84a074b1c516680ca0e078cf53e030d039869d19 --- BUILD.gn | 1 + bundle.json | 2 ++ 2 files changed, 3 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index da7c411..51dd893 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -135,6 +135,7 @@ build_ext_component("generate_pcid") { ohos_prebuilt_etc("PCID.sc") { deps = [ ":generate_pcid" ] source = "$root_out_dir/PCID.sc" + subsystem_name = "developtools" part_name = "syscap_codec" } diff --git a/bundle.json b/bundle.json index 6190d87..c807cc6 100644 --- a/bundle.json +++ b/bundle.json @@ -15,6 +15,8 @@ "syscap": [ "SystemCapability.Developtools.Syscap" ], "feature": [ "syscap_codec_config_path" ], "adapted_system_type": [ "small", "standard" ], + "rom": "0", + "ram": "0", "deps": { "components": [ "napi", -- Gitee