Remove unused directories and files in video_in_hal
[staging/basesystem.git] / service / system / interface_unified / Makefile.client
1 #
2 # @copyright Copyright (c) 2017-2020 TOYOTA MOTOR CORPORATION.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 SUBDIRS := library
18
19 install:install_cfg install_cfg_pram
20
21 install_cfg_pram:
22         install -d -m 775  $(DESTDIR)/usr/agl/conf/BS/ss/system_manager/rwdata
23         install -m 644 -t  $(DESTDIR)/usr/agl/conf/BS/ss/system_manager/rwdata scfg_pram/gpf_ss_sm_config_data.cfg
24
25 install_cfg:
26         install -d -m 775  $(DESTDIR)/usr/agl/conf/BS/ss/power_service/rodata
27         install -m 644 -t  $(DESTDIR)/usr/agl/conf/BS/ss/power_service/rodata scfg/gpf_ss_ps_config.cfg
28         install -d -m 775  $(DESTDIR)/usr/agl/conf/BS/ss/logger_service/rodata
29         install -m 644 -t  $(DESTDIR)/usr/agl/conf/BS/ss/logger_service/rodata scfg/ss_logger.cfg
30
31 include ../system_service.mk
32
33 .PHONY:install_cfg install_cfg_pram