summaryrefslogtreecommitdiff
path: root/source/LcdVersion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LcdVersion.cpp')
-rw-r--r--source/LcdVersion.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/source/LcdVersion.cpp b/source/LcdVersion.cpp
new file mode 100644
index 0000000..4b46588
--- /dev/null
+++ b/source/LcdVersion.cpp
@@ -0,0 +1,21 @@
+/*******************************************************************************
+ * Copyright (C) ST-Ericsson SA 2011
+ * License terms: 3-clause BSD license
+ ******************************************************************************/
+#include "lcdriver_error_codes.h"
+#include "LcmInterface.h"
+#include "Error.h"
+#ifdef _WIN32
+#include "WinApiWrappers.h"
+#else
+#include "LinuxApiWrappers.h"
+#include <dlfcn.h>
+#define GetProcAddress dlsym
+#endif
+/**
+ * var char *LCD_VersionList[]
+ * brief ASCII string list variable holding the LCD version/build time/product number..
+ */
+char *LCD_VersionList[] = {"R1V",
+ NULL
+ };