Skip to content

Commit 74006bf

Browse files
author
Jerdog
committed
manta and maguro blobs
1 parent 17af299 commit 74006bf

37 files changed

+519
-0
lines changed

maguro/BoardConfigPartial.mk

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright (C) 2010 The Android Open Source Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

maguro/BoardConfigVendor.mk

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright (C) 2010 The Android Open Source Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
LOCAL_STEM := maguro/BoardConfigPartial.mk
16+
17+
-include vendor/broadcom/$(LOCAL_STEM)
18+
-include vendor/csr/$(LOCAL_STEM)
19+
-include vendor/imgtec/$(LOCAL_STEM)
20+
-include vendor/invensense/$(LOCAL_STEM)
21+
-include vendor/nxp/$(LOCAL_STEM)
22+
-include vendor/samsung/$(LOCAL_STEM)
23+
-include vendor/ti/$(LOCAL_STEM)
24+
-include vendor/widevine/$(LOCAL_STEM)

maguro/device-partial.mk

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright (C) 2010 The Android Open Source Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# Samsung blob(s) necessary for Maguro hardware
16+
PRODUCT_PACKAGES := \
17+
fRom \
18+
gps.omap4 \
19+
libsec-ril \
20+
libsecril-client \
21+
ducati-m3 \
22+
libdrmwvmplugin \
23+
libWVStreamControlAPI_L1 \
24+
libwvdrm_L1 \
25+
libwvm \
26+
libpn544_fw \
27+
sirfgps

