Andrey Gusev : api-ms-win-power-base-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Mon Nov 21 15:28:12 CST 2016


Module: wine
Branch: master
Commit: a8df19f40c778ed520d177e934bd526242fb12de
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a8df19f40c778ed520d177e934bd526242fb12de

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sat Nov 19 13:35:02 2016 +0200

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

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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(+)

diff --git a/configure b/configure
index 35343e1..7bec1d1 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 256dcee..853acd4 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",




More information about the wine-cvs mailing list