1#
2# POTFILES.in
3#
4#       The Initial Developer of the Original Code is International
5#       Business Machines Corporation. Portions created by IBM
6#       Corporation are Copyright (C) 2005 International Business
7#       Machines Corporation. All Rights Reserved.
8#
9#       This program is free software; you can redistribute it and/or modify
10#       it under the terms of the Common Public License as published by
11#       IBM Corporation; either version 1 of the License, or (at your option)
12#       any later version.
13#
14#       This program is distributed in the hope that it will be useful,
15#       but WITHOUT ANY WARRANTY; without even the implied warranty of
16#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17#       Common Public License for more details.
18#
19#       You should have received a copy of the Common Public License
20#       along with this program; if not, a copy can be viewed at
21#       http://www.opensource.org/licenses/cpl1.0.php.
22#
23
24# Files that can contain translatable strings.
25#   This file must be updated when any new
26#   files that (can) contain translatable
27#   strings are added.
28
29# Include files
30include/tpm_tspi.h
31include/tpm_pkcs11.h
32include/tpm_utils.h
33
34# Library files
35lib/tpm_tspi.c
36lib/tpm_log.c
37lib/tpm_pkcs11.c
38lib/tpm_utils.c
39
40# Data management files
41src/data_mgmt/data_common.h
42src/data_mgmt/data_import.c
43src/data_mgmt/data_import.h
44src/data_mgmt/data_init.c
45src/data_mgmt/data_init.h
46src/data_mgmt/data_object.c
47src/data_mgmt/data_object.h
48src/data_mgmt/data_passwd.c
49src/data_mgmt/data_passwd.h
50src/data_mgmt/data_protect.c
51src/data_mgmt/data_protect.h
52
53# Tpm management files
54src/tpm_mgmt/tpm_activate.c
55src/tpm_mgmt/tpm_changeauth.c
56src/tpm_mgmt/tpm_clear.c
57src/tpm_mgmt/tpm_clearable.c
58src/tpm_mgmt/tpm_enable.c
59src/tpm_mgmt/tpm_getpubek.c
60src/tpm_mgmt/tpm_ownable.c
61src/tpm_mgmt/tpm_present.c
62src/tpm_mgmt/tpm_restrictpubek.c
63src/tpm_mgmt/tpm_selftest.c
64src/tpm_mgmt/tpm_takeownership.c
65src/tpm_mgmt/tpm_version.c
66