是否可以通过Windows HLK测试使用WDK7.1编译的驱动程序 [英] Is it possible to pass Windows HLK test for drivers compiled with WDK7.1

查看:121
本文介绍了是否可以通过Windows HLK测试使用WDK7.1编译的驱动程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正面临与司机签约的紧急情况。
我想知道,是否有可能通过WDK 7.1编译的驱动程序成功通过Windows HLK测试

We are facing critical situation about signing our drivers. I am wondering, is it possible to pass windows HLK test successfully for the drivers which are compiled with WDK 7.1

因为我们能够使用HCK对其进行签名但是现在在修复了一些错误之后,新版本必须通过HLK测试才能获得对Windows 10的支持!

Because we were able to sign them using HCK but now after some bug fixes, the new version has to pass HLK test for windows 10 support, which can't !

任何建议都值得赞赏。

非常感谢。

推荐答案

答案是是。

您可以做的最好的事情就是使用 VS2015使用 wdk10 编译驱动程序将目标操作系统保持为 windows7 ,将其安装在 windows10 上,并使用 HLK进行测试。

The best thing you can do is just compile your drivers using wdk10 using VS2015 keep target OS as windows7 install it on windows10 and test it using HLK.

或者第二,您知道驱动程序是向前兼容的,如果它们是为Windows 7编译的,它们也将在 Windows 8.1或Windows 10 上工作。

Or secondly you know that drivers are forward compatible if they are compiled for windows 7 they will work on windows 8.1 or windows 10 as well.

您只需在wi上安装 wdk7.1 编译驱动程序设置10个操作系统。然后为 HLK 设置客户端服务器,并针对Windows 10进行测试。
之后,无论哪个测试失败,只要读取错误并解决即可。

You just install your wdk7.1 compiled drivers on windows 10 OS. Then setup the client server for HLK and put the test for windows 10. After that whichever tests fails just read the errors and solve them.

如果要对Windows 10 OS提供支持,将进行一些修改例如: NonPagedPool 应替换为 NonPagedPoolNx 等。

Some modifications will be there if you want to give support for windows 10 OS Ex: NonPagedPool should be replaced with NonPagedPoolNx etc.

但是是的,您需要根据正在测试的失败的错误来更改代码,并自行修复它们。

But yes you need to change the code according to errors you are getting on test fails and fix them on your own there is no easy way.

是的,将会有很多工作,但是可以肯定的是,对于 PCI串行端口驱动程序,我已经做到了。

Yup there will be lot of work but that is possible for sure, I have done that for PCI serial port drivers.

这篇关于是否可以通过Windows HLK测试使用WDK7.1编译的驱动程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