summaryrefslogtreecommitdiff
path: root/test/navigation/w3c/socket-based-poc/js/resource.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/navigation/w3c/socket-based-poc/js/resource.js')
-rw-r--r--test/navigation/w3c/socket-based-poc/js/resource.js33
1 files changed, 33 insertions, 0 deletions
diff --git a/test/navigation/w3c/socket-based-poc/js/resource.js b/test/navigation/w3c/socket-based-poc/js/resource.js
new file mode 100644
index 0000000..452e3e8
--- /dev/null
+++ b/test/navigation/w3c/socket-based-poc/js/resource.js
@@ -0,0 +1,33 @@
+/**
+* @licence app begin@
+* SPDX-License-Identifier: MPL-2.0
+*
+* \copyright Copyright (C) 2013-2014, PCA Peugeot Citroen
+*
+* \file resource.js.in
+*
+* \brief This file is part of the navigation hmi.
+*
+* \author Philippe Colliot <philippe.colliot@mpsa.com>
+*
+* \version 1.0
+*
+* This Source Code Form is subject to the terms of the
+* Mozilla Public License (MPL), 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/.
+*
+* For further information see http://www.genivi.org/.
+*
+* List of changes:
+* <date>, <name>, <description of change>
+*
+* @licence end@
+*/
+var generatedNodejsModulePath="node-cpp-based-modules/build/Release/";
+var iconPath = "images";
+var constantPath = ".";
+exports.generatedNodejsModulePath = generatedNodejsModulePath;
+exports.iconPath = iconPath;
+exports.constantPath = constantPath;
+