Skip to content

Commit

Permalink
i9500: add radio packages and definitions
Browse files Browse the repository at this point in the history
* Implementations for these packages are still not correct, so continue
  to copy the proprietary versions.
  • Loading branch information
intervigilium committed Aug 15, 2013
1 parent b169adf commit 9a763ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ NUM_FRAMEBUFFER_SURFACE_BUFFERS := 5
# NFC
BOARD_NFC_HAL_SUFFIX := universal5410

# Radio
#BOARD_PROVIDES_LIBRIL := true
#BOARD_MODEM_TYPE := xmm6360

# Wifi
BOARD_HAVE_SAMSUNG_WIFI := true
BOARD_WLAN_DEVICE := bcmdhd
Expand Down
5 changes: 5 additions & 0 deletions i9500.mk
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ PRODUCT_PACKAGES += \
libOMX.Exynos.AVC.Encoder \
libstagefrighthw

# Radio
PRODUCT_PACKAGES += \
libsecril-client \
libsecril-client-sap

# Samsung
PRODUCT_PACKAGES += \
SamsungServiceMode
Expand Down

0 comments on commit 9a763ec

Please sign in to comment.