[STORAHCI] Do not put the driver onto cd

Meanwhile, fix add_registry_inf usage (it is really a driver inf)
This commit is contained in:
Victor Perevertkin 2020-12-05 18:06:42 +03:00
parent 16e5ce8fb1
commit 99f16dc8a7
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
2 changed files with 2 additions and 3 deletions

View file

@ -92,7 +92,6 @@ nmidebug.sys = 1,,,,,,x,4,,,,1,4
sacdrv.sys = 1,,,,,,x,4,,,,1,4
uniata.sys = 1,,,,,,x,4,,,,1,4
buslogic.sys = 1,,,,,,x,4,,,,1,4
storahci.sys = 1,,,,,,x,4,,,,1,4
blue.sys = 1,,,,,,x,4,,,,1,4
vgafonts.cab = 1,,,,,,,1,,,,1,1
bootvid.dll = 1,,,,,,,2,,,,1,2

View file

@ -7,5 +7,5 @@ add_library(storahci MODULE ${SOURCE} storahci.rc)
set_module_type(storahci kernelmodedriver)
add_importlibs(storahci storport ntoskrnl hal)
add_cd_file(TARGET storahci DESTINATION reactos/system32/drivers NO_CAB FOR all)
add_registry_inf(storahci.inf)
#add_cd_file(TARGET storahci DESTINATION reactos/system32/drivers NO_CAB FOR all)
#add_driver_inf(storahci storahci.inf)