aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-10-20 07:44:46 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-10-20 07:44:46 -0700
commit61c7eaa04c50add9b3e65eb2b0aeefe5378d4a0d (patch)
tree509940f7b4d139097d5600208c334f026644a152
parent113a61fcb432e823a53265b4afad7c8b62a4de44 (diff)
downloaddream-open-61c7eaa04c50add9b3e65eb2b0aeefe5378d4a0d.tar.gz
Skeleton to support an EU-specific configuration
-rw-r--r--device_dream_eu.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/device_dream_eu.mk b/device_dream_eu.mk
new file mode 100644
index 0000000..2435a73
--- /dev/null
+++ b/device_dream_eu.mk
@@ -0,0 +1,23 @@
+#
+# Copyright (C) 2009 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.
+#
+
+# To be included directly by a product makefile; do not use inherit-product.
+
+PRODUCT_COPY_FILES += \
+ vendor/htc/dream-open/proprietary/AudioPara4.csv:system/etc/AudioPara4.csv \
+ vendor/htc/dream-open/proprietary/gps.conf:system/etc/gps.conf
+
+include vendor/htc/dream-open/device_dream.mk