; SPDX-License-Identifier: BSD-3-Clause ; Copyright (c) Microsoft Corporation. All rights reserved ; ; devmap.inf ; [Version] Signature="$Windows NT$" Class=System ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} Provider=%Microsoft% PnpLockdown=1 DriverVer = 06/21/2006,10.0.26100.1150 [Manufacturer] %Microsoft%=devmap,NTamd64 [devmap.NTamd64] %devmap.DeviceDesc%=devmap_Install ; DDInstall [devmap_Install] CopyFiles=devmap_CopyFiles [devmap_CopyFiles] devmap.sys ; DDInstall.HW [devmap_Install.HW] AddReg=devmap_Install.HW.Registry [devmap_Install.HW.Registry] HKR,,Security,,"D:P(A;;GA;;;S-1-5-32-584)" HKR,,DeviceType,%REG_DWORD%,0x00000022 ; DDInstall.Services [devmap_Install.Services] AddService=devmap,%SPSVCINST_ASSOCSERVICE%,devmap_Service_Install [devmap_Service_Install] DisplayName=%devmap.ServiceDesc% ServiceType=1 ; SERVICE_KERNEL_DRIVER StartType=3 ; SERVICE_DEMAND_START ErrorControl=1 ; SERVICE_ERROR_NORMAL ServiceBinary=%13%\devmap.sys AddReg=DMAr.reg [DestinationDirs] devmap_CopyFiles=13 [SourceDisksNames] 1=%DiskName%,,,"" [SourceDisksFiles] devmap.sys=1,, [DMAr.reg] HKR,Parameters,DmaRemappingCompatible,0x00010001,1 [Strings] ; localizable strings Microsoft="Microsoft" devmap.DeviceDesc="Usermode Device Mapper" devmap.ServiceDesc="Usermode Device Mapper Service" DiskName="Usermode Device Mapper Installation Disk" ; non-localizable strings SPSVCINST_ASSOCSERVICE=0x00000002 REG_DWORD=0x00010001