NetworkManager/libnm-core/tests
Thomas Haller 2bb5c8b13b
platform: add duplicate of NMSettingWiredWakeOnLan to nm-base for platform
Currently src/platform depends on libnm-core. libnm-core is large
optimally we have a better separation between our code. That means
libnm-core does not depend on platform and vice versa.

However, nm-platform re-uses some enums from libnm-core for internal code.
To avoid that dependency, add _NMSettingWiredWakeOnLan as a duplicate to
nm-base/nm-base.h. nm-base can both be used by libnm-core, nm-platform
and src/platform.

The only problem is that NMSettingWiredWakeOnLan is also part of public
API of libnm. It means, we must duplicate the enum. But with several
static assertions in unit tests I think that is not a problem to do.
2021-01-15 11:32:33 +01:00
..
certs libnm/crypto: accept TPM2-wrapped PEM keys 2019-07-10 17:31:48 +02:00
meson.build all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nm-core-tests-enum-types.c.template build: use template files for enum types' sources generation 2017-12-18 11:25:06 +01:00
nm-core-tests-enum-types.h.template build: use template files for enum types' sources generation 2017-12-18 11:25:06 +01:00
test-compare.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
test-crypto.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
test-general-enums.h all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
test-general.c platform: add duplicate of NMSettingWiredWakeOnLan to nm-base for platform 2021-01-15 11:32:33 +01:00
test-keyfile.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
test-secrets.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
test-setting.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
test-settings-defaults.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00