diff --git a/BUILD.gn b/BUILD.gn index da7c411a23c2e46280ab9b14736aa7d9324b4c0a..51dd893b79e68f0a947f4b93a8835007d32ae33a 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 6190d87807e7be8d305f47a22af2ef003bf5f388..c807cc64424da208471c00752e002382bcd3460f 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",