Skip to content

Commit

Permalink
Standarize .inf files enconding to UTF-16 LE
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis committed Jul 1, 2024
1 parent b3af8c8 commit 7128c92
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
*.vcxproj text eol=crlf
*.xaml text eol=crlf

# Declare files that are UTF-16 encoded
*.inf text working-tree-encoding=UTF-16 eol=crlf
*.inx text working-tree-encoding=UTF-16 eol=crlf

###############################################################################
# Set default behavior for command prompt diff.
#
Expand Down
1 change: 1 addition & 0 deletions TrEE/Miniport/TrEEMiniportSample.inf
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ DiskId1 = "TrEEMiniportSample Installation Disk #1"
TrEEMiniportSample.DeviceDesc = "Microsoft Sample TrEE Device"
TrEEMiniportSample.SVCDESC = "Microsoft Sample TrEE Device Driver"
REG_MULTI_SZ = 0x00010000

1 change: 1 addition & 0 deletions TrEE/OSService/TrEEOSServiceSample.inf
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ DiskId1 = "TREEOSServiceSample Installation Disk #1"
TREEOSServiceSample.DeviceDesc = "Microsoft Sample TrEE Service"
TREEOSServiceSample.SVCDESC = "Microsoft Sample TrEE Service Driver"
REG_MULTI_SZ = 0x00010000

1 change: 1 addition & 0 deletions general/ioctl/kmdf/exe/nonpnp.inf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ KmdfService = nonpnp, nonpnp_Service_kmdfInst

[nonpnp_Service_kmdfInst]
KmdfLibraryVersion = 1.11

1 change: 1 addition & 0 deletions general/toaster/toastpkg/inf/autorun.inf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ open=amd64\toastva.exe

[DeviceInstall]
DriverPath=\

1 change: 1 addition & 0 deletions general/toaster/toastpkg/inf/toastpkg.inf
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ DiskId1 = "Toaster Device Installation Disk #1"
ToasterDevice.DeviceDesc = "Toaster Package Sample Toaster"
toaster.SVCDESC = "Toaster Device Driver"
FriendlyNameFormat = "ToasterDevice%1!u!"

2 changes: 1 addition & 1 deletion network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
WFPSamplerCalloutDriverDescription = "WFP Sampler Callout Driver"
WFPSamplerCalloutDriverServiceName = "WFPSamplerCallouts"
WFPSamplerCalloutDriverServiceDescription = "WFP Sampler Service - Callouts"
WFPSamplerCalloutDriverDiskId = "WFPSampler Installation Disk"
WFPSamplerCalloutDriverDiskId = "WFPSampler Installation Disk"
2 changes: 1 addition & 1 deletion network/trans/ddproxy/sys/ddproxy.inf
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
ProviderString = "TODO-Set-Provider"
DDProxyDisk = "DatagramData Proxy Installation Disk"
DDProxyServiceDesc = "DatagramData Proxy Callout Driver"
DDProxyServiceName = "DDProxy"
DDProxyServiceName = "DDProxy"
2 changes: 1 addition & 1 deletion network/trans/stmedit/sys/stmedit.inf
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
Contoso = "Contoso Ltd."
StmEditDisk = "Stream Edit Installation Disk"
StmEditServiceDesc = "Stream Edit Callout Driver"
StmEditServiceName = "StmEdit"
StmEditServiceName = "StmEdit"
1 change: 1 addition & 0 deletions powerlimit/plclient/plclient.inf
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ StdMfg = "(Standard system devices)"
DiskId1 = "Simulate Power Limit Client Installation Disk #1"
PlCl.DeviceDesc = "Simulate Power Limit Client Device"
PlCl.SVCDESC = "Simulate Power Limit Client Driver"

1 change: 1 addition & 0 deletions powerlimit/plpolicy/plpolicy.inf
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ ClassName = "System devices"
DiskId1 = "Simulate Power Limit Policy Installation Disk #1"
plpolicy.DeviceDesc = "Simulate Power Limit Policy Device"
plpolicy.SVCDESC = "Simulate Power Limit Policy Driver"

1 change: 1 addition & 0 deletions storage/class/disk/src/diskdev.inf
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ GenOptical.DeviceDesc = "Optical disk drive"
DiskId1 = "Install disk"
disk.SvcDesc="Disk Drive"


1 change: 1 addition & 0 deletions storage/miniports/lsi_u3/src/lsi_u3.inf
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ SERVICE_BOOT_START = 0
SERVICE_ERROR_NORMAL = 1
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001

1 change: 1 addition & 0 deletions video/KMDOD/Sample/sampledisplay.inf
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ SERVICE_ERROR_CRITICAL = 0x3
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001

0 comments on commit 7128c92

Please sign in to comment.