Skip to content

Commit

Permalink
maguro
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Nov 15, 2011
1 parent ccbe923 commit 41740da
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 0 deletions.
13 changes: 13 additions & 0 deletions maguro/BoardConfigMaguro.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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.
23 changes: 23 additions & 0 deletions maguro/BoardConfigVendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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.

LOCAL_STEM := maguro/BoardConfigMaguro.mk

-include vendor/broadcom/$(LOCAL_STEM)
-include vendor/csr/$(LOCAL_STEM)
-include vendor/imgtec/$(LOCAL_STEM)
-include vendor/invensense/$(LOCAL_STEM)
-include vendor/nxp/$(LOCAL_STEM)
-include vendor/samsung/$(LOCAL_STEM)
-include vendor/ti/$(LOCAL_STEM)
22 changes: 22 additions & 0 deletions maguro/device-maguro.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.

LOCAL_PATH := vendor/samsung/maguro

# Samsung blob(s) necessary for Maguro hardware
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/proprietary/fRom:system/bin/fRom \
$(LOCAL_PATH)/proprietary/libsecril-client.so:system/lib/libsecril-client.so \
$(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so \

23 changes: 23 additions & 0 deletions maguro/device-vendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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.

LOCAL_STEM := maguro/device-maguro.mk

$(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
Binary file added maguro/proprietary/fRom
Binary file not shown.
Binary file added maguro/proprietary/libsec-ril.so
Binary file not shown.
Binary file added maguro/proprietary/libsecril-client.so
Binary file not shown.

0 comments on commit 41740da

Please sign in to comment.