Skip to content

Commit

Permalink
Add idc files for maguro/akami
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Mar 31, 2012
1 parent a6d26a4 commit fc1c429
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glue/gonk/device/toro/akami/akami.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel

PRODUCT_COPY_FILES += device/toro/akami/ft5x0x_ts.idc:system/usr/idc/ft5x0x_ts.idc

# See comment at the top of this file. This is where the other
# half of the device-specific product definition file takes care
# of the aspects that require proprietary drivers that aren't
Expand Down
16 changes: 16 additions & 0 deletions glue/gonk/device/toro/akami/ft5x0x_ts.idc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.

# Basic Parameters
touch.deviceType = touchScreen
2 changes: 2 additions & 0 deletions glue/gonk/device/toro/maguro/maguro.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel

PRODUCT_COPY_FILES += device/toro/maguro/sensor00fn11.idc:system/usr/idc/sensor00fn11.idc

# See comment at the top of this file. This is where the other
# half of the device-specific product definition file takes care
# of the aspects that require proprietary drivers that aren't
Expand Down
16 changes: 16 additions & 0 deletions glue/gonk/device/toro/maguro/sensor00fn11.idc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.

# Basic Parameters
touch.deviceType = touchScreen

0 comments on commit fc1c429

Please sign in to comment.