IssueNo: #I4UPBF : modify bms api

Description: modify bms api
SIG_ApplicaitonFramework
Feature or Bugfix:BugFix
Binary Source:No
Signed-off-by: wangtiantian <wangtiantian19@huawei.com>
This commit is contained in:
wangtiantian 2022-02-22 11:59:01 +08:00
parent 761f0ddd21
commit 8ff8001a4b
4 changed files with 2 additions and 63 deletions

View File

@ -306,13 +306,6 @@ declare namespace bundle {
* @syscap SystemCapability.BundleManager.BundleFramework
*/
userId?: number;
/**
* @default Indicates the network id
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
*/
networkId?: string;
}
/**

View File

@ -201,46 +201,6 @@ export interface AbilityInfo {
*/
readonly applicationInfo: ApplicationInfo;
/**
* @default Where form can be displayed
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
* @FAModelOnly
*/
readonly formEntity: number;
/**
* @default Minimum height of ability.
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
* @FAModelOnly
*/
readonly minFormHeight: number;
/**
* @default Default height of ability
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
* @FAModelOnly
*/
readonly defaultFormHeight: number;
/**
* @default Minimum width of ability
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
* @FAModelOnly
*/
readonly minFormWidth: number;
/**
* @default Default width of ability
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
* @FAModelOnly
*/
readonly defaultFormWidth: number;
/**
* @default Uri of ability
* @since 7
@ -249,13 +209,6 @@ export interface AbilityInfo {
*/
readonly uri: string;
/**
* @default Indicates the custom metadata of ability
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
*/
customizeData: Map<string, Array<CustomizeData>>;
/**
* @default Indicates the metadata of ability
* @since 8

View File

@ -137,13 +137,6 @@ export interface ApplicationInfo {
*/
readonly codePath: string;
/**
* @default Indicates the custom metadata of the application
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
*/
customizeData: Map<string, CustomizeData>;
/**
* @default Indicates the metadata of module
* @since 8

View File

@ -136,7 +136,7 @@ export interface BundleInfo {
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
*/
readonly abilityInfo: Array<AbilityInfo>;
readonly abilityInfos: Array<AbilityInfo>;
/**
* @default Indicates the required permissions name defined in file config.json
@ -199,7 +199,7 @@ export interface BundleInfo {
* @since 7
* @syscap SystemCapability.BundleManager.BundleFramework
*/
readonly hapModuleInfo: Array<HapModuleInfo>;
readonly hapModuleInfos: Array<HapModuleInfo>;
/**
* @default Indicates entry module name