summaryrefslogtreecommitdiff
path: root/src/include_imx6_v4_6_9/gc_hal_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include_imx6_v4_6_9/gc_hal_version.h')
-rw-r--r--src/include_imx6_v4_6_9/gc_hal_version.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/include_imx6_v4_6_9/gc_hal_version.h b/src/include_imx6_v4_6_9/gc_hal_version.h
new file mode 100644
index 0000000..71c5649
--- /dev/null
+++ b/src/include_imx6_v4_6_9/gc_hal_version.h
@@ -0,0 +1,29 @@
+/****************************************************************************
+*
+* Copyright (c) 2005 - 2013 by Vivante Corp. All rights reserved.
+*
+* The material in this file is confidential and contains trade secrets
+* of Vivante Corporation. This is proprietary information owned by
+* Vivante Corporation. No part of this work may be disclosed,
+* reproduced, copied, transmitted, or used in any way for any purpose,
+* without the express written permission of Vivante Corporation.
+*
+*****************************************************************************/
+
+
+#ifndef __gc_hal_version_h_
+#define __gc_hal_version_h_
+
+#define gcvVERSION_MAJOR 4
+
+#define gcvVERSION_MINOR 6
+
+#define gcvVERSION_PATCH 9
+
+#define gcvVERSION_BUILD 9754
+
+#define gcvVERSION_DATE __DATE__
+
+#define gcvVERSION_TIME __TIME__
+
+#endif /* __gc_hal_version_h_ */