Mode Mtk Driver | Brom
[Service_Inst] DisplayName = %ServiceName% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\mtk_brom.sys LoadOrderGroup = Extended Base
[USB_Install] Include = machine.inf Needs = COMPORT.NT AddService = mtk_brom, 0x00000002, Service_Inst brom mode mtk driver
devExt = GetDeviceExtension(Device); WDF_USB_DEVICE_CREATE_CONFIG_INIT(&usbConfig, USBD_CLIENT_CONTRACT_VERSION_602); status = WdfUsbTargetDeviceCreateWithParameters(Device, &usbConfig, WDF_NO_OBJECT_ATTRIBUTES, &devExt->UsbDevice); if (!NT_SUCCESS(status)) return status; Service_Inst devExt = GetDeviceExtension(Device)