1e41f4b71Sopenharmony_ci# SharedBundleInfo (System API)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ciThe **SharedBundleInfo** module provides information about the shared bundle. The information can be obtained by calling [bundleManager.getSharedBundleInfo](js-apis-bundleManager-sys.md#bundlemanagergetsharedbundleinfo10).
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **NOTE**
6e41f4b71Sopenharmony_ci>
7e41f4b71Sopenharmony_ci> The initial APIs of this module are supported since API version 10. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8e41f4b71Sopenharmony_ci>
9e41f4b71Sopenharmony_ci> The APIs provided by this module are system APIs.
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci## SharedBundleInfo
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ciDefines the shared bundle information.
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci**System API**: This is a system API.
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci**System capability**: SystemCapability.BundleManager.BundleFramework.Core
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ci| Name            | Type                          | Read-Only| Optional| Description                  |
20e41f4b71Sopenharmony_ci| ---------------- | ------------------------------ | ---- | ---- | ---------------------- |
21e41f4b71Sopenharmony_ci| name             | string                         | Yes  | No  | Name of the shared bundle.      |
22e41f4b71Sopenharmony_ci| compatiblePolicy | bundleManager.CompatiblePolicy | Yes  | No  | Compatibility type of the shared bundle.|
23e41f4b71Sopenharmony_ci| sharedModuleInfo | Array\<SharedModuleInfo>       | Yes  | No  | Information about the shared module.    |
24e41f4b71Sopenharmony_ci
25e41f4b71Sopenharmony_ci## SharedModuleInfo
26e41f4b71Sopenharmony_ci
27e41f4b71Sopenharmony_ciDefines the shared module information.
28e41f4b71Sopenharmony_ci
29e41f4b71Sopenharmony_ci**System API**: This is a system API.
30e41f4b71Sopenharmony_ci
31e41f4b71Sopenharmony_ci**System capability**: SystemCapability.BundleManager.BundleFramework.Core
32e41f4b71Sopenharmony_ci
33e41f4b71Sopenharmony_ci| Name         | Type  | Read-Only| Optional| Description                      |
34e41f4b71Sopenharmony_ci| ------------- | ------ | ---- | ---- | -------------------------- |
35e41f4b71Sopenharmony_ci| name          | string | Yes  | No  | Module name of the shared bundle.          |
36e41f4b71Sopenharmony_ci| versionCode   | number | Yes  | No  | Version number of the shared bundle.          |
37e41f4b71Sopenharmony_ci| versionName   | string | Yes  | No  | Version description of the shared bundle.|
38e41f4b71Sopenharmony_ci| description   | string | Yes  | No  | Description of the shared bundle.    |
39e41f4b71Sopenharmony_ci| descriptionId | number | Yes  | No  | Description ID of the shared bundle.    |
40