Modules: remove boilerplate module.desc

This commit is contained in:
Adriaan de Groot 2017-07-10 08:08:06 -04:00
parent e3008657c4
commit 196b1567db
10 changed files with 0 additions and 75 deletions

View File

@ -1,7 +0,0 @@
# Module metadata file for greeting viewmodule
# Syntax is YAML 1.2
---
type: "view" #core or view
name: "finished" #the module name. must be unique and same as the parent directory
interface: "qtplugin" #can be: qtplugin, python, process, ...
load: "libcalamares_viewmodule_finished.so"

View File

@ -1,7 +0,0 @@
# Module metadata file for interactiveterminal viewmodule
# Syntax is YAML 1.2
---
type: "view"
name: "interactiveterminal"
interface: "qtplugin"
load: "libcalamares_viewmodule_interactiveterminal.so"

View File

@ -1,7 +0,0 @@
# Module metadata file for keyboard viewmodule
# Syntax is YAML 1.2
---
type: "view"
name: "keyboard"
interface: "qtplugin"
load: "libcalamares_viewmodule_keyboard.so"

View File

@ -1,7 +0,0 @@
# Module metadata file for keyboard viewmodule
# Syntax is YAML 1.2
---
type: "view"
name: "license"
interface: "qtplugin"
load: "libcalamares_viewmodule_license.so"

View File

@ -1,7 +0,0 @@
# Module metadata file for locale viewmodule
# Syntax is YAML 1.2
---
type: "view"
name: "locale"
interface: "qtplugin"
load: "libcalamares_viewmodule_locale.so"

View File

@ -1,7 +0,0 @@
# Module metadata file for netinstall module
# Syntax is YAML 1.2
---
type: "view"
name: "netinstall"
interface: "qtplugin"
load: "libcalamares_viewmodule_netinstall.so"

View File

@ -1,7 +0,0 @@
# Module metadata file for partition viewmodule
# Syntax is YAML 1.2
---
type: "view" #core or view
name: "partition" #the module name. must be unique and same as the parent directory
interface: "qtplugin" #can be: qtplugin, python, process, ...
load: "libcalamares_viewmodule_partition.so"

View File

@ -1,12 +0,0 @@
# Module metadata file for summary viewmodule
#
# The summary module tells the user what is going to happen (next)
# during the installation. Each other step is responsible for
# creating a summary widget that this step can display.
#
# Syntax is YAML 1.2
---
type: "view"
name: "summary"
interface: "qtplugin"
load: "libcalamares_viewmodule_summary.so"

View File

@ -1,7 +0,0 @@
# Module metadata file for users viewmodule
# Syntax is YAML 1.2
---
type: "view" #core or view
name: "users" #the module name. must be unique and same as the parent directory
interface: "qtplugin" #can be: qtplugin, python, process, ...
load: "libcalamares_viewmodule_users.so"

View File

@ -1,7 +0,0 @@
# Module metadata file for welcome viewmodule
# Syntax is YAML 1.2
---
type: "view" #core or view
name: "webview" #the module name. must be unique and same as the parent directory
interface: "qtplugin" #can be: qtplugin, python, process, ...
load: "libcalamares_viewmodule_webview.so"