platform/core/system/plugin/deviced-headless.git
21 months agoinput: Fix strndup() size 43/297943/4 accepted/tizen_unified_riscv accepted/tizen/unified/riscv/20230829.104547
Youngjae Cho [Tue, 29 Aug 2023 04:14:08 +0000 (13:14 +0900)]
input: Fix strndup() size

The gcc-13 blame that the size of strndup() could exceed the source
size 64. Fix it to be confined to the source size.

Change-Id: I4eb3ce030ad5ed949d0175f7ea00229cc1419f82
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
21 months agoinput: Add SYSCOMMON_PLUGIN_MODULE_DEVICED_INPUT plugin-backend 15/297415/4 accepted/tizen/unified/20230821.162249
Chanwoo Choi [Fri, 18 Aug 2023 02:31:16 +0000 (11:31 +0900)]
input: Add SYSCOMMON_PLUGIN_MODULE_DEVICED_INPUT plugin-backend

Add SYSCOMMON_PLUGIN_MODULE_DEVICED_INPUT plugin-backend
for headless profile.

[Detailed description]
- package name :system-plugin-backend-deviced-headless-*.rpm
- files in package as following:
├── etc
│   └── deviced
│       ├── input.conf
│       └── power.conf
└── usr
    ├── bin
    │   └── rndis.sh
    ├── lib
    │   └── systemd
    │       └── system
    │           └── rndis.service
    ├── lib64
    │   └── system
    │       └── plugin
    │           └── libplugin-backend-deviced-input.so
    └── share
        └── licenses
            └── system-plugin-backend-deviced-headless
                └── LICENSE.Apache-2.0

Change-Id: If7f8d589e6b8693c2685d3a1d418b67111ca9a04
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2 years agoInitial empty repository
Tizen Infrastructure [Thu, 20 Apr 2023 02:35:08 +0000 (02:35 +0000)]
Initial empty repository