-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added feature of saved KeyLists. Updated included version on ScpVBus Now requires 64 bit (will msgbox an error if not) Compiling from now on will only be in 64bit (CEMU already requires it)
- Loading branch information
Showing
20 changed files
with
491 additions
and
733 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
; | ||
; ScpVBus.inf | ||
; | ||
|
||
[Version] | ||
Signature="$WINDOWS NT$" | ||
Class=System | ||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} | ||
Provider=%ManufacturerName% | ||
CatalogFile=ScpVBus.cat | ||
DriverVer=09/27/2016,9.11.9.337 | ||
|
||
[DestinationDirs] | ||
DefaultDestDir = 12 | ||
|
||
; ================= Class section ===================== | ||
|
||
[SourceDisksNames] | ||
1 = %DiskName%,,,"" | ||
|
||
[SourceDisksFiles] | ||
ScpVBus.sys = 1,, | ||
|
||
;***************************************** | ||
; Install Section | ||
;***************************************** | ||
|
||
[Manufacturer] | ||
%ManufacturerName%=SCProductions,NTamd64 | ||
|
||
[SCProductions.NTamd64] | ||
%ScpVBus.DeviceDesc%=ScpVBus_Device, Root\ScpVBus | ||
|
||
[ScpVBus_Device.NT] | ||
CopyFiles=Drivers_Dir | ||
|
||
[Drivers_Dir] | ||
ScpVBus.sys | ||
|
||
;-------------- Service installation | ||
[ScpVBus_Device.NT.Services] | ||
AddService = ScpVBus,%SPSVCINST_ASSOCSERVICE%, ScpVBus_Service_Inst | ||
|
||
; -------------- ScpVBus driver install sections | ||
[ScpVBus_Service_Inst] | ||
DisplayName = %ScpVBus.SVCDESC% | ||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER | ||
StartType = 3 ; SERVICE_DEMAND_START | ||
ErrorControl = 1 ; SERVICE_ERROR_NORMAL | ||
ServiceBinary = %12%\ScpVBus.sys | ||
|
||
; | ||
;--- ScpVBus_Device Coinstaller installation ------ | ||
; | ||
|
||
[DestinationDirs] | ||
ScpVBus_Device_CoInstaller_CopyFiles = 11 | ||
|
||
[ScpVBus_Device.NT.CoInstallers] | ||
AddReg=ScpVBus_Device_CoInstaller_AddReg | ||
CopyFiles=ScpVBus_Device_CoInstaller_CopyFiles | ||
|
||
[ScpVBus_Device_CoInstaller_AddReg] | ||
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01009.dll,WdfCoInstaller" | ||
|
||
[ScpVBus_Device_CoInstaller_CopyFiles] | ||
WdfCoInstaller01009.dll | ||
|
||
[SourceDisksFiles] | ||
WdfCoInstaller01009.dll=1 ; make sure the number matches with SourceDisksNames | ||
|
||
[ScpVBus_Device.NT.Wdf] | ||
KmdfService = ScpVBus, ScpVBus_wdfsect | ||
[ScpVBus_wdfsect] | ||
KmdfLibraryVersion = 1.9 | ||
|
||
[Strings] | ||
SPSVCINST_ASSOCSERVICE= 0x00000002 | ||
ManufacturerName="Nefarius Software Solutions" | ||
DiskName = "Scp Virtual Bus Installation Media" | ||
ScpVBus.DeviceDesc = "Scp Virtual Bus Driver" | ||
ScpVBus.SVCDESC = "Scp Virtual Bus Driver" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
; | ||
; ScpVBus.inf | ||
; | ||
|
||
[Version] | ||
Signature="$WINDOWS NT$" | ||
Class=System | ||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} | ||
Provider=%ManufacturerName% | ||
CatalogFile=ScpVBus.cat | ||
DriverVer=09/27/2016,9.11.25.89 | ||
|
||
[DestinationDirs] | ||
DefaultDestDir = 12 | ||
|
||
; ================= Class section ===================== | ||
|
||
[SourceDisksNames] | ||
1 = %DiskName%,,,"" | ||
|
||
[SourceDisksFiles] | ||
ScpVBus.sys = 1,, | ||
|
||
;***************************************** | ||
; Install Section | ||
;***************************************** | ||
|
||
[Manufacturer] | ||
%ManufacturerName%=SCProductions,NTx86 | ||
|
||
[SCProductions.NTx86] | ||
%ScpVBus.DeviceDesc%=ScpVBus_Device, Root\ScpVBus | ||
|
||
[ScpVBus_Device.NT] | ||
CopyFiles=Drivers_Dir | ||
|
||
[Drivers_Dir] | ||
ScpVBus.sys | ||
|
||
;-------------- Service installation | ||
[ScpVBus_Device.NT.Services] | ||
AddService = ScpVBus,%SPSVCINST_ASSOCSERVICE%, ScpVBus_Service_Inst | ||
|
||
; -------------- ScpVBus driver install sections | ||
[ScpVBus_Service_Inst] | ||
DisplayName = %ScpVBus.SVCDESC% | ||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER | ||
StartType = 3 ; SERVICE_DEMAND_START | ||
ErrorControl = 1 ; SERVICE_ERROR_NORMAL | ||
ServiceBinary = %12%\ScpVBus.sys | ||
|
||
; | ||
;--- ScpVBus_Device Coinstaller installation ------ | ||
; | ||
|
||
[DestinationDirs] | ||
ScpVBus_Device_CoInstaller_CopyFiles = 11 | ||
|
||
[ScpVBus_Device.NT.CoInstallers] | ||
AddReg=ScpVBus_Device_CoInstaller_AddReg | ||
CopyFiles=ScpVBus_Device_CoInstaller_CopyFiles | ||
|
||
[ScpVBus_Device_CoInstaller_AddReg] | ||
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01009.dll,WdfCoInstaller" | ||
|
||
[ScpVBus_Device_CoInstaller_CopyFiles] | ||
WdfCoInstaller01009.dll | ||
|
||
[SourceDisksFiles] | ||
WdfCoInstaller01009.dll=1 ; make sure the number matches with SourceDisksNames | ||
|
||
[ScpVBus_Device.NT.Wdf] | ||
KmdfService = ScpVBus, ScpVBus_wdfsect | ||
[ScpVBus_wdfsect] | ||
KmdfLibraryVersion = 1.9 | ||
|
||
[Strings] | ||
SPSVCINST_ASSOCSERVICE= 0x00000002 | ||
ManufacturerName="Nefarius Software Solutions" | ||
DiskName = "Scp Virtual Bus Installation Media" | ||
ScpVBus.DeviceDesc = "Scp Virtual Bus Driver" | ||
ScpVBus.SVCDESC = "Scp Virtual Bus Driver" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.