[PATCH] api-ms-win-power-base-l1-1-0: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Sat Nov 19 05:35:02 CST 2016


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                                           | 2 ++
 configure.ac                                                        | 1 +
 dlls/api-ms-win-power-base-l1-1-0/Makefile.in                       | 1 +
 dlls/api-ms-win-power-base-l1-1-0/api-ms-win-power-base-l1-1-0.spec | 5 +++++
 tools/make_specfiles                                                | 5 +++++
 5 files changed, 14 insertions(+)
 create mode 100644 dlls/api-ms-win-power-base-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-power-base-l1-1-0/api-ms-win-power-base-l1-1-0.spec

diff --git a/configure b/configure
index 208df78..c9cfcbe 100755
--- a/configure
+++ b/configure
@@ -1014,6 +1014,7 @@ enable_api_ms_win_eventing_controller_l1_1_0
 enable_api_ms_win_eventing_provider_l1_1_0
 enable_api_ms_win_eventlog_legacy_l1_1_0
 enable_api_ms_win_ntuser_dc_access_l1_1_0
+enable_api_ms_win_power_base_l1_1_0
 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
 enable_api_ms_win_security_audit_l1_1_1
 enable_api_ms_win_security_base_l1_1_0
@@ -17727,6 +17728,7 @@ wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_event
 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
+wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
diff --git a/configure.ac b/configure.ac
index d76b7b1..774d424 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2791,6 +2791,7 @@ WINE_CONFIG_DLL(api-ms-win-eventing-controller-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventing-provider-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventlog-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-power-base-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-rtcore-ntuser-private-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-security-audit-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-security-base-l1-1-0)
diff --git a/dlls/api-ms-win-power-base-l1-1-0/Makefile.in b/dlls/api-ms-win-power-base-l1-1-0/Makefile.in
new file mode 100644
index 0000000..8b26d4b
--- /dev/null
+++ b/dlls/api-ms-win-power-base-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-power-base-l1-1-0.dll
diff --git a/dlls/api-ms-win-power-base-l1-1-0/api-ms-win-power-base-l1-1-0.spec b/dlls/api-ms-win-power-base-l1-1-0/api-ms-win-power-base-l1-1-0.spec
new file mode 100644
index 0000000..6591096
--- /dev/null
+++ b/dlls/api-ms-win-power-base-l1-1-0/api-ms-win-power-base-l1-1-0.spec
@@ -0,0 +1,5 @@
+@ stdcall CallNtPowerInformation(long ptr long ptr long) powrprof.CallNtPowerInformation
+@ stdcall GetPwrCapabilities(ptr) powrprof.GetPwrCapabilities
+@ stub PowerDeterminePlatformRoleEx
+@ stub PowerRegisterSuspendResumeNotification
+@ stub PowerUnregisterSuspendResumeNotification
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 629c838..04265be 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -145,6 +145,11 @@ my @dll_groups =
   "api-ms-win-core-xstate-l1-1-0",
  ],
  [
+  "ntdll",
+  "powrprof",
+  "api-ms-win-power-base-l1-1-0",
+ ],
+ [
   "kernel32",
   "api-ms-win-appmodel-runtime-l1-1-1",
   "api-ms-win-downlevel-normaliz-l1-1-0",
-- 
2.7.4




More information about the wine-patches mailing list