Skip to content

Commit

Permalink
Enable AV1 encoder in DG2
Browse files Browse the repository at this point in the history
Tracked-On: OAM-123201
Signed-off-by: Wan, Hao <[email protected]>
  • Loading branch information
harvan committed Aug 13, 2024
1 parent 77c6f8b commit dcffb8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions aafd/shell.te
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow shell vendor_media_platform_prop:file { getattr open read map };
2 changes: 2 additions & 0 deletions codec2/msdk-codec2/codec2_hal_default.te
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ allow codec2_hal_default logd:unix_stream_socket connectto;

allow codec2_hal_default hwservicemanager:binder call;
allow codec2_hal_default tombstoned_crash_socket:sock_file write;
allow codec2_hal_default sysfs_gpu:dir search;
allow codec2_hal_default sysfs_gpu:file { getattr open read };

0 comments on commit dcffb8b

Please sign in to comment.