Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3015f0e9 authored by codeworkx's avatar codeworkx Committed by Steve Kondik
Browse files

samsung: add support for tvout and yamahaplayer services

Change-Id: I653f9876b7fb83734abf3a0b9b9b5af1920b8112
parent 1d72648a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,4 +9,10 @@ include $(CLEAR_VARS)
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_SRC_FILES := service_manager.c binder.c
LOCAL_MODULE := servicemanager
ifeq ($(BOARD_USE_YAMAHAPLAYER),true)
    LOCAL_CFLAGS += -DYAMAHAPLAYER
endif
ifeq ($(BOARD_USE_SECTVOUT),true)
    LOCAL_CFLAGS += -DSECTVOUT
endif
include $(BUILD_EXECUTABLE)
+6 −0
Original line number Diff line number Diff line
@@ -33,6 +33,12 @@ static struct {
    { AID_MEDIA, "media.camera" },
    { AID_MEDIA, "media.audio_policy" },
    { AID_MEDIA, "media.nvidia.audio_alsa" },
#ifdef YAMAHAPLAYER
    { AID_MEDIA, "media.yamahaplayer" },
#endif
#ifdef SECTVOUT
    { AID_MEDIA, "SecTVOutService" },
#endif
    { AID_DRM,   "drm.drmManager" },
    { AID_NFC,   "nfc" },
    { AID_BLUETOOTH, "bluetooth" },