summaryrefslogtreecommitdiffstats
path: root/device.mk
blob: 482d450107b78aa9e4e832f421ce0519b4f749c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

PRODUCT_COPY_FILES += \
	device/samsung/crespo/asound.conf:system/etc/asound.conf \
	device/samsung/crespo/vold.conf:system/etc/vold.conf \
	device/samsung/crespo/vold.fstab:system/etc/vold.fstab

ifeq ($(BOARD_USES_HGL),true)
PRODUCT_COPY_FILES += \
       device/samsung/crespo/egl.cfg:system/lib/egl/egl.cfg \
       vendor/samsung/crespo/pvrsrvkm.ko:root/modules/pvrsrvkm.ko \
       vendor/samsung/crespo/s3c_lcd.ko:root/modules/s3c_lcd.ko \
       vendor/samsung/crespo/s3c_bc.ko:root/modules/s3c_bc.ko \
       vendor/samsung/crespo/gralloc.s5pc110.so:system/lib/hw/gralloc.s5pc110.so \
       vendor/samsung/crespo/libEGL_POWERVR_SGX540_120.so:system/lib/egl/libEGL_POWERVR_SGX540_120.so \
       vendor/samsung/crespo/libGLESv1_CM_POWERVR_SGX540_120.so:system/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so \
       vendor/samsung/crespo/libGLESv2_POWERVR_SGX540_120.so:system/lib/egl/libGLESv2_POWERVR_SGX540_120.so \
       vendor/samsung/crespo/libsrv_um.so:system/lib/libsrv_um.so \
       vendor/samsung/crespo/libusc.so:system/lib/libusc.so \
       vendor/samsung/crespo/libsrv_init.so:system/lib/libsrv_init.so \
       vendor/samsung/crespo/libIMGegl.so:system/lib/libIMGegl.so \
       vendor/samsung/crespo/libpvr2d.so:system/lib/libpvr2d.so \
       vendor/samsung/crespo/libPVRScopeServices.so:system/lib/libPVRScopeServices.so \
       vendor/samsung/crespo/libglslcompiler.so:system/lib/libglslcompiler.so \
       vendor/samsung/crespo/libpvrANDROID_WSEGL.so:system/lib/libpvrANDROID_WSEGL.so \
       vendor/samsung/crespo/pvrsrvinit:system/bin/pvrsrvinit
endif
PRODUCT_COPY_FILES += \
	vendor/samsung/crespo/libril.so:system/lib/libril.so \
	vendor/samsung/crespo/libsec-ril.so:system/lib/libsec-ril.so \
	vendor/samsung/crespo/libsecril-client.so:system/lib/libsecril-client.so \
	vendor/samsung/crespo/rild:system/bin/rild \

# Get non-open-source aspects if available
$(call inherit-product-if-exists, vendor/samsung/crespo/device-vendor.mk)