Changed version.txt to be installed by notification_persistent_service instead of... 53/25853/1
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>
Wed, 30 Dec 2020 06:25:29 +0000 (15:25 +0900)
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>
Wed, 30 Dec 2020 07:34:32 +0000 (16:34 +0900)
The version.txt is only used by notification_persistent_service.
Therefore, I moved version.txt.

Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: I9efde01410635733b5263d14c987d0900fb037e8

service/native/notification_persistent_service/server/Makefile
service/native/notification_persistent_service/server/version.txt [moved from agl-basefiles/BS/ns/npp/rwdata/version.txt with 100% similarity]

index b5b80cb..44517ea 100755 (executable)
@@ -82,6 +82,10 @@ LDLIBS += -Wl,-Bdynamic -lPosixBasedOS001legacy #-lPosixBasedOS001ClockCycleApi
 
 LINK_CXX=Y
 
+install-data:
+       install -d 755 $(DESTDIR)/var/local/lib/basesystem/nv/BS/ns/npp/rwdata
+       install -m 644 ./version.txt $(DESTDIR)/var/local/lib/basesystem/nv/BS/ns/npp/rwdata
+
 ######### add library path #############
 
 include ../../native_service.mk