diff options
Diffstat (limited to 'pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx')
| -rw-r--r-- | pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx b/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx index 1c555f11..bf0522d7 100644 --- a/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx +++ b/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx @@ -17,7 +17,7 @@ Signature="$WINDOWS NT$" Class=Sample ClassGuid={78A1C341-4539-11d3-B88D-00C04FAD5171} -Provider=%MSFT% +Provider=%ProviderString% CatalogFile=KmdfSamples.cat [DestinationDirs] @@ -97,7 +97,7 @@ KmdfLibraryVersion = $KMDFVERSION$ [Strings] SPSVCINST_ASSOCSERVICE= 0x00000002 -MSFT = "Microsoft" +ProviderString = "TODO-Set-Provider" StdMfg = "(Standard system devices)" DiskId1 = "WDF Sample SingleComponentFStateDevice Installation Disk #1" SingleComponentFStateDevice.DeviceDesc = "Single comp F State Device" |
