最佳解答者
Device Driver INFVerification Test failed on WHCK driver test

問題
-
請教各位大大,
小弟我是出新手,剛接觸driver不久。
先前我在win7 使用WLK1.6去測試driver WHQL時,我的INF 測想都可PASS,
但同樣的code,在WHCK裡測試"Device Driver INFVerification Test",卻會Fail
Log 裡顯示是"System defined classes and settings should not be modified"
[ClassInstall32]..............fail item
AddReg=System_Class_Addreg
[System_Class_Addreg]
HKR,,,0,"System Class Drivers"這問題困惱了很久,不知是否可解決? 是分類錯了嗎?
- 已編輯 jarvis.chen 2012年8月10日 上午 06:47 updat information
解答
-
Yes, HCK has update INF policy and INF Check tools. Please use HCK 9200 for WHQL test.
Thanks, Steve
- 已提議為解答 Jarvischen 2012年8月21日 上午 06:40
- 已標示為解答 Steve LeoModerator 2012年8月25日 下午 09:49
所有回覆
-
Yes, HCK has update INF policy and INF Check tools. Please use HCK 9200 for WHQL test.
Thanks, Steve
- 已提議為解答 Jarvischen 2012年8月21日 上午 06:40
- 已標示為解答 Steve LeoModerator 2012年8月25日 下午 09:49
-
Hi Cheng-Yi,
I remove the item"[ClassInstall32]", and move "AddReg=System_Class_Addreg" to [XXX.Inst_Nt] item.
Then,it can pass the WHQL.
If any question, we can share our solution.
-