Home | History | Annotate | Download | only in products
      1 #
      2 # Copyright (C) 2014 The Android Open Source Project
      3 #
      4 # Licensed under the Apache License, Version 2.0 (the "License");
      5 # you may not use this file except in compliance with the License.
      6 # You may obtain a copy of the License at
      7 #
      8 #     http://www.apache.org/licenses/LICENSE-2.0
      9 #
     10 # Unless required by applicable law or agreed to in writing, software
     11 # distributed under the License is distributed on an "AS IS" BASIS,
     12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13 # See the License for the specific language governing permissions and
     14 # limitations under the License.
     15 #
     16 
     17 PRODUCT_IS_ATV_SDK := true
     18 
     19 PRODUCT_PACKAGES := \
     20     EmulatorSmokeTests \
     21     LeanbackSampleApp \
     22     TelephonyProvider \
     23     audio.primary.goldfish \
     24     rild
     25 
     26 DEVICE_PACKAGE_OVERLAYS := \
     27     device/google/atv/sdk_overlay \
     28     development/sdk_overlay
     29 
     30 PRODUCT_COPY_FILES := \
     31     device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
     32     device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \
     33     frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
     34     frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
     35     frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
     36     hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
     37 
     38 # Put en_US first in the list, so make it default.
     39 PRODUCT_LOCALES := en_US
     40 
     41 # Include drawables for various densities.
     42 PRODUCT_AAPT_CONFIG := normal large xlarge tvdpi hdpi xhdpi xxhdpi
     43 
     44 # Add TV skins to SDK, in addition to (not replacing) original SDK tree
     45 PRODUCT_SDK_ATREE_FILES := \
     46     development/build/sdk.atree \
     47     device/google/atv/sdk/atv_sdk.atree
     48 
     49 # Define the host tools and libs that are parts of the SDK.
     50 -include sdk/build/product_sdk.mk
     51 -include development/build/product_sdk.mk
     52 
     53 include $(SRC_TARGET_DIR)/product/emulator.mk
     54 
     55 $(call inherit-product, device/google/atv/products/atv_base.mk)
     56 
     57 # include available languages for TTS in the system image
     58 -include external/svox/pico/lang/PicoLangDeDeInSystem.mk
     59 -include external/svox/pico/lang/PicoLangEnGBInSystem.mk
     60 -include external/svox/pico/lang/PicoLangEnUsInSystem.mk
     61 -include external/svox/pico/lang/PicoLangEsEsInSystem.mk
     62 -include external/svox/pico/lang/PicoLangFrFrInSystem.mk
     63 -include external/svox/pico/lang/PicoLangItItInSystem.mk
     64 
     65 # Overrides
     66 PRODUCT_NAME := sdk_atv_armv7
     67 PRODUCT_DEVICE := generic
     68 PRODUCT_BRAND := generic
     69