Skip to content

Commit

Permalink
Fix issues in the inx file
Browse files Browse the repository at this point in the history
  • Loading branch information
svasista-ms committed Sep 26, 2024
1 parent 6aa1eb8 commit fc0aeb5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tools/dv/kmdf/fail_driver_pool_leak/fail_driver_pool_leak.inx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Copyright (c)2023, Microsoft Corporation
;
;Module Name:
; fail_driver_pool_leak.INF
; FAIL_DRIVER_POOL_LEAK.INF
;===================================================================

[Version]
Expand All @@ -27,30 +27,30 @@ fail_driver_pool_leak.sys = 1,,
%StdMfg%=Standard,NT$ARCH$.10.0...16299

[Standard.NT$ARCH$.10.0...16299]
%fail_driver_pool_leak.DeviceDesc%=fail_driver_pool_leak_Device, fail_driver_pool_leak
%FAIL_DRIVER_POOL_LEAK.DeviceDesc%=FAIL_DRIVER_POOL_LEAK_DEVICE, fail_driver_pool_leak

[fail_driver_pool_leak_Device.NT$ARCH$]
[FAIL_DRIVER_POOL_LEAK_DEVICE.NT$ARCH$]
CopyFiles=Drivers_Dir

[Drivers_Dir]
fail_driver_pool_leak.sys

; ================= Service installation =================
[fail_driver_pool_leak_Device.NT$ARCH$.Services]
[FAIL_DRIVER_POOL_LEAK_Device.NT$ARCH$.Services]
AddService = fail_driver_pool_leak, %SPSVCINST_ASSOCSERVICE%, fail_driver_pool_leak_svc_ins

[fail_driver_pool_leak_svc_ins]
DisplayName = %fail_driver_pool_leak.SVCDESC%
DisplayName = %FAIL_DRIVER_POOL_LEAK.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %13%\fail_driver_pool_leak.sys

; ================= Strings =================
[Strings]
SPSVCINST_ASSOCSERVICE = 0x00000002
ProviderString = "Rust-DVFail-Sample"
StdMfg = "(Standard system devices)"
DiskId1 = "WDF DVFail Sample fail_driver_pool_leak Installation Disk #1"
fail_driver_pool_leak.DeviceDesc = "DVFail Sample WDF fail_driver_pool_leak Driver"
fail_driver_pool_leak.SVCDESC = "DVFail Sample WDF fail_driver_pool_leak Service"
SPSVCINST_ASSOCSERVICE = 0x00000002
ProviderString = "Rust-DV-Fail-Sample"
StdMfg = "(Standard system devices)"
DiskId1 = "WDF FAIL_DRIVER_POOL_LEAK Installation Disk #1"
FAIL_DRIVER_POOL_LEAK.DeviceDesc = "WDF FAIL_DRIVER_POOL_LEAK Device"
FAIL_DRIVER_POOL_LEAK.SVCDESC = "WDF FAIL_DRIVER_POOL_LEAK Service"

0 comments on commit fc0aeb5

Please sign in to comment.