Updated Branches: refs/heads/master 9c6c6374b -> adb02051e
[CB-3739][Tizen][Tizen SDK 2.1 Nectarine] - splashscreen Add splashscreen API for now sending console message implementation still to be done Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/adb02051 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/adb02051 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/adb02051 Branch: refs/heads/master Commit: adb02051ea8601f1e6290dd4f32adbc8f1e5aacb Parents: 9c6c637 Author: pplaquette <[email protected]> Authored: Thu Jun 13 17:19:22 2013 +0200 Committer: pplaquette <[email protected]> Committed: Thu Jun 13 17:19:22 2013 +0200 ---------------------------------------------------------------------- lib/tizen/plugin/splashscreen/symbol.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/adb02051/lib/tizen/plugin/splashscreen/symbol.js ---------------------------------------------------------------------- diff --git a/lib/tizen/plugin/splashscreen/symbol.js b/lib/tizen/plugin/splashscreen/symbol.js new file mode 100644 index 0000000..54eac85 --- /dev/null +++ b/lib/tizen/plugin/splashscreen/symbol.js @@ -0,0 +1,24 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * +*/ + + +var modulemapper = require('cordova/modulemapper'); + +modulemapper.merges('cordova/plugin/tizen/SplashScreen', 'splashscreen'); /// is that correct??? PPL
