Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Side by Side Diff: chromeos/drivers/tpmd_dev/config.h

Issue 1602016: Add tpmd_dev from the tpm-emulator source to the kernel (Closed)
Patch Set: fixes from review Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromeos/drivers/tpmd_dev/Makefile ('k') | chromeos/drivers/tpmd_dev/tpmd_dev.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Software-based Trusted Platform Module (TPM) Emulator
2 * Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net>
3 *
4 * This module is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published
6 * by the Free Software Foundation; either version 2 of the License,
7 * or (at your option) any later version.
8 *
9 * This module is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * $Id: config.h.in 426 2010-02-22 17:11:58Z mast $
15 */
16
17 #ifndef _CONFIG_H_
18 #define _CONFIG_H_
19
20 /* project and build version */
21 #define VERSION_MAJOR 0
22 #define VERSION_MINOR 7
23 #define VERSION_BUILD 424
24
25 /* TDDL and LKM configuration */
26 #define TPM_SOCKET_NAME "/var/run/tpm/tpmd_socket:0"
27 #define TPM_STORAGE_NAME "/var/lib/tpm/tpm_emulator-1_2_0_7"
28 #define TPM_DEVICE_NAME "/dev/tpm"
29 #define TPM_LOG_FILE ""
30 #define TPM_CMD_BUF_SIZE 4096
31
32 #endif /* _CONFIG_H_ */
OLDNEW
« no previous file with comments | « chromeos/drivers/tpmd_dev/Makefile ('k') | chromeos/drivers/tpmd_dev/tpmd_dev.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698