lib: tmonitor: Add libpass skeleton package for Tizen Monitor (tmonitor) 23/270523/6
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 4 Feb 2022 04:21:17 +0000 (13:21 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 7 Feb 2022 03:52:06 +0000 (12:52 +0900)
commit6e4f2dc2a25acb73c2596da7a6d2b8888966555a
tree056c4d561c3e17fd7797650829d5b600f673f19c
parent7f0b325a53b5d562374ef420b3e4357dd1f63e11
lib: tmonitor: Add libpass skeleton package for Tizen Monitor (tmonitor)

Add libpass skelegon packages which contains the shared library and
header files. Initial version just contains the Tizen Monitor's
shared library and header file. But it just defines the tmonitor
interface without any detailed implementation. It shold be implemnted.

[Newlyd Added Packages]
- libpass-1.2.0-1.aarch64.rpm
- libpass-debuginfo-1.2.0-1.aarch64.rpm
- libpass-devel-1.2.0-1.aarch64.rpm

[File Hierarchy]

└── usr
    ├── include
    │   └── pass
    │       └── tmonitor.h
    ├── lib
    │   └── debug
    │       └── usr
    │           └── lib64
    │               └── libpass.so.0.1.0.debug
    ├── lib64
    │   ├── libpass.so -> libpass.so.0
    │   ├── libpass.so.0 -> libpass.so.0.1.0
    │   ├── libpass.so.0.1.0
    │   └── pkgconfig
    │       └── pass.pc
    └── share
        └── licenses
            └── libpass
                └── LICENSE

Change-Id: I28d0e07e70db80471b50e749991f375267c8a0cb
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
12 files changed:
CMakeLists.txt
include/monitor/monitor-internal.h [deleted file]
include/util/resource.h
lib/CMakeLists.txt [new file with mode: 0644]
lib/tmonitor/tmonitor.c [new file with mode: 0644]
lib/tmonitor/tmonitor.h [new file with mode: 0644]
packaging/pass.spec
src/resource/resource-bus.c
src/resource/resource-cpu.c
src/resource/resource-gpu.c
src/resource/resource-memory.c
src/util/resource.c