Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make most driver packages isolated #12

Open
gus33000 opened this issue Feb 23, 2021 · 3 comments
Open

Make most driver packages isolated #12

gus33000 opened this issue Feb 23, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@gus33000
Copy link
Member

Because of WCOS and newer guidelines from Microsoft, drivers should now be isolated.
An isolated driver is a driver whose files are only present in driverstore, and whose registry entries are loaded using standard mechanisms by loading it under HKR () only, and not hardcoded paths.

For most drivers, the conversion process only requires changing the destination folder to "13", which is the DriverStore id, and adjusting copy paths, and service paths.

Some other drivers however hardcode registry paths, or use Loadlibrary to an extent the driver store folder wouldn't be visible in path.

Additionally, driver packages must not rely on external libraries not present under Windows, and MSVC. These libraries thus need to be bundled with the corresponding driver to eliminate issues.

@gus33000 gus33000 added the enhancement New feature or request label Feb 23, 2021
@gus33000
Copy link
Member Author

dep2.txt
Attached is a list of external library usage across the repository for 8994 devices.

@gus33000 gus33000 changed the title Make most driver package isolated Make most driver packages isolated Feb 23, 2021
@gus33000 gus33000 self-assigned this Feb 23, 2021
@gus33000
Copy link
Member Author

Current status for dependencies as of 2021-03-16

Icaros.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.CAMERA.MMO_8992\Drivers\Camera\Authentication\arm\CameraAuthentication.dll
Icaros.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.CAMERA.MMO_8994\Drivers\Camera\Authentication\arm\CameraAuthentication.dll

InputInjection.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcremoteatsrvc8994.dll
LumiaActivityDetectionV2.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_main.dll
LumiaSensorAlgorithmControl.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_main.dll

npetsec.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Libraries\arm\apperso.dll
npetsec.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\NCSd\arm64\Ncsd.dll
npetsec.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\NCSd\arm\Ncsd.dll

qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\qcSensor1UM8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\qcSensors8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\qcSensor1UM8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\qcSensors8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Libraries\arm64\apperso.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Libraries\arm\apperso.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_main.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\WMRil.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\WMRil.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcImsQMIDaemon8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcImsQMIDaemon8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Shutdown\arm64\QcShutdownSvc8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Shutdown\arm\QcShutdownSvc8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\WLAN\arm64\qcwifinotifiersrvc8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\WLAN\arm\qcwifinotifiersrvc8994.dll
qccium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\GPS\qcgnss.dll

qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\qcSensor1UM8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\qcSensors8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\qcSensor1UM8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\qcSensors8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\qcimsVT8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\qcimsVT8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcImsDataDaemon8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcImsQMIDaemon8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcimsRTPSvc8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcImsDataDaemon8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcImsQMIDaemon8994.dll
qcdiaglogging8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcimsRTPSvc8994.dll

qcimsrtpsvc8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\qcimsVT8994.dll
qcimsrtpsvc8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\qcimsVT8994.dll

qcimsvt8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcimsVTWNIsvc8994.dll
qcimsvt8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcimsVTWNIsvc8994.dll

qcsium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\qcSensors8994.dll
qcsium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\qcSensors8994.dll
qcsium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcImsDataDaemon8994.dll
qcsium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcimsRTPSvc8994.dll
qcsium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcImsDataDaemon8994.dll
qcsium8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcimsRTPSvc8994.dll

rcc8994.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\qcimsVT8994.dll
rilProxy.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_main.dll

Runtime:

LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.USB.MMO_USBC\Controller\arm\tyc.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\LumiaActivityDriver.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Libraries\arm64\apperso.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Libraries\arm\apperso.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_main.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\NCSd\arm64\Ncsd.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\NCSd\arm64\NcsdPluginSvc.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\Nlpm\arm64\NlpmService.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\Nlpm\arm64\NlpmServiceStub.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\OEMSvcHost\arm\OEMServiceHost.exe
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\qcdx11arm64compiler8994.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\qcdx11compiler8994.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\qcimsVT8994.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\WMRil.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\qcimsVT8994.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\WMRil.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcimsVTWNIsvc8994.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcimsVTWNIsvc8994.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Audio\Wave\arm64\ProxyAPO.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Audio\Wave\arm\ProxyAPO.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Services\CortanaActivation\arm64\QCListenSoundModel.dll
LUVCP120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Services\CortanaActivation\arm\QCListenSoundModel.dll

LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.CAMERA.MMO_8992\Drivers\Camera\Authentication\arm\CameraAuthentication.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.CAMERA.MMO_8992\Drivers\Camera\JpegE\arm64\QcWicEncoder8992.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.CAMERA.MMO_8992\Drivers\Camera\JpegE\arm\QcWicEncoderARM8992.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.CAMERA.MMO_8994\Drivers\Camera\Authentication\arm\CameraAuthentication.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.CAMERA.MMO_8994\Drivers\Camera\JpegE\arm64\QcWicEncoder8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.CAMERA.MMO_8994\Drivers\Camera\JpegE\arm\QcWicEncoderARM8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.USB.MMO_USBC\Controller\arm\tyc.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\GPS\ngp_drv.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\AlsPrxAlphamon.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\LumiaActivityDetectionV2.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\LumiaActivityDriver.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\LumiaGestureRecognition.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\LumiaPedometerDriver.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\LumiaSensorAlgorithmControl.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\LumiaStepCounterV2.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\qcSensor1UM8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\qcSensors8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm\SscAlgorithmBridge8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Libraries\arm64\apperso.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Libraries\arm\apperso.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_core.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_main.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_svc.exe
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\NCSd\arm64\Ncsd.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\NCSd\arm64\NcsdPluginSvc.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\NCSd\arm64\NcsdRes.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\Nlpm\arm64\NlpmService.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\Nlpm\arm64\NlpmServiceStub.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\Nlpm\arm64\OEMServiceHost.exe
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\OEMSvcHost\arm64\OEMServiceHost.exe
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\OEMSvcHost\arm\OEMServiceHost.exe
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Cellular\DiagRouter\arm64\qcdiaglogging8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Cellular\DiagRouter\arm\qcdiaglogging8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\qcdx11arm64compiler8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\qcdx11arm64um8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\qchdcpumd8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\qcviddecarm64mft8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\QcVidEncarm64mftH2638994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\QcVidEncarm64mftH2648994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\QcVidEncarm64mftHEVC8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\QcVidEncarm64MftMPEG48994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm64\qcvidencarm64um8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\qcdx11compiler8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\qcdx11um8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\qchdcpumd8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\qcviddecmft8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\QcVidEncmftH2638994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\QcVidEncmftH2648994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\QcVidEncmftHEVC8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\QcVidEncMftMPEG48994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Drivers\Graphics\arm\qcvidencum8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\BinaryPartitionDecrypt.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\qcimssink8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\qcimssrc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\qcimsVT8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\qcimsvtmf8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\vcel8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm64\WMRil.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\BinaryPartitionDecrypt.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\qcimssink8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\qcimssrc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\qcimsVT8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\qcimsvtmf8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\Cellular\arm\WMRil.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\FMRadio\arm64\qcfmslminiport.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Libraries\FMRadio\arm\qcfmslminiport.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Audio\arm64\libadsprpc.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Audio\arm\libadsprpc.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcImsDataDaemon8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcImsQMIDaemon8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcimsRTPSvc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm64\qcimsVTWNIsvc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcImsDataDaemon8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcImsQMIDaemon8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcimsRTPSvc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcimsVTWNIsvc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Cellular\arm\qcremoteatsrvc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Shutdown\arm\QcShutdownSvc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\WLAN\arm\qcwifinotifiersrvc8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Audio\Wave\arm64\ProxyAPO.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Audio\Wave\arm\ProxyAPO.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Cellular\IPCRouter\arm64\qccium8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Cellular\IPCRouter\arm64\qcsium8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Cellular\IPCRouter\arm64\qsocketipcrum8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Cellular\IPCRouter\arm\qccium8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Cellular\IPCRouter\arm\qcsium8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\Cellular\IPCRouter\arm\qsocketipcrum8994.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Drivers\GPS\qcgnss.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Services\CortanaActivation\arm64\QCListenSoundModel.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Services\CortanaActivation\arm\QCListenSoundModel.dll
LUVCR120.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.MMO\Services\GPS\QcGnssSvc.dll

MSVCR110.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\GPS\ngp_tp.dll

MSVCP140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.USB.MMO_USBC\Controller\arm64\tyc.dll
MSVCP140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\LumiaActivityDriver.dll

VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Hardware\HARDWARE.USB.MMO_USBC\Controller\arm64\tyc.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\AlsPrxAlphamon.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\LumiaActivityDetectionV2.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\LumiaActivityDriver.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\LumiaGestureRecognition.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\LumiaPedometerDriver.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\LumiaSensorAlgorithmControl.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\LumiaStepCounterV2.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\qcSensor1UM8994.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\qcSensors8994.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Drivers\Sensors\arm64\SscAlgorithmBridge8994.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\Nlpm\arm64\A32To64PanelIntTranslator.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\OEM\OEM.SOC_QC8994.MMO\Source\Services\Nlpm\arm64\shellchromeapi.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\Shutdown\arm64\QcShutdownSvc8994.dll
VCRUNTIME140.dll <- D:\Backup\Source\Repos\WOA-Project\Lumia-Drivers\components\QC8994\Platform\PLATFORM.SOC_QC8994.BASE\Source\Services\WLAN\arm64\qcwifinotifiersrvc8994.dll

@gus33000
Copy link
Member Author

gus33000 commented Mar 16, 2021

Current non isolated files

Folder PATH listing for volume SSD
Volume serial number is 96A9-2DF4
C:. 
+---Program Files
¦   +---Common Files
¦       +---ADC
¦       ¦   +---Microsoft
¦       ¦           Applications.xml
¦       ¦           MasterDatastore.xml
¦       ¦           ProvisionData.cab
¦       ¦           ProvisionDataCriticalSettings.cab
¦       ¦           Uicc_Connectivity.xml
¦       ¦           Uicc_General.xml
¦       ¦           Uicc_RunOnce.xml
¦       ¦           
¦       +---OEM
¦           +---Provisioning
¦                   countrytable.xml
¦                   
+---Windows
    +---OEM
    ¦   ¦   ApplicationProvisioner.exe
    ¦   ¦   devcon.exe
    ¦   ¦   FirstLogon.cmd
    ¦   ¦   SilentProvisioner.exe
    ¦   ¦   SilentProvisionerL.exe
    ¦   ¦   SpecializeCommands.cmd
    ¦   ¦   Wallpaper.png
    ¦   ¦   
    ¦   +---Applications
    ¦   ¦   ¦   1407ADeltaX.MobileShell_nk3791r0483r0.msixbundle
    ¦   ¦   ¦   8419TigerWang.Airwaves_hv6sjhp5j6q2j.appxbundle
    ¦   ¦   ¦   LumiaWOA.AdvancedInfo_btf4vqatnxdpt.appxbundle
    ¦   ¦   ¦   LumiaWOA.Chat_btf4vqatnxdpt.appxbundle
    ¦   ¦   ¦   LumiaWOA.ColorProfile_btf4vqatnxdpt.appxbundle
    ¦   ¦   ¦   LumiaWOA.Dialer_mgf8b6qyy0nb4.appxbundle
    ¦   ¦   ¦   LumiaWOA.GesturesTouch_btf4vqatnxdpt.appxbundle
    ¦   ¦   ¦   LumiaWOA.GlanceScreen_btf4vqatnxdpt.appxbundle
    ¦   ¦   ¦   LumiaWOA.Tips_btf4vqatnxdpt.appxbundle
    ¦   ¦   ¦   LumiaWOA.USBFunctionMode_btf4vqatnxdpt.appxbundle
    ¦   ¦   ¦   LumiaWOA.Vibration_btf4vqatnxdpt.appxbundle
    ¦   ¦   ¦   Microsoft.CommsPhone_8wekyb3d8bbwe.appxbundle
    ¦   ¦   ¦   
    ¦   ¦   +---Dependencies
    ¦   ¦       +---arm
    ¦   ¦       ¦       Microsoft.NET.Native.Framework.2.2_8wekyb3d8bbwe.appx
    ¦   ¦       ¦       Microsoft.NET.Native.Runtime.2.2_8wekyb3d8bbwe.appx
    ¦   ¦       ¦       Microsoft.VCLibs.140.00_8wekyb3d8bbwe.appx
    ¦   ¦       ¦       
    ¦   ¦       +---arm64
    ¦   ¦               Microsoft.NET.Native.Framework.2.2_8wekyb3d8bbwe.appx
    ¦   ¦               Microsoft.NET.Native.Runtime.2.2_8wekyb3d8bbwe.appx
    ¦   ¦               Microsoft.VCLibs.140.00.UWPDesktop_8wekyb3d8bbwe.appx
    ¦   ¦               Microsoft.VCLibs.140.00_8wekyb3d8bbwe.appx
    ¦   ¦               
    ¦   +---Drivers
    ¦   ¦   ¦   ColorData.bin
    ¦   ¦   ¦   oempanel.arm.cat
    ¦   ¦   ¦   oempanel.arm64.cat
    ¦   ¦   ¦   oempanel.inf
    ¦   ¦   ¦   qcmbb.wp8994.inf
    ¦   ¦   ¦   qcmbb8994.arm.cat
    ¦   ¦   ¦   qcmbb8994.arm64.cat
    ¦   ¦   ¦   qcmbbnull.cat
    ¦   ¦   ¦   qcmbbnull.inf
    ¦   ¦   ¦   qcmbbnull.sys
    ¦   ¦   ¦   
    ¦   ¦   +---arm
    ¦   ¦   ¦       oempanel.sys
    ¦   ¦   ¦       oempanel_etw.dll
    ¦   ¦   ¦       qcmbb8994.sys
    ¦   ¦   ¦       
    ¦   ¦   +---arm64
    ¦   ¦           oempanel.sys
    ¦   ¦           oempanel_etw.dll
    ¦   ¦           qcmbb8994.sys
    ¦   ¦           
    ¦   +---Setup
    ¦   ¦   +---OOBE
    ¦   ¦           IHVDriversOobe.cmd
    ¦   ¦           MMOSoCDriversOobe.cmd
    ¦   ¦           ModemOobe.cmd
    ¦   ¦           PlatformOobe.cmd
    ¦   ¦           SupportDriversOobe.cmd
    ¦   ¦           zMMOGraphicsOOBE.cmd
    ¦   ¦           
    ¦   +---Tools
    ¦           DisplayDockFlyout.exe
    ¦           Microsoft.Toolkit.Win32.UI.XamlHost.dll
    ¦           Microsoft.Toolkit.Win32.UI.XamlHost.pri
    ¦           Microsoft.Toolkit.Win32.UI.XamlHost.winmd
    ¦           
    +---Panther
    ¦       unattend.xml
    ¦       
    +---Setup
    ¦   +---Scripts
    ¦           Oobe.cmd
    ¦           
    +---SysArm32
    ¦       concrt140.dll
    ¦       luvcp120.dll
    ¦       luvcr120.dll
    ¦       msvcp140.dll
    ¦       qcdx11compiler8994.dll
    ¦       vcruntime140.dll
    ¦       
    +---System32
        ¦   apperso.dll
        ¦   BinaryPartitionDecrypt.dll
        ¦   Bluetooth_cal_8994.acdb
        ¦   Codec_cal_8994.acdb
        ¦   concrt140.dll
        ¦   General_cal_8994.acdb
        ¦   Global_cal_8994.acdb
        ¦   Handset_cal_8994.acdb
        ¦   Hdmi_cal_8994.acdb
        ¦   Headset_cal_8994.acdb
        ¦   LumiaActivityDetectionV2.dll
        ¦   LumiaGestureRecognition.dll
        ¦   LumiaSensorAlgorithmControl.dll
        ¦   LumiaStepCounterV2.dll
        ¦   luvcp120.dll
        ¦   luvcr120.dll
        ¦   msvcp140.dll
        ¦   npetsec.dll
        ¦   qcadsp8994.mbn
        ¦   qccium8994.dll
        ¦   qccpe8994.mbn
        ¦   qcdiaglogging8994.dll
        ¦   qcdsp1v28994.mbn
        ¦   qcdsp28994.mbn
        ¦   qcdx11compiler8994.dll
        ¦   qcfmslminiport.dll
        ¦   qcSensor1UM8994.dll
        ¦   qcsium8994.dll
        ¦   qcvss8994.mbn
        ¦   qsocketipcrum8994.dll
        ¦   RilServiceActivation.exe
        ¦   Speaker_cal_8994.acdb
        ¦   vcruntime140.dll
        ¦   
        +---drivers
                06002000.dfc
                0A214000.dcc
                0A214001.dcc
                0AEACA01.dcc
                0AEACA02.dcc
                0AEACA04.dcc
                0AEACA05.dcc
                0AEACA11.dcc
                0AEACA12.dcc
                0AEACA14.dcc
                0AEACA15.dcc
                0C086101.dcc
                10454101.dcc
                10454102.dcc
                10454103.dcc
                10454104.dcc
                10454105.dcc
                10454106.dcc
                10454107.dcc
                10454110.dcc
                10454111.dcc
                10454112.dcc
                ColorData.bin
                Data.msc
                nvm_tlv_3.0.bin
                nvm_tlv_3.2.bin
                qwlan30.bin
                rampatch_tlv_3.0.tlv
                rampatch_tlv_3.2.tlv
                SynaFWVendor1.img
                

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant