Skip to content

Commit

Permalink
GPII-434: Updated to new project structure for GPII-434 - removed acc…
Browse files Browse the repository at this point in the history
…eptance tests in favour of definitions in Universal, added driver files and comments

Merge remote-tracking branch 'KKASPARNETT/GPII-679'

Conflicts:
	gpii/node_modules/gsettingsBridge/tests/tests.js
	node_modules/gsettingsBridge/nodegsettings/nodegsettings_tests.js
  • Loading branch information
amb26 committed Nov 8, 2014
2 parents 81a104c + e16c1d2 commit 91b3c5e
Show file tree
Hide file tree
Showing 37 changed files with 395 additions and 581 deletions.
23 changes: 14 additions & 9 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
Copyright 2012, OCAD University
Copyright 2012, Steven Githens
Copyright 2012, Astea Solutions
All modules are Copyright 2014 Raising the Floor - International except
where noted otherwise in the code itself, or if the modules reside in a
separate directory, they may contain explicit declarations of copyright
in both the LICENSE file in the directory in which they reside and in the
code itself. No external contributions are allowed under licenses which are
fundamentally incompatible with the BSD or Apache licenses that the GPII is
distributed under.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of OCAD University nor the names of its contributors may
be used to endorse or promote products derived from this software without
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of OCAD University nor the names of its contributors may
be used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Expand Down
7 changes: 6 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
# Licensed under the New BSD license. You may not use this file except in
# compliance with this License.
#
# The research leading to these results has received funding from the European Union's
# Seventh Framework Programme (FP7/2007-2013)
# under grant agreement no. 289016.
#
# You may obtain a copy of the License at
# https://github.com/gpii/universal/LICENSE.txt
# https://github.com/GPII/universal/blob/master/LICENSE.txt


echo "This script is deprecated and will be removed in a future release. Please look at using our new grunt tasks."

Expand Down
7 changes: 6 additions & 1 deletion clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
# Licensed under the New BSD license. You may not use this file except in
# compliance with this License.
#
# The research leading to these results has received funding from the European Union's
# Seventh Framework Programme (FP7/2007-2013)
# under grant agreement no. 289016.
#
# You may obtain a copy of the License at
# https://github.com/gpii/universal/LICENSE.txt
# https://github.com/GPII/universal/blob/master/LICENSE.txt


echo "This script is deprecated and will be removed in a future release. Please look at using our new grunt tasks."

Expand Down
38 changes: 19 additions & 19 deletions gpii.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*!
GPII Linux Personalization Framework Node.js Bootstrap
/*
* GPII Windows Personalization Framework Node.js Bootstrap
*
* Copyright 2012 OCAD University
* Copyright 2014 Lucendo Development Ltd.
*
* Licensed under the New BSD license. You may not use this file except in
* compliance with this License.
*
* The research leading to these results has received funding from the European Union's
* Seventh Framework Programme (FP7/2007-2013)
* under grant agreement no. 289016.
*
* You may obtain a copy of the License at
* https://github.com/GPII/universal/blob/master/LICENSE.txt
*/

Copyright 2012 OCAD University
Licensed under the New BSD license. You may not use this file except in
compliance with this License.
You may obtain a copy of the License at
https://github.com/gpii/universal/LICENSE.txt
*/

var fluid = require("universal"),
kettle = fluid.registerNamespace("kettle");
gpii = fluid.registerNamespace("gpii");

fluid.require("./gpii/node_modules/gsettingsBridge", require);
fluid.require("./gpii/node_modules/orca", require);
fluid.require("./gpii/node_modules/alsa", require);
fluid.require("./gpii/node_modules/xrandr", require);
require("./index.js");

kettle.config.makeConfigLoader({
nodeEnv: kettle.config.getNodeEnv("fm.ps.sr.dr.mm.os.lms.development"),
configPath: kettle.config.getConfigPath() || "../node_modules/universal/gpii/configs"
});
gpii.start();
26 changes: 15 additions & 11 deletions gpii/node_modules/alsa/alsa_bridge.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 15 additions & 11 deletions gpii/node_modules/alsa/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions gpii/node_modules/alsa/nodealsa/nodealsa.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions gpii/node_modules/alsa/nodealsa/nodealsa_tests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 15 additions & 11 deletions gpii/node_modules/gsettingsBridge/gsettings_bridge.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 15 additions & 11 deletions gpii/node_modules/gsettingsBridge/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 16 additions & 11 deletions gpii/node_modules/gsettingsBridge/nodegsettings/nodegsettings.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 15 additions & 11 deletions gpii/node_modules/gsettingsBridge/tests/gsettingsTests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 91b3c5e

Please sign in to comment.