1# Startup Subsystem JS API Changelog
2
3## cl.startup.1 Bundle Name Change
4
5**Change Impact**
6
7The original bundle name **@ohos.systemParameterV9** will be deleted and cannot be used anymore. Use the new bundle name **@ohos.systemParameterEnhance** instead.
8
9**Adaptation Guide**
10
11Change the bundle name from **@ohos.systemParameterV9** to **@ohos.systemParameterEnhance**. The APIs remain unchanged. The following is the sample code:
12
13```js
14import @ohos.systemParameterEnhance
15```
16