maguro/device-vendor.mk

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright (C) 2010 The Android Open Source Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
LOCAL_STEM := maguro/device-partial.mk
16+
17+
$(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18+
$(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19+
$(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20+
$(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21+
$(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22+
$(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23+
$(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24+
$(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))

maguro/proprietary/Android.mk

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# Copyright (C) 2011 The Android Open Source Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
LOCAL_PATH := $(call my-dir)
16+
17+
ifeq ($(TARGET_DEVICE),maguro)
18+
19+
include $(CLEAR_VARS)
20+
LOCAL_MODULE := fRom
21+
LOCAL_MODULE_OWNER := samsung
22+
LOCAL_SRC_FILES := fRom
23+
LOCAL_MODULE_TAGS := optional
24+
LOCAL_MODULE_CLASS := EXECUTABLES
25+
LOCAL_MODULE_PATH := $(TARGET_OUT)/bin
26+
include $(BUILD_PREBUILT)
27+
28+
include $(CLEAR_VARS)
29+
LOCAL_MODULE := libsec-ril
30+
LOCAL_MODULE_OWNER := samsung
31+
LOCAL_SRC_FILES := libsec-ril.so
32+
LOCAL_MODULE_TAGS := optional
33+
LOCAL_MODULE_SUFFIX := .so
34+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
35+
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib
36+
include $(BUILD_PREBUILT)
37+
38+
include $(CLEAR_VARS)
39+
LOCAL_MODULE := libsecril-client
40+
LOCAL_MODULE_OWNER := samsung
41+
LOCAL_SRC_FILES := libsecril-client.so
42+
LOCAL_MODULE_TAGS := optional
43+
LOCAL_MODULE_SUFFIX := .so
44+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
45+
LOCAL_MODULE_PATH := $(TARGET_OUT)/lib
46+
include $(BUILD_PREBUILT)
47+
48+
include $(CLEAR_VARS)
49+
LOCAL_MODULE := ducati-m3
50+
LOCAL_MODULE_OWNER := samsung
51+
LOCAL_SRC_FILES := ducati-m3.bin
52+
LOCAL_MODULE_TAGS := optional
53+
LOCAL_MODULE_SUFFIX := .bin
54+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
55+
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/firmware
56+
include $(BUILD_PREBUILT)
57+
58+
include $(CLEAR_VARS)
59+
LOCAL_MODULE := gps.omap4
60+
LOCAL_MODULE_OWNER := csr
61+
LOCAL_SRC_FILES := gps.omap4.so
62+
LOCAL_MODULE_TAGS := optional
63+
LOCAL_MODULE_SUFFIX := .so
64+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
65+
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib/hw
66+
include $(BUILD_PREBUILT)
67+
68+
include $(CLEAR_VARS)
69+
LOCAL_MODULE := sirfgps
70+
LOCAL_MODULE_OWNER := samsung
71+
LOCAL_SRC_FILES := sirfgps.conf
72+
LOCAL_MODULE_TAGS := optional
73+
LOCAL_MODULE_SUFFIX := .conf
74+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
75+
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/etc
76+
include $(BUILD_PREBUILT)
77+
78+
include $(CLEAR_VARS)
79+
LOCAL_MODULE := libdrmwvmplugin
80+
LOCAL_MODULE_OWNER := samsung
81+
LOCAL_SRC_FILES := libdrmwvmplugin.so
82+
LOCAL_MODULE_TAGS := optional
83+
LOCAL_MODULE_SUFFIX := .so
84+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
85+
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib/drm
86+
include $(BUILD_PREBUILT)
87+
88+
include $(CLEAR_VARS)
89+
LOCAL_MODULE := libWVStreamControlAPI_L1
90+
LOCAL_MODULE_OWNER := samsung
91+
LOCAL_SRC_FILES := libWVStreamControlAPI_L1.so
92+
LOCAL_MODULE_TAGS := optional
93+
LOCAL_MODULE_SUFFIX := .so
94+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
95+
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib
96+
include $(BUILD_PREBUILT)
97+
98+
include $(CLEAR_VARS)
99+
LOCAL_MODULE := libwvdrm_L1
100+
LOCAL_MODULE_OWNER := samsung
101+
LOCAL_SRC_FILES := libwvdrm_L1.so
102+
LOCAL_MODULE_TAGS := optional
103+
LOCAL_MODULE_SUFFIX := .so
104+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
105+
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib
106+
include $(BUILD_PREBUILT)
107+
108+
include $(CLEAR_VARS)
109+
LOCAL_MODULE := libwvm
110+
LOCAL_MODULE_OWNER := samsung
111+
LOCAL_SRC_FILES := libwvm.so
112+
LOCAL_MODULE_TAGS := optional
113+
LOCAL_MODULE_SUFFIX := .so
114+
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
115+
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib
116+
include $(BUILD_PREBUILT)
117+
118+
endif

maguro/proprietary/ducati-m3.bin

4.31 MB
Binary file not shown.

maguro/proprietary/fRom

90.2 KB
Binary file not shown.

maguro/proprietary/gps.omap4.so

1.69 MB
Binary file not shown.
2.33 MB
Binary file not shown.

maguro/proprietary/libdrmwvmplugin.so

101 KB
Binary file not shown.

maguro/proprietary/libsec-ril.so

539 KB
Binary file not shown.
17.5 KB
Binary file not shown.

maguro/proprietary/libwvdrm_L1.so

70.7 KB
Binary file not shown.

maguro/proprietary/libwvm.so

41.3 KB
Binary file not shown.

maguro/proprietary/sirfgps.conf

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#CSR SiRF plc
2+
#PROJECT_NAME : white Space is not allowed
3+
#UART_DRIVER : Uart Driver Path
4+
#RESET_GPIO : Reset GPIO Driver Path
5+
#ONOFF_GPIO : OnOff GPIO Driver Path
6+
#EXTERNAL_LNA : 1 - use External LNA, 0 - use Internal LNA only
7+
#REF_CLOCK_26MHZ: 1 - use 26MHz TCXO, 0 - use 16.369MHz TCXO
8+
#UART_BAUD_RATE : 0 - 115200bps 1 - 230400, 2 - 460800, 3 - 57600
9+
#FREQUENCY_AIDING : 0 - Disable, 1 - Enable
10+
#SENSOR_AIDING : 0 - Disable, 1 - Enable
11+
#SET_ID_IMSI : 1 - Use IMSI for SET ID, 0 - Use MSISDN for SET ID, especially for Japan Network Operators
12+
#DEBUGGING_FILES : 0 - no log file, 1 - log files enabled
13+
#SSL_ENABLED : 0 - SSL Disabled, 1 - SSL Enabled
14+
#CERTI_VERSION : 0 - TLSv1 , 1 - SSLv3 , 2 - SSLv23
15+
#CP_RESPONSETIME : 0 - no priority, 1 - resposne priority time, 2 - resposne priority position ,3 - resposne priority use entire response time
16+
#REAIDING=20
17+
#CONTROL_PLANE : 1 - CP Enabled, 0 - CP Disabled, for MP3 player or PND
18+
#ATT_NETWORK_OPERATOR : 1 - for AT&T, 0 - for other network operator
19+
PROJECT=SAMSUNG_PROXIMA
20+
UART_DRIVER=/dev/ttyO0
21+
RESET_GPIO=/sys/devices/virtual/sec/gps/GPS_nRST/value
22+
ONOFF_GPIO=/sys/devices/virtual/sec/gps/GPS_PWR_EN/value
23+
EXTERNAL_LNA=1
24+
REF_CLOCK_26MHZ=1
25+
UART_BAUD_RATE=2
26+
FREQUENCY_AIDING=0
27+
SENSOR_AIDING=0
28+
SET_ID_IMSI=1
29+
DEBUGGING_FILES=0
30+
SSL_ENABLED=0
31+
CERTI_VERSION=0
32+
CP_RESPONSETIME=2
33+
CONTROL_PLANE=1
34+
ATT_NETWORK_OPERATOR=0
35+
EMC_ENABLE=0
36+
LOG_PATH=/data

manta/BoardConfigPartial.mk

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright (C) 2012 The CyanogenMod Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

manta/BoardConfigVendor.mk

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright (C) 2012 The CyanogenMod Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
LOCAL_STEM := manta/BoardConfigPartial.mk
16+
17+
-include vendor/audience/$(LOCAL_STEM)
18+
-include vendor/broadcom/$(LOCAL_STEM)
19+
-include vendor/samsung/$(LOCAL_STEM)
20+
-include vendor/widevine/$(LOCAL_STEM)
21+

manta/device-partial.mk

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Copyright (C) 2012 The CyanogenMod Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# Samsung blob(s) necessary for manta hardware
16+
PRODUCT_PACKAGES := fimc_is_fw \
17+
fimc_is_fw2 \
18+
mfc_fw \
19+
maxtouch \
20+
setfile \
21+
setfile_4e5 \
22+
setfile_6a3 \
23+
00060308060501020000000000000000 \
24+
020a0000000000000000000000000000 \
25+
07060000000000000000000000000000 \
26+
libbccArm.sha1 \
27+
libbccArm \
28+
libbcinfoArm \
29+
libclcoreArm \
30+
libclcore_neonArm \
31+
libRSDriverArm \
32+
libGLES_mali

manta/device-vendor.mk

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright (C) 2012 The CyanogenMod Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
LOCAL_STEM := manta/device-partial.mk
16+
17+
$(call inherit-product-if-exists, vendor/audience/$(LOCAL_STEM))
18+
$(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19+
$(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
20+
$(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
21+
22+
PRODUCT_RESTRICT_VENDOR_FILES := owner
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)