Skip to content

Commit

Permalink
janice: Move a lot of things to device specific
Browse files Browse the repository at this point in the history
Include RIL on BoardConfig
Move NFC packages to be build on janicep, not to be overriden :)
NFC access files to janicep
Move the RIL to device
Build.prop overrides to device
  • Loading branch information
Pablo Lunarenko committed Jun 20, 2013
1 parent bdb5bd5 commit 790ddd2
Show file tree
Hide file tree
Showing 3 changed files with 970 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ TARGET_BOARD_INFO_FILE := device/samsung/janice/board-info.txt
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/janice/bluetooth


BOARD_RIL_CLASS := ../../../device/samsung/janice/ril/

# Kernel
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_BASE := 0x40000000
Expand Down Expand Up @@ -54,7 +56,7 @@ TARGET_PROVIDES_INIT_TARGET_RC := true


# Vibrator
# BOARD_HAS_VIBRATOR_IMPLEMENTATION := ../../device/samsung/janice/vibrator/vibrator.c
BOARD_HAS_VIBRATOR_IMPLEMENTATION := ../../device/samsung/janice/vibrator/vibrator.c

# Kernel
TARGET_KERNEL_SOURCE := kernel/samsung/u8500
Expand Down
8 changes: 8 additions & 0 deletions janice.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
PRODUCT_AAPT_CONFIG := normal hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi

# RIL
PRODUCT_PROPERTY_OVERRIDES += \
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 \
ro.ril.hsxpa=1 \
ro.ril.gprsclass=10
ro.telephony.ril_class=SamsungU8500RIL \
ro.telephony.sends_barcount=1

# Packages
PRODUCT_PACKAGES += \
GalaxyS2Settings
Expand Down
Loading

0 comments on commit 790ddd2

Please sign in to comment.