2
# This file is part of Checkbox.
4
# Copyright 2015 Canonical Ltd.
6
# Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
8
# Checkbox is free software: you can redistribute it and/or modify
9
# it under the terms of the GNU General Public License version 3,
10
# as published by the Free Software Foundation.
12
# Checkbox is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
17
# You should have received a copy of the GNU General Public License
18
# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
20
"""Management script for the TPM provider."""
22
from plainbox.provider_manager import setup, N_
26
name='plainbox-provider-tpm',
27
namespace='2015.com.canonical.certification.tpm',
29
description=N_("Plainbox Provider for TPM (trusted platform module)"),
30
gettext_domain='plainbox-provider-tpm',