From 7ab9d71257e87a043bd705771a0e37a9b10470c3 Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Tue, 27 Jun 2023 10:37:59 +0800 Subject: [PATCH] IssueNo:#I7G9ZS Description:support isLargerHeap Sig:SIG_ApplicaitonFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: wangtiantian --- modulecheck/app.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modulecheck/app.json b/modulecheck/app.json index 66f30d29..58060e06 100644 --- a/modulecheck/app.json +++ b/modulecheck/app.json @@ -109,7 +109,8 @@ "car", "targetBundleName", "targetPriority", - "generateBuildHash" + "generateBuildHash", + "isLargeHeap" ] }, "properties": { @@ -283,6 +284,11 @@ "description": "Indicates whether the hash value of hap or hsp is filed with in module.json.", "type": "boolean", "default": false + }, + "isLargeHeap": { + "description": "Indicates whether the application is large heap.", + "type": "boolean", + "default": false } } } -- Gitee