blob: 7e41a35ec858c2e881487475ef913df7d862833b [file] [log] [blame]
Vishal Bhoj4c73b4a2016-02-12 12:17:31 +00001# Copyright (C) 2008 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
15LOCAL_PATH := $(call my-dir)
16
17TI_WILINK_FW_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
18
19include $(CLEAR_VARS)
20LOCAL_MODULE := TIInit_11.8.32.bts
Dmitry Shmidtac44d162018-01-19 09:21:35 -080021ifneq ($(filter hikey960, $(TARGET_DEVICE)),)
Dmitry Shmidt5d080802017-04-11 14:20:03 -070022LOCAL_SRC_FILES := TIInit_11.8.32-pcm-960.bts
23else
24LOCAL_SRC_FILES := TIInit_11.8.32.bts
25endif
Vishal Bhoj4c73b4a2016-02-12 12:17:31 +000026LOCAL_MODULE_CLASS := FIRMWARE
27LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
28LOCAL_MODULE_TAGS := optional
29LOCAL_MODULE_OWNER := ti
30include $(BUILD_PREBUILT)
31
32include $(CLEAR_VARS)
33LOCAL_MODULE := wl18xx-fw-4.bin
Dmitry Shmidt5d080802017-04-11 14:20:03 -070034LOCAL_SRC_FILES := wl18xx-fw-4.bin
Vishal Bhoj4c73b4a2016-02-12 12:17:31 +000035LOCAL_MODULE_CLASS := FIRMWARE
36LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
37LOCAL_MODULE_TAGS := optional
38LOCAL_MODULE_OWNER := ti
39include $(BUILD_PREBUILT)
John Stultzee226ef2016-01-29 11:47:47 -080040
41include $(CLEAR_VARS)
42LOCAL_MODULE := wl18xx-conf.bin
Dmitry Shmidtac44d162018-01-19 09:21:35 -080043ifneq ($(filter hikey960, $(TARGET_DEVICE)),)
Dmitry Shmidt5d080802017-04-11 14:20:03 -070044LOCAL_SRC_FILES := wl18xx-conf-wl1837mod.bin
45else
46LOCAL_SRC_FILES := wl18xx-conf.bin
47endif
John Stultzee226ef2016-01-29 11:47:47 -080048LOCAL_MODULE_CLASS := FIRMWARE
49LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
50LOCAL_MODULE_TAGS := optional
51LOCAL_MODULE_OWNER := ti
52include $(BUILD_PREBUILT)