summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Rauwolf <rauwolf@itestra.de>2013-06-06 13:16:16 +0200
committerPhilip Rauwolf <rauwolf@itestra.de>2013-06-06 13:16:16 +0200
commitf03d00894cae91ccf7e4f3121f6eaec941682389 (patch)
treeabbbb1fb2a18afb88258c994f4ba276098d11f62 /src
parent8877eaf242664afb44afffa944cee7eccb212992 (diff)
downloadgenivi-common-api-runtime-f03d00894cae91ccf7e4f3121f6eaec941682389.tar.gz
Added CommonAPI.h for general usage in user code.
Diffstat (limited to 'src')
-rw-r--r--src/CommonAPI/CommonAPI.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/CommonAPI/CommonAPI.h b/src/CommonAPI/CommonAPI.h
new file mode 100644
index 0000000..332c5d8
--- /dev/null
+++ b/src/CommonAPI/CommonAPI.h
@@ -0,0 +1,22 @@
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#ifndef COMMONAPI_H_
+#define COMMONAPI_H_
+
+
+#define COMMONAPI_COMPILATION
+
+#include "Runtime.h"
+#include "Factory.h"
+#include "AttributeExtension.h"
+#include "types.h"
+
+#undef COMMONAPI_COMPILATION
+
+
+#endif /* COMMONAPI_H_ */