summaryrefslogtreecommitdiff
path: root/source/LcdVersion.cpp
blob: ee2bb29f8d8f333da4cbeb1281ebf170532dcf21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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[] = {"PX2",
                           NULL
                          };