uiautomationcore: Register all UI Automation typelibs.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
This commit is contained in:
parent
464be65cee
commit
88a1e94971
6 changed files with 48 additions and 1 deletions
|
@ -11,4 +11,6 @@ C_SRCS = \
|
|||
uia_provider.c
|
||||
|
||||
IDL_SRCS = \
|
||||
uia_classes.idl
|
||||
uia_classes.idl \
|
||||
uia_classes_client.idl \
|
||||
uia_classes_core.idl
|
||||
|
|
|
@ -43,6 +43,7 @@ struct uia_pattern_info {
|
|||
[
|
||||
version(1.0),
|
||||
uuid(8a9ca8eb-856b-43d9-abd7-4a590054064f),
|
||||
id(1),
|
||||
]
|
||||
library UIA_wine_private
|
||||
{
|
||||
|
|
21
dlls/uiautomationcore/uia_classes_client.idl
Normal file
21
dlls/uiautomationcore/uia_classes_client.idl
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* Copyright 2022 Connor McAdams for CodeWeavers
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#pragma makedep regtypelib
|
||||
|
||||
#include "uiautomationclient.idl"
|
21
dlls/uiautomationcore/uia_classes_core.idl
Normal file
21
dlls/uiautomationcore/uia_classes_core.idl
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* Copyright 2022 Connor McAdams for CodeWeavers
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#pragma makedep regtypelib
|
||||
|
||||
#include "uiautomationcore.idl"
|
|
@ -69,6 +69,7 @@ typedef void * UIA_HWND;
|
|||
[
|
||||
uuid(944de083-8fb8-45cf-bcb7-c477acb2f897),
|
||||
lcid(0),
|
||||
id(2),
|
||||
version(1.0)
|
||||
]
|
||||
library UIAutomationClient {
|
||||
|
|
|
@ -206,6 +206,7 @@ struct UiaChangeInfo {
|
|||
version(1.0),
|
||||
uuid(930299ce-9965-4dec-b0f4-a54848d4b667),
|
||||
lcid(0),
|
||||
id(3),
|
||||
hidden
|
||||
]
|
||||
library UIA
|
||||
|
|
Loading…
Add table
Reference in a new issue