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

Unified Diff: src/platform/vboot_reference/common/include/tlcl.h

Issue 1712018: Vboot Reference: Remove dependency on TrouSers by not including tss/tcs.h (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Add FIXmes 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/platform/vboot_reference/common/include/tss_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/common/include/tlcl.h
diff --git a/src/platform/vboot_reference/common/include/tlcl.h b/src/platform/vboot_reference/common/include/tlcl.h
index 2e6d3fd84588fd8f3a95feafb938cc6c1a74767d..362b61e11b2d932cf73479dcf97a5e0cbd1de875 100644
--- a/src/platform/vboot_reference/common/include/tlcl.h
+++ b/src/platform/vboot_reference/common/include/tlcl.h
@@ -8,6 +8,15 @@
* A low-level library for interfacing to TPM hardware or an emulator.
*/
+/* FIXME(gauravsh):
+ * NOTE: This file is copied over from
+ * src/platform/tpm_lite/src/tlcl/tlcl.h
+ * Ideally, we want to directly include it without having two maintain
+ * duplicate copies in sync. But in the current model, this is hard
+ * to do without breaking standalone compilation.
+ * Eventually tpm_lite should be moved into vboot_reference.
+ */
+
#ifndef TPM_LITE_TLCL_H_
#define TPM_LITE_TLCL_H_
« no previous file with comments | « no previous file | src/platform/vboot_reference/common/include/tss_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698