From d40ecdd248b9d26aea1165f54b9b1a0b9d832644 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 18 Feb 2022 10:14:17 +0100 Subject: [PATCH] apisetschema: Add dll. Apiset data generated from the existing api-ms-* modules. Signed-off-by: Alexandre Julliard --- configure | 2 + configure.ac | 1 + dlls/apisetschema/Makefile.in | 3 + dlls/apisetschema/apisetschema.spec | 225 ++++++++++++++++++++++++++++ 4 files changed, 231 insertions(+) create mode 100644 dlls/apisetschema/Makefile.in create mode 100644 dlls/apisetschema/apisetschema.spec diff --git a/configure b/configure index 9bd8e1545c8..5dadd827dbd 100755 --- a/configure +++ b/configure @@ -1182,6 +1182,7 @@ enable_api_ms_win_shcore_stream_winrt_l1_1_0 enable_api_ms_win_shcore_thread_l1_1_0 enable_api_ms_win_shell_shellcom_l1_1_0 enable_api_ms_win_shell_shellfolders_l1_1_0 +enable_apisetschema enable_apphelp enable_appwiz_cpl enable_atl @@ -21677,6 +21678,7 @@ wine_fn_config_makefile dlls/api-ms-win-shcore-stream-winrt-l1-1-0 enable_api_ms wine_fn_config_makefile dlls/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0 wine_fn_config_makefile dlls/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0 wine_fn_config_makefile dlls/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0 +wine_fn_config_makefile dlls/apisetschema enable_apisetschema wine_fn_config_makefile dlls/apphelp enable_apphelp wine_fn_config_makefile dlls/apphelp/tests enable_tests wine_fn_config_makefile dlls/appwiz.cpl enable_appwiz_cpl diff --git a/configure.ac b/configure.ac index a51d5d44ee7..e3d797d790d 100644 --- a/configure.ac +++ b/configure.ac @@ -2569,6 +2569,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-stream-winrt-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-thread-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shell-shellcom-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shell-shellfolders-l1-1-0) +WINE_CONFIG_MAKEFILE(dlls/apisetschema) WINE_CONFIG_MAKEFILE(dlls/apphelp) WINE_CONFIG_MAKEFILE(dlls/apphelp/tests) WINE_CONFIG_MAKEFILE(dlls/appwiz.cpl) diff --git a/dlls/apisetschema/Makefile.in b/dlls/apisetschema/Makefile.in new file mode 100644 index 00000000000..5d0adf1f82d --- /dev/null +++ b/dlls/apisetschema/Makefile.in @@ -0,0 +1,3 @@ +MODULE = apisetschema.dll + +EXTRADLLFLAGS = -Wb,--data-only diff --git a/dlls/apisetschema/apisetschema.spec b/dlls/apisetschema/apisetschema.spec new file mode 100644 index 00000000000..d4274f00831 --- /dev/null +++ b/dlls/apisetschema/apisetschema.spec @@ -0,0 +1,225 @@ +apiset api-ms-win-appmodel-runtime-l1-1-2 = kernelbase.dll +apiset api-ms-win-core-apiquery-l1-1-0 = ntdll.dll +apiset api-ms-win-core-appcompat-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-appinit-l1-1-0 = kernel32.dll +apiset api-ms-win-core-atoms-l1-1-0 = kernel32.dll +apiset api-ms-win-core-com-l1-1-1 = combase.dll +apiset api-ms-win-core-com-private-l1-1-0 = combase.dll +apiset api-ms-win-core-comm-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-console-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-console-l1-2-0 = kernelbase.dll +apiset api-ms-win-core-console-l2-1-0 = kernelbase.dll +apiset api-ms-win-core-console-l3-2-0 = kernelbase.dll +apiset api-ms-win-core-crt-l1-1-0 = msvcrt.dll +apiset api-ms-win-core-crt-l2-1-0 = msvcrt.dll +apiset api-ms-win-core-datetime-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-debug-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-delayload-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-errorhandling-l1-1-3 = kernelbase.dll +apiset api-ms-win-core-featurestaging-l1-1-0 = shcore.dll +apiset api-ms-win-core-fibers-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-file-ansi-l2-1-0 = kernel32.dll +apiset api-ms-win-core-file-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-file-l1-2-2 = kernelbase.dll +apiset api-ms-win-core-file-l2-1-2 = kernelbase.dll +apiset api-ms-win-core-handle-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-heap-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-heap-l1-2-0 = kernelbase.dll +apiset api-ms-win-core-heap-l2-1-0 = kernelbase.dll +apiset api-ms-win-core-heap-obsolete-l1-1-0 = kernel32.dll +apiset api-ms-win-core-interlocked-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-interlocked-l1-2-0 = kernelbase.dll +apiset api-ms-win-core-io-l1-1-1 = kernel32.dll +apiset api-ms-win-core-job-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-job-l2-1-0 = kernel32.dll +apiset api-ms-win-core-kernel32-legacy-l1-1-5 = kernel32.dll +apiset api-ms-win-core-largeinteger-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-libraryloader-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-libraryloader-l1-2-2 = kernelbase.dll +apiset api-ms-win-core-libraryloader-l2-1-0 = kernelbase.dll +apiset api-ms-win-core-localization-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-localization-l1-2-2 = kernelbase.dll +apiset api-ms-win-core-localization-l2-1-0 = kernelbase.dll +apiset api-ms-win-core-localization-obsolete-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-localization-obsolete-l1-2-0 = kernelbase.dll +apiset api-ms-win-core-localization-obsolete-l1-3-0 = kernelbase.dll +apiset api-ms-win-core-localregistry-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-memory-l1-1-4 = kernelbase.dll +apiset api-ms-win-core-misc-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-namedpipe-ansi-l1-1-0 = kernel32.dll +apiset api-ms-win-core-namedpipe-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-namedpipe-l1-2-0 = kernelbase.dll +apiset api-ms-win-core-namespace-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-normalization-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-path-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-privateprofile-l1-1-1 = kernel32.dll +apiset api-ms-win-core-processenvironment-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-processenvironment-l1-2-0 = kernelbase.dll +apiset api-ms-win-core-processthreads-l1-1-3 = kernel32.dll +apiset api-ms-win-core-processtopology-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-processtopology-obsolete-l1-1-0 = kernel32.dll +apiset api-ms-win-core-profile-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-psapi-ansi-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-psapi-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-psapi-obsolete-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-quirks-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-realtime-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-registry-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-registry-l2-1-0 = advapi32.dll +apiset api-ms-win-core-registry-l2-2-0 = advapi32.dll +apiset api-ms-win-core-registryuserspecific-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-rtlsupport-l1-1-0 = ntdll.dll +apiset api-ms-win-core-rtlsupport-l1-2-0 = ntdll.dll +apiset api-ms-win-core-shlwapi-legacy-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-shlwapi-obsolete-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-shlwapi-obsolete-l1-2-0 = kernelbase.dll +apiset api-ms-win-core-shutdown-l1-1-0 = advapi32.dll +apiset api-ms-win-core-sidebyside-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-string-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-string-l2-1-0 = kernelbase.dll +apiset api-ms-win-core-string-obsolete-l1-1-0 = kernel32.dll +apiset api-ms-win-core-stringansi-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-stringloader-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-synch-ansi-l1-1-0 = kernel32.dll +apiset api-ms-win-core-synch-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-synch-l1-2-1 = kernelbase.dll +apiset api-ms-win-core-sysinfo-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-sysinfo-l1-2-1 = kernelbase.dll +apiset api-ms-win-core-systemtopology-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-threadpool-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-threadpool-l1-2-0 = kernelbase.dll +apiset api-ms-win-core-threadpool-legacy-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-threadpool-private-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-timezone-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-toolhelp-l1-1-0 = kernel32.dll +apiset api-ms-win-core-url-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-util-l1-1-0 = kernel32.dll +apiset api-ms-win-core-version-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-versionansi-l1-1-0 = kernelbase.dll +apiset api-ms-win-core-windowserrorreporting-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-winrt-error-l1-1-1 = combase.dll +apiset api-ms-win-core-winrt-l1-1-0 = combase.dll +apiset api-ms-win-core-winrt-registration-l1-1-0 = combase.dll +apiset api-ms-win-core-winrt-roparameterizediid-l1-1-0 = combase.dll +apiset api-ms-win-core-winrt-string-l1-1-1 = combase.dll +apiset api-ms-win-core-wow64-l1-1-1 = kernelbase.dll +apiset api-ms-win-core-xstate-l1-1-0 = ntdll.dll +apiset api-ms-win-core-xstate-l2-1-0 = kernelbase.dll +apiset api-ms-win-crt-conio-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-convert-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-environment-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-filesystem-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-heap-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-locale-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-math-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-multibyte-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-private-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-process-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-runtime-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-stdio-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-string-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-time-l1-1-0 = ucrtbase.dll +apiset api-ms-win-crt-utility-l1-1-0 = ucrtbase.dll +apiset api-ms-win-deprecated-apis-advapi-l1-1-0 = +apiset api-ms-win-deprecated-apis-legacy-l1-1-0 = +apiset api-ms-win-deprecated-apis-legacy-l1-2-0 = +apiset api-ms-win-devices-config-l1-1-1 = cfgmgr32.dll +apiset api-ms-win-downlevel-advapi32-l1-1-0 = kernelbase.dll +apiset api-ms-win-downlevel-advapi32-l2-1-0 = sechost.dll +apiset api-ms-win-downlevel-kernel32-l2-1-0 = kernel32.dll +apiset api-ms-win-downlevel-normaliz-l1-1-0 = kernelbase.dll +apiset api-ms-win-downlevel-ole32-l1-1-0 = combase.dll +apiset api-ms-win-downlevel-shell32-l1-1-0 = shcore.dll +apiset api-ms-win-downlevel-shlwapi-l1-1-0 = kernelbase.dll +apiset api-ms-win-downlevel-shlwapi-l2-1-0 = shcore.dll +apiset api-ms-win-downlevel-user32-l1-1-0 = kernelbase.dll +apiset api-ms-win-downlevel-version-l1-1-0 = kernelbase.dll +apiset api-ms-win-dx-d3dkmt-l1-1-0 = gdi32.dll +apiset api-ms-win-eventing-classicprovider-l1-1-0 = kernelbase.dll +apiset api-ms-win-eventing-consumer-l1-1-0 = sechost.dll +apiset api-ms-win-eventing-controller-l1-1-0 = sechost.dll +apiset api-ms-win-eventing-legacy-l1-1-0 = advapi32.dll +apiset api-ms-win-eventing-provider-l1-1-0 = kernelbase.dll +apiset api-ms-win-eventlog-legacy-l1-1-0 = advapi32.dll +apiset api-ms-win-gaming-tcui-l1-1-0 = gamingtcui.dll +apiset api-ms-win-mm-joystick-l1-1-0 = winmm.dll +apiset api-ms-win-mm-misc-l1-1-1 = winmm.dll +apiset api-ms-win-mm-mme-l1-1-0 = winmm.dll +apiset api-ms-win-mm-time-l1-1-0 = winmm.dll +apiset api-ms-win-ntuser-dc-access-l1-1-0 = user32.dll +apiset api-ms-win-ntuser-rectangle-l1-1-0 = user32.dll +apiset api-ms-win-ntuser-sysparams-l1-1-0 = user32.dll +apiset api-ms-win-power-base-l1-1-0 = powrprof.dll +apiset api-ms-win-power-setting-l1-1-0 = powrprof.dll +apiset api-ms-win-rtcore-ntuser-draw-l1-1-0 = user32.dll +apiset api-ms-win-rtcore-ntuser-private-l1-1-0 = user32.dll +apiset api-ms-win-rtcore-ntuser-window-l1-1-0 = user32.dll +apiset api-ms-win-rtcore-ntuser-winevent-l1-1-0 = user32.dll +apiset api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 = user32.dll +apiset api-ms-win-security-activedirectoryclient-l1-1-0 = ntdsapi.dll +apiset api-ms-win-security-audit-l1-1-1 = sechost.dll +apiset api-ms-win-security-base-l1-1-0 = kernelbase.dll +apiset api-ms-win-security-base-l1-2-0 = kernelbase.dll +apiset api-ms-win-security-credentials-l1-1-0 = sechost.dll +apiset api-ms-win-security-cryptoapi-l1-1-0 = cryptsp.dll +apiset api-ms-win-security-lsalookup-ansi-l2-1-0 = advapi32.dll +apiset api-ms-win-security-lsalookup-l1-1-1 = sechost.dll +apiset api-ms-win-security-lsalookup-l2-1-1 = advapi32.dll +apiset api-ms-win-security-lsapolicy-l1-1-0 = sechost.dll +apiset api-ms-win-security-provider-l1-1-0 = advapi32.dll +apiset api-ms-win-security-sddl-l1-1-0 = sechost.dll +apiset api-ms-win-security-systemfunctions-l1-1-0 = advapi32.dll +apiset api-ms-win-service-core-l1-1-1 = sechost.dll +apiset api-ms-win-service-management-l1-1-0 = sechost.dll +apiset api-ms-win-service-management-l2-1-0 = sechost.dll +apiset api-ms-win-service-private-l1-1-1 = sechost.dll +apiset api-ms-win-service-winsvc-l1-1-0 = sechost.dll +apiset api-ms-win-service-winsvc-l1-2-0 = sechost.dll +apiset api-ms-win-shcore-obsolete-l1-1-0 = shcore.dll +apiset api-ms-win-shcore-scaling-l1-1-1 = shcore.dll +apiset api-ms-win-shcore-stream-l1-1-0 = shcore.dll +apiset api-ms-win-shcore-thread-l1-1-0 = shcore.dll +apiset api-ms-win-shell-shellcom-l1-1-0 = shell32.dll +apiset api-ms-win-shell-shellfolders-l1-1-0 = shell32.dll +apiset ext-ms-win-authz-context-l1-1-0 = authz.dll +apiset ext-ms-win-dwmapi-ext-l1-1-0 = dwmapi.dll +apiset ext-ms-win-gdi-dc-create-l1-1-1 = gdi32.dll +apiset ext-ms-win-gdi-dc-l1-2-0 = gdi32.dll +apiset ext-ms-win-gdi-devcaps-l1-1-0 = gdi32.dll +apiset ext-ms-win-gdi-draw-l1-1-1 = gdi32.dll +apiset ext-ms-win-gdi-font-l1-1-1 = gdi32.dll +apiset ext-ms-win-kernel32-package-current-l1-1-0 = kernelbase.dll +apiset ext-ms-win-kernel32-package-l1-1-1 = kernelbase.dll +apiset ext-ms-win-ntuser-dialogbox-l1-1-0 = user32.dll +apiset ext-ms-win-ntuser-draw-l1-1-0 = user32.dll +apiset ext-ms-win-ntuser-gui-l1-1-0 = user32.dll +apiset ext-ms-win-ntuser-gui-l1-3-0 = user32.dll +apiset ext-ms-win-ntuser-keyboard-l1-3-0 = user32.dll +apiset ext-ms-win-ntuser-message-l1-1-1 = user32.dll +apiset ext-ms-win-ntuser-misc-l1-1-0 = user32.dll +apiset ext-ms-win-ntuser-misc-l1-2-0 = user32.dll +apiset ext-ms-win-ntuser-misc-l1-5-1 = user32.dll +apiset ext-ms-win-ntuser-mouse-l1-1-0 = user32.dll +apiset ext-ms-win-ntuser-private-l1-1-1 = user32.dll +apiset ext-ms-win-ntuser-rectangle-ext-l1-1-0 = user32.dll +apiset ext-ms-win-ntuser-uicontext-ext-l1-1-0 = user32.dll +apiset ext-ms-win-ntuser-window-l1-1-4 = user32.dll +apiset ext-ms-win-ntuser-windowclass-l1-1-1 = user32.dll +apiset ext-ms-win-oleacc-l1-1-0 = oleacc.dll +apiset ext-ms-win-ras-rasapi32-l1-1-0 = rasapi32.dll +apiset ext-ms-win-rtcore-gdi-devcaps-l1-1-0 = gdi32.dll +apiset ext-ms-win-rtcore-gdi-object-l1-1-0 = gdi32.dll +apiset ext-ms-win-rtcore-gdi-rgn-l1-1-0 = gdi32.dll +apiset ext-ms-win-rtcore-ntuser-cursor-l1-1-0 = user32.dll +apiset ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 = user32.dll +apiset ext-ms-win-rtcore-ntuser-dpi-l1-1-0 = user32.dll +apiset ext-ms-win-rtcore-ntuser-dpi-l1-2-0 = user32.dll +apiset ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 = user32.dll +apiset ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 = user32.dll +apiset ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 = user32.dll +apiset ext-ms-win-security-credui-l1-1-0 = credui.dll +apiset ext-ms-win-security-cryptui-l1-1-0 = cryptui.dll +apiset ext-ms-win-shell-comctl32-init-l1-1-0 = comctl32.dll +apiset ext-ms-win-shell-comdlg32-l1-1-0 = comdlg32.dll +apiset ext-ms-win-shell-shell32-l1-2-0 = shell32.dll +apiset ext-ms-win-uxtheme-themes-l1-1-0 = uxtheme.dll