summaryrefslogtreecommitdiff
path: root/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx
diff options
context:
space:
mode:
Diffstat (limited to 'pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx')
-rw-r--r--pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx4
1 files changed, 2 insertions, 2 deletions
diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx
index ef4eed6f..2d412064 100644
--- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx
+++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx
@@ -17,7 +17,7 @@
Signature="$WINDOWS NT$"
Class=Sample
ClassGuid={78A1C341-4539-11d3-B88D-00C04FAD5171}
-Provider=%MSFT%
+Provider=%ProviderString%
DriverVer=03/20/2003,5.00.3788
CatalogFile=wudf.cat
@@ -81,7 +81,7 @@ UmdfLibraryVersion=$UMDFVERSION$
ServiceBinary=%12%\UMDF\SingleComponentSingleStateUm.dll
[Strings]
-MSFT = "Microsoft"
+ProviderString = "TODO-Set-Provider"
StdMfg = "(Standard system devices)"
DiskId1 = "WDF Sample Single Component Single State Device Installation Disk #1"
SCSS.DeviceDesc = "UMDF 2.0 Single Component Single State Device"