pass: Change names of project and daemon to "pass"
authorWook Song <wook16.song@samsung.com>
Fri, 18 Nov 2016 00:27:53 +0000 (09:27 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Jan 2017 11:35:36 +0000 (20:35 +0900)
commit2758599c63c1fd511609e54bb72cb899f69917de
treefd26cf20b16a90bb8c368760a78594574547edb0
parent65effcbd9c6db06974c9c827407cd221411398aa
pass: Change names of project and daemon to "pass"

This patch simply changes names of this project and the main daemon to
"pass". When the packages are successfully built, you can find the
following files as the results:

- libpass-0.0.1-1.armv7l.rpm
- libpass-devel-0.0.1-1.armv7l.rpm
- pass-debuginfo-0.0.1-1.armv7l.rpm
- pass-tools-0.0.1-1.armv7l.rpm
- libpass-debuginfo-0.0.1-1.armv7l.rpm
- pass-0.0.1-1.armv7l.rpm
- pass-debugsource-0.0.1-1.armv7l.rpm
- pass-tools-debuginfo-0.0.1-1.armv7l.rpm

Note: although those packages can be built without any errors, you
should not install them to your target device since it may cause
conflict with the existing deviced.

Signed-off-by: Wook Song <wook16.song@samsung.com>
16 files changed:
CMakeLists.txt [new file with mode: 0644]
packaging/libpass.manifest [new file with mode: 0644]
packaging/pass.manifest [new file with mode: 0644]
packaging/pass.spec [new file with mode: 0644]
pass.pc.in [new file with mode: 0644]
scripts/deviced-vibrator.conf [new file with mode: 0644]
scripts/direct_set_debug.sh [new file with mode: 0755]
scripts/mmc-smack-label [new file with mode: 0755]
scripts/pass.conf [new file with mode: 0644]
src/libdeviced/CMakeLists.txt
systemd/deviced-vibrator.service [new file with mode: 0644]
systemd/pass.service [new file with mode: 0644]
systemd/pass.socket [new file with mode: 0644]
systemd/sdb-prestart.service [new file with mode: 0644]
systemd/usb-host-ffs-test-daemon.service [new file with mode: 0644]
systemd/usb-host-test.socket [new file with mode: 0644]