Skip to content

Commit

Permalink
fwcfg64: Use DIRID 12 for Win10 driver
Browse files Browse the repository at this point in the history
As Windows Server 2016 has build lower than 16299, we should
have DIRID 12 for Win10 drivers.

Resolve: https://issues.redhat.com/browse/RHEL-1214

Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 authored and vrozenfe committed Mar 29, 2024
1 parent cc55c03 commit 9932f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fwcfg64/fwcfg.inf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DriverPackageDisplayName = %FwCfg.DeviceDesc%
PnpLockdown = 1

[DestinationDirs]
DefaultDestDir = 13
DefaultDestDir = INX_PLATFORM_DRIVERS_DIR

; ================= Class section =====================

Expand Down Expand Up @@ -62,7 +62,7 @@ DisplayName = %FwCfg.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %13%\fwcfg.sys
ServiceBinary = %INX_PLATFORM_DRIVERS_DIR%\fwcfg.sys


[FwCfg_Device.NT.Wdf]
Expand Down

0 comments on commit 9932f57

Please sign in to comment.