summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chanwoo Choi [Fri, 1 Apr 2022 05:35:49 +0000 (14:35 +0900)]
Replace with libpass-resource-monitor
Change-Id: Icafa3124da356f54c229ff99ab961da22e20aba9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Mon, 7 Mar 2022 07:38:09 +0000 (16:38 +0900)]
Add capi-system-resource-monitor
Add new capi-system-resource-monitor to support resource monitor
and add the skeleton code for capi-system-resource-monitor-tool.
[Package list]
- Following packages provides Tizen C API library and header file.
capi-system-resource-monitor-0.0.1-0.aarch64.rpm
capi-system-resource-monitor-devel-0.0.1-0.aarch64.rpm
capi-system-resource-monitor-debuginfo-0.0.1-0.aarch64.rpm
capi-system-resource-monitor-debugsource-0.0.1-0.aarch64.rpm
- Following packages provides the 'resouce-monitor-test' executable binary.
capi-system-resource-monitor-tool-0.0.1-0.aarch64.rpm
capi-system-resource-monitor-tool-debuginfo-0.0.1-0.aarch64.rpm
[File hierarchy]
usr/
├── bin
│ └── resource-monitor-test
├── include
│ └── system
│ └── resource-monitor.h
├── lib
│ └── debug
│ └── usr
│ ├── bin
│ │ └── resource-monitor-test.debug
│ └── lib64
│ └── libcapi-system-resource-monitor.so.0.0.1.debug
├── lib64
│ ├── libcapi-system-resource-monitor.so -> libcapi-system-resource-monitor.so.0
│ ├── libcapi-system-resource-monitor.so.0 -> libcapi-system-resource-monitor.so.0.0.1
│ ├── libcapi-system-resource-monitor.so.0.0.1
│ └── pkgconfig
│ └── capi-system-resource-monitor.pc
├── share
│ └── licenses
│ └── capi-system-resource-monitor
│ └── LICENSE
└── src
└── debug
└── capi-system-resource-monitor-0.0.1-0.aarch64
├── src
│ └── resouce-monitor.c
└── test
└── resource-monitor-test.c
Change-Id: I1442fe2b5aab47c1c7678fc2403e2b8be51a04ac
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Tizen Infrastructure [Mon, 21 Mar 2022 22:41:52 +0000 (22:41 +0000)]
Initial empty repository