From 295346f81d05e7669c512aec278fa9ea25b0f983 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Sun, 15 Nov 2015 20:23:28 -0600 Subject: [PATCH] setupapi: Add a manifest to indicate the tests don't need elevation. Signed-off-by: Vincent Povirk Signed-off-by: Alexandre Julliard --- dlls/setupapi/tests/Makefile.in | 2 ++ dlls/setupapi/tests/setupapi.manifest | 11 +++++++++++ dlls/setupapi/tests/setupapi.rc | 25 +++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dlls/setupapi/tests/setupapi.manifest create mode 100644 dlls/setupapi/tests/setupapi.rc diff --git a/dlls/setupapi/tests/Makefile.in b/dlls/setupapi/tests/Makefile.in index 30902e72903..083e576998e 100644 --- a/dlls/setupapi/tests/Makefile.in +++ b/dlls/setupapi/tests/Makefile.in @@ -10,3 +10,5 @@ C_SRCS = \ query.c \ setupcab.c \ stringtable.c + +RC_SRCS = setupapi.rc diff --git a/dlls/setupapi/tests/setupapi.manifest b/dlls/setupapi/tests/setupapi.manifest new file mode 100644 index 00000000000..d0e36924659 --- /dev/null +++ b/dlls/setupapi/tests/setupapi.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/dlls/setupapi/tests/setupapi.rc b/dlls/setupapi/tests/setupapi.rc new file mode 100644 index 00000000000..3af9a201fed --- /dev/null +++ b/dlls/setupapi/tests/setupapi.rc @@ -0,0 +1,25 @@ +/* + * setupapi test resources + * + * Copyright 2015 Vincent Povirk + * + * 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 + * + */ + +#include + +/* @makedep: setupapi.manifest */ +1 RT_MANIFEST setupapi.manifest -- 2.11.4.GIT