diff options
| author | Luke <[email protected]> | 2017-11-28 00:22:11 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-28 00:22:11 -0800 |
| commit | 79bbbca2f6e37d94fbbbd60d12c5c1e7dde650da (patch) | |
| tree | 793ff943b8b641f95d05401156badd42da4a0f12 /pofx | |
| parent | ed1df9a8b80b154b71b79635e40af75f4f19001c (diff) | |
| parent | 2817004092cee784d4aaf36c045fdb5b0bc09f7e (diff) | |
Merge pull request #1 from Microsoft/master
Updating Local
Diffstat (limited to 'pofx')
| -rw-r--r-- | pofx/PEP/README.md | 10 | ||||
| -rw-r--r-- | pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx | bin | 4510 -> 4472 bytes | |||
| -rw-r--r-- | pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj | 2 | ||||
| -rw-r--r-- | pofx/UMDF2/README.md | 10 | ||||
| -rw-r--r-- | pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj | 2 | ||||
| -rw-r--r-- | pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj | 2 | ||||
| -rw-r--r-- | pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx | bin | 6302 -> 6220 bytes | |||
| -rw-r--r-- | pofx/WDF/README.md | 10 |
8 files changed, 33 insertions, 3 deletions
diff --git a/pofx/PEP/README.md b/pofx/PEP/README.md index 41bef908..079dbec6 100644 --- a/pofx/PEP/README.md +++ b/pofx/PEP/README.md @@ -1,3 +1,13 @@ +<!--- + name: Power Engine Plugin (PEP) ACPI Sample + platform: KMDF + language: cpp + category: ACPI Power + description: Demonstrates an interface which allows PEP to implement ACPI runtime methods natively via a driver. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620311 +---> + + PEP ACPI Sample =============== diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx Binary files differindex 09ce986d..7eab5b70 100644 --- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx +++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj index cb4351ad..9880f41f 100644 --- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj +++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj @@ -204,7 +204,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <Inf Exclude="@(Inf)" Include="*.inf" /> + <Inf Exclude="@(Inf)" Include="*.inx" /> <FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" /> </ItemGroup> <ItemGroup> diff --git a/pofx/UMDF2/README.md b/pofx/UMDF2/README.md index db47b385..78cf1f40 100644 --- a/pofx/UMDF2/README.md +++ b/pofx/UMDF2/README.md @@ -1,3 +1,13 @@ +<!--- + name: Power Framework (PoFx) Sample (UMDF Version 2) + platform: UMDF2 + language: cpp + category: Power + description: Demonstrates how a UMDF version 2 driver can implement F-state-based power management. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617936 +---> + + Power Framework (PoFx) Sample (UMDF Version 2) ============================================== diff --git a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj index 9bee0e4a..757c4960 100644 --- a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj +++ b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj @@ -167,7 +167,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <Inf Exclude="@(Inf)" Include="*.inf" /> + <Inf Exclude="@(Inf)" Include="*.inx" /> <FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" /> </ItemGroup> <ItemGroup> diff --git a/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj b/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj index c8992a26..2ce99fce 100644 --- a/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj +++ b/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj @@ -155,7 +155,7 @@ </Midl> </ItemDefinitionGroup> <ItemGroup> - <Inf Exclude="@(Inf)" Include="*.inf" /> + <Inf Exclude="@(Inf)" Include="*.inx" /> <FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" /> </ItemGroup> <ItemGroup> diff --git a/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx b/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx Binary files differindex e0400f52..2a15c660 100644 --- a/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx +++ b/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx diff --git a/pofx/WDF/README.md b/pofx/WDF/README.md index 2f8009c3..7915dbd7 100644 --- a/pofx/WDF/README.md +++ b/pofx/WDF/README.md @@ -1,3 +1,13 @@ +<!--- + name: KMDF Power Framework (PoFx) Sample + platform: KMDF + language: cpp + category: Power + description: Demonstrate how a KMDF driver can implement F-state-based power management. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617937 +---> + + KMDF Power Framework (PoFx) Sample ================================== |
