| Change Type | Old Version | New Version | d.ts File | | ---- | ------ | ------ | -------- | |Added|NA|Class name: DriverExtensionAbility;
Method or attribute name: context: DriverExtensionContext;|@ohos.app.ability.DriverExtensionAbility.d.ts| |Added|NA|Class name: DriverExtensionAbility;
Method or attribute name: onInit(want: Want): void;|@ohos.app.ability.DriverExtensionAbility.d.ts| |Added|NA|Class name: DriverExtensionAbility;
Method or attribute name: onRelease(): void;|@ohos.app.ability.DriverExtensionAbility.d.ts| |Added|NA|Class name: DriverExtensionAbility;
Method or attribute name: onConnect(want: Want): rpc.RemoteObject \| Promise\;|@ohos.app.ability.DriverExtensionAbility.d.ts| |Added|NA|Class name: DriverExtensionAbility;
Method or attribute name: onDisconnect(want: Want): void \| Promise\;|@ohos.app.ability.DriverExtensionAbility.d.ts| |Added|NA|Class name: DriverExtensionAbility;
Method or attribute name: onDump(params: Array\): Array\;|@ohos.app.ability.DriverExtensionAbility.d.ts| |Added|NA|Class name: deviceManager;
Method or attribute name: function queryDevices(busType?: number): Array\>;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: deviceManager;
Method or attribute name: function bindDevice(deviceId: number, onDisconnect: AsyncCallback\,

callback: AsyncCallback\<{deviceId: number, remote: rpc.IRemoteObject}>): void;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: deviceManager;
Method or attribute name: function bindDevice(deviceId: number, onDisconnect: AsyncCallback\): Promise\<{deviceId: number,

remote: rpc.IRemoteObject}>;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: deviceManager;
Method or attribute name: function unbindDevice(deviceId: number, callback: AsyncCallback\): void;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: deviceManager;
Method or attribute name: function unbindDevice(deviceId: number): Promise\;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: BusType;
Method or attribute name: USB = 1|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: Device;
Method or attribute name: busType: BusType;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: Device;
Method or attribute name: deviceId: number;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: Device;
Method or attribute name: description: string;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: USBDevice;
Method or attribute name: vendorId: number;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: USBDevice;
Method or attribute name: productId: number;|@ohos.driver.deviceManager.d.ts| |Added|NA|Class name: DriverExtensionContext;
Method or attribute name: updateDriverState(): void;|DriverExtensionContext.d.ts|