From bc40014f8b3ed4efd775c57f55808f7f9c885938 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Thu, 15 Sep 2011 08:52:29 -0700 Subject: Updated scripts to generate maguro self-extractors This adds invensense and widevine, and fine-tunes the other ones for better consistency and ease of maintenance. Bug: 4295425 Change-Id: Ia900c4350b02fb5c82454cf85dbc776465bda130 --- self-extractors/invensense/COPYRIGHT | 1 + self-extractors/invensense/LICENSE | 1 + .../invensense/staging/BoardConfigMaguro.mk | 13 +++++++++++++ self-extractors/invensense/staging/device-maguro.mk | 20 ++++++++++++++++++++ 4 files changed, 35 insertions(+) create mode 100644 self-extractors/invensense/COPYRIGHT create mode 100644 self-extractors/invensense/LICENSE create mode 100644 self-extractors/invensense/staging/BoardConfigMaguro.mk create mode 100644 self-extractors/invensense/staging/device-maguro.mk (limited to 'self-extractors/invensense') diff --git a/self-extractors/invensense/COPYRIGHT b/self-extractors/invensense/COPYRIGHT new file mode 100644 index 0000000..38ff3f3 --- /dev/null +++ b/self-extractors/invensense/COPYRIGHT @@ -0,0 +1 @@ +# (C) Invensense. All Rights Reserved. diff --git a/self-extractors/invensense/LICENSE b/self-extractors/invensense/LICENSE new file mode 100644 index 0000000..9823b7a --- /dev/null +++ b/self-extractors/invensense/LICENSE @@ -0,0 +1 @@ +INVENSENSE LICENSE GOES HERE diff --git a/self-extractors/invensense/staging/BoardConfigMaguro.mk b/self-extractors/invensense/staging/BoardConfigMaguro.mk new file mode 100644 index 0000000..01a0ff3 --- /dev/null +++ b/self-extractors/invensense/staging/BoardConfigMaguro.mk @@ -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. diff --git a/self-extractors/invensense/staging/device-maguro.mk b/self-extractors/invensense/staging/device-maguro.mk new file mode 100644 index 0000000..2b7afb0 --- /dev/null +++ b/self-extractors/invensense/staging/device-maguro.mk @@ -0,0 +1,20 @@ +# 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/invensense/maguro + +# Invensense blob(s) necessary for Maguro hardware +PRODUCT_COPY_FILES := \ + $(LOCAL_PATH)/proprietary/libinvensense_mpl.so:system/vendor/lib/libinvensense_mpl.so \ + -- cgit v1.1