X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fthings-manager%2Fsampleapp%2FSConscript;h=6f4d2ea3e18169a3c620a08dc972a8758aa17ded;hb=390866079e285d2c74918432c0d597d5da52f8a0;hp=7fe88ad5757dcb53cd1f367b512b88785b6d414e;hpb=00b3660e45c56cb3db35dc2596a054f801b5591a;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/things-manager/sampleapp/SConscript b/service/things-manager/sampleapp/SConscript index 7fe88ad..6f4d2ea 100644 --- a/service/things-manager/sampleapp/SConscript +++ b/service/things-manager/sampleapp/SConscript @@ -1,3 +1,23 @@ +#****************************************************************** +# +# Copyright 2014 Samsung Electronics All Rights Reserved. +# +#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= +# +# Licensed 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. +# +#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + ## # sampleapp build script ## @@ -20,5 +40,3 @@ target_os = env.get('TARGET_OS') if target_os == 'linux' : # Build linux sample app SConscript('linux/configuration/SConscript') - SConscript('linux/groupaction/SConscript') - SConscript('linux/groupsyncaction/SConscript')