diff --git a/api/bundleManager/applicationInfo.d.ts b/api/bundleManager/applicationInfo.d.ts index 2afba9442290a8ea8bb6f46d33a4ea3531057e21..4830af1b9781a2523bd3c1439dcb14101d46c81c 100644 --- a/api/bundleManager/applicationInfo.d.ts +++ b/api/bundleManager/applicationInfo.d.ts @@ -103,14 +103,6 @@ export interface ApplicationInfo { */ readonly permissions: Array; - /** - * Indicates the path where the {@code Entry.hap} file of the application is saved - * @type {string} - * @syscap SystemCapability.BundleManager.BundleFramework.Core - * @since 9 - */ - readonly entryDir: string; - /** * Indicates the application source code path * @type {string} diff --git a/api/bundleManager/hapModuleInfo.d.ts b/api/bundleManager/hapModuleInfo.d.ts index 6d54b5110297cf7fd003292ee33fe50eae06d1e4..eae346532a751677ab6d3b9340962c798533b565 100644 --- a/api/bundleManager/hapModuleInfo.d.ts +++ b/api/bundleManager/hapModuleInfo.d.ts @@ -135,12 +135,4 @@ export interface HapModuleInfo { * @since 9 */ readonly hashValue: string; - - /** - * Indicates the module source dir of this hap module - * @type {string} - * @syscap SystemCapability.BundleManager.BundleFramework.Core - * @since 9 - */ - readonly moduleSourceDir: string; }