2020-08-21 19:54:36 +02:00
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
2016-09-27 04:26:58 +02:00
|
|
|
# Module metadata file for dummycpp job
|
2017-08-02 14:53:00 +02:00
|
|
|
#
|
|
|
|
# The metadata for C++ (qtplugin) plugins is almost never interesting:
|
|
|
|
# the CMakeLists.txt should be using calamares_add_plugin() which will
|
|
|
|
# generate the metadata file during the build. Only C++ plugins that
|
|
|
|
# have strange settings should have a module.desc (non-C++ plugins,
|
|
|
|
# on the other hand, must have one, since they don't have CMakeLists.txt).
|
|
|
|
#
|
2016-09-27 04:26:58 +02:00
|
|
|
# Syntax is YAML 1.2
|
2017-08-02 14:53:00 +02:00
|
|
|
#
|
|
|
|
# All four keys are mandatory. For C++ (qtplugin) modules, the interface
|
|
|
|
# value must be "qtplugin"; type is one of "job" or "view"; the name
|
|
|
|
# is the machine-identifier for the module and the load value should
|
|
|
|
# be the filename of the library that contains the implementation.
|
|
|
|
#
|
2016-09-27 04:26:58 +02:00
|
|
|
---
|
|
|
|
type: "job"
|
|
|
|
name: "dummycpp"
|
|
|
|
interface: "qtplugin"
|
|
|
|
load: "libcalamares_job_dummycpp.so"
|