1e41f4b71Sopenharmony_ci# Bundle Manager Subsystem Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## cl.bundlemanager.1 Deleted the atomicService Tag from the app.json File
4e41f4b71Sopenharmony_ciThe **atomicService** tag is deleted from the **app.json** file.
5e41f4b71Sopenharmony_ci
6e41f4b71Sopenharmony_ci**Change Impact**<br>
7e41f4b71Sopenharmony_ciIf this tag is used, an error is reported during compilation on DevEco Studio.
8e41f4b71Sopenharmony_ci
9e41f4b71Sopenharmony_ci**Adaptation Guide**<br>
10e41f4b71Sopenharmony_ciDelete the **atomicService** tag from your code.
11e41f4b71Sopenharmony_ci
12e41f4b71Sopenharmony_ci## cl.bundlemanager.2 Added the bundleType Tag to the app.json File
13e41f4b71Sopenharmony_ciThe **bundleType** tag is added to the **app.json** file.
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci**Change Impact**<br>
16e41f4b71Sopenharmony_ciFor an existing ability with [installationFree](../../../application-dev/quick-start/module-configuration-file.md) set to **true**, **bundleType** must be set to **atomicService** in the **app.json** file. Otherwise, the packaging fails.
17e41f4b71Sopenharmony_ci
18e41f4b71Sopenharmony_ci**Adaptation Guide**<br>
19e41f4b71Sopenharmony_ciAdd the [bundleType](../../../application-dev/quick-start/app-configuration-file.md) tag. This tag can be left blank. The default value is **app**. The setting of this tag and the [installationFree](../../../application-dev/quick-start/module-configuration-file.md) field in the **module.json** file must meet the following rules:
20e41f4b71Sopenharmony_ci- If **bundleType** is **app**, **installationFree** must be set to **false**.
21e41f4b71Sopenharmony_ci- If **bundleType** is **atomicService**, **installationFree** must be set to **true**.
22e41f4b71Sopenharmony_ci
23e41f4b71Sopenharmony_ci## cl.bundlemanager.3 Deleted the split Field from the ApplicationInfo Struct
24e41f4b71Sopenharmony_ci
25e41f4b71Sopenharmony_ciThe **split** field is deleted from the [ApplicationInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/ApplicationInfo.d.ts) struct.
26e41f4b71Sopenharmony_ci
27e41f4b71Sopenharmony_ci**Change Impact**<br>
28e41f4b71Sopenharmony_ciIf the **split** field is used in your code, the compilation fails.
29e41f4b71Sopenharmony_ci
30e41f4b71Sopenharmony_ci**Key API/Component Changes**<br>
31e41f4b71Sopenharmony_ciThe **split** field is deleted from the [ApplicationInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/ApplicationInfo.d.ts) struct.
32e41f4b71Sopenharmony_ci
33e41f4b71Sopenharmony_ci**Adaptation Guide**<br>
34e41f4b71Sopenharmony_ciDelete the **split** field from the **ApplicationInfo** struct of your code. The stage model always forcibly splits bundles.
35e41f4b71Sopenharmony_ci
36e41f4b71Sopenharmony_ci## cl.bundlemanager.4 Deleted the atomicServiceModuleType Field from the HapModuleInfo Struct
37e41f4b71Sopenharmony_ci
38e41f4b71Sopenharmony_ciThe **atomicServiceModuleType** field is deleted from the [HapModuleInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct.
39e41f4b71Sopenharmony_ci
40e41f4b71Sopenharmony_ci**Change Impact**<br>
41e41f4b71Sopenharmony_ciIf the **atomicServiceModuleType** field is used in your code, the compilation fails.
42e41f4b71Sopenharmony_ci
43e41f4b71Sopenharmony_ci**Key API/Component Changes**<br>
44e41f4b71Sopenharmony_ciThe **atomicServiceModuleType** field is deleted from the [HapModuleInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct.
45e41f4b71Sopenharmony_ci
46e41f4b71Sopenharmony_ci**Adaptation Guide**<br>
47e41f4b71Sopenharmony_ciRecord the setting of the **atomicServiceModuleType** field, delete it from the [HapModuleInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct, and set the **moduleType** field in the [HapModuleInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct to the recorded value.
48e41f4b71Sopenharmony_ci
49e41f4b71Sopenharmony_ci## cl.bundlemanager.5 Deleted the AtomicServiceModuleType Enumerated Value
50e41f4b71Sopenharmony_ci
51e41f4b71Sopenharmony_ciThe **atomicServiceModuleType** field is deleted from the [HapModuleInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct.
52e41f4b71Sopenharmony_ci
53e41f4b71Sopenharmony_ci**Change Impact**<br>
54e41f4b71Sopenharmony_ciIf the **atomicServiceModuleType** field is used in your code, the compilation fails.
55e41f4b71Sopenharmony_ci
56e41f4b71Sopenharmony_ci**Key API/Component Changes**<br>
57e41f4b71Sopenharmony_ciThe **atomicServiceModuleType** field is deleted from the [HapModuleInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct.
58e41f4b71Sopenharmony_ci
59e41f4b71Sopenharmony_ci**Adaptation Guide**<br>
60e41f4b71Sopenharmony_ciRecord the setting of the **atomicServiceModuleType** field, delete it from the [HapModuleInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct, and set the **moduleType** field in the [HapModuleInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct to the recorded value.
61