Description : Adding new package of liblazymount and build enviroment for autotools 95/81695/4
authorwchang kim <wchang.kim@samsung.com>
Thu, 28 Jul 2016 02:19:09 +0000 (11:19 +0900)
committerwchang kim <wchang.kim@samsung.com>
Fri, 29 Jul 2016 07:32:41 +0000 (16:32 +0900)
commit9c46953a0ed423efff156557e93448736d75ea8d
treee1da82ea87bf8948f14da85f1d666b67ed45f4a0
parent146ddab6213428a7b2865d10311525a1f549957c
Description : Adding new package of liblazymount and build enviroment for autotools

Adding new pacakge for lazy mount feature.
It has the library and path activator service for mounting user
patition(/opt/usr).
Adding the build environment for autotools.

This change need the change of BuildArch for system-plugin.
system-plugin-<version>.noarch.rpm --> system-plugin-<version>.<arch>.rpm

Change-Id: I107e7610659fcbbcda7b8b27abb645251c069296
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
packaging/liblazymount.manifest [new file with mode: 0644]
packaging/system-plugin.spec
src/liblazymount/lazy_mount.h [new file with mode: 0644]
src/liblazymount/lazy_mount_interface.c [new file with mode: 0644]
src/liblazymount/liblazymount.pc.in [new file with mode: 0644]
src/liblazymount/test_lazymount.c [new file with mode: 0644]
units/lazy_mount.path [new file with mode: 0644]
units/lazy_mount.service [new file with mode: 0644]