sm6150-common: Move to 64bit wfdservice

Change-Id: I09e2db757334223fbc8be045177400f0bb9d53a4
This commit is contained in:
basamaryan
2025-01-02 18:14:50 +01:00
parent f58ac4451b
commit 27bc44512b
30 changed files with 700 additions and 995 deletions

Binary file not shown.

View File

@@ -16,13 +16,13 @@ service wfdservice64 /system_ext/bin/wfdservice64
oneshot
on property:vendor.wfdservice=enable
start wfdservice
start wfdservice64
on property:vendor.wfdservice64=enable
start wfdservice64
on property:vendor.wfdservice=disable
stop wfdservice
stop wfdservice64
on property:vendor.wfdservice64=disable
stop wfdservice64

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2020-2021 Qualcomm Technologies, Inc.
# Copyright (c) 2021, 2022 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc
#
@@ -18,7 +18,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
mmap2: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
munmap: 1
futex: 1
@@ -29,19 +29,19 @@ ioctl: 1
close: 1
openat: 1
mremap: 1
fstat64: 1
fstat: 1
readlinkat: 1
pread64: 1
fstatfs64: 1
fstatfs: 1
clock_gettime: 1
fstatat64: 1
fstatat: 1
read: 1
write: 1
fcntl64: 1
fcntl: 1
ppoll: 1
faccessat: 1
rt_sigaction: 1
getuid32: 1
getuid: 1
madvise: 1
rt_sigprocmask: 1
writev: 1
@@ -49,8 +49,9 @@ personality: 1
getrandom: 1
gettimeofday: 1
#set_tls: 1
statfs64: 1
statfs: 1
ugetrlimit: 1
getrlimit: 1
execve: 1
connect: 1
socket: arg0 == AF_UNIX
@@ -76,3 +77,10 @@ getdents64: 1
dup: 1
lseek: 1
tgkill: 1
process_vm_readv: 1
memfd_create: 1
eventfd2: 1
epoll_create1: 1
epoll_ctl: 1
recvfrom: 1
epoll_pwait: 1

Binary file not shown.

Binary file not shown.

Binary file not shown.