Skip to content

Commit

Permalink
Merge pull request razrqcom-dev-team#2 from arrrghhh/jb2
Browse files Browse the repository at this point in the history
Sync with CM's device tree for xt897
  • Loading branch information
winner00 committed Jun 12, 2013
2 parents 620bcbc + 2b2b6e0 commit 751fffa
Show file tree
Hide file tree
Showing 13 changed files with 2,935 additions and 23 deletions.
16 changes: 3 additions & 13 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,10 @@ BOARD_HAVE_NFC := true

# Inline kernel building
TARGET_KERNEL_CUSTOM_TOOLCHAIN := arm-eabi-4.6/bin/arm-eabi-
TARGET_KERNEL_SOURCE := kernel/motorola/msm8960-common
TARGET_KERNEL_CONFIG := msm8960_mmi_defconfig

# copy all kernel modules under the "kernel/modules" directory to system/lib/modules
PRODUCT_COPY_FILES += $(shell \
find $(LOCAL_PATH)/kernel/modules -name '*.ko' 2> /dev/null \
| sed -r 's/^\/?(.*\/)([^/ ]+)$$/\1\2:system\/lib\/modules\/\2/' \
| tr '\n' ' ')

BOARD_KERNEL_CMDLINE := console=/dev/null androidboot.hardware=qcom user_debug=31 loglevel=1 msm_rtb.filter=0x3F kgsl.mmutype=gpummu zcache
BOARD_KERNEL_BASE := 0x80200000
BOARD_KERNEL_PAGESIZE := 2048
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01600000
TARGET_KERNEL_CONFIG := msm8960_mmi_gsm_defconfig

#bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth

#TWRP
DEVICE_RESOLUTION := 540x960
8 changes: 8 additions & 0 deletions PhotonQParts/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@
<action android:name="com.cyanogenmod.action.LAUNCH_DEVICE_SETTINGS" />
</intent-filter>
</activity>
<receiver android:name=".InputDeviceReceiver"
android:label="@string/keyboard_layouts_label">
<intent-filter>
<action android:name="android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS" />
</intent-filter>
<meta-data android:name="android.hardware.input.metadata.KEYBOARD_LAYOUTS"
android:resource="@xml/keyboard_layouts" />
</receiver>
</application>
</manifest>
Loading

0 comments on commit 751fffa

Please sign in to comment.