Home | History | Annotate | Download | only in staging
      1 # Copyright (C) 2010 The Android Open Source Project
      2 #
      3 # Licensed under the Apache License, Version 2.0 (the "License");
      4 # you may not use this file except in compliance with the License.
      5 # You may obtain a copy of the License at
      6 #
      7 #      http://www.apache.org/licenses/LICENSE-2.0
      8 #
      9 # Unless required by applicable law or agreed to in writing, software
     10 # distributed under the License is distributed on an "AS IS" BASIS,
     11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     12 # See the License for the specific language governing permissions and
     13 # limitations under the License.
     14 
     15 # NVIDIA blob(s) necessary for Grouper hardware
     16 PRODUCT_PACKAGES := \
     17     nvavp_os_00001000 \
     18     nvavp_os_0ff00000 \
     19     nvavp_os_e0000000 \
     20     nvavp_os_eff00000 \
     21     nvavp_vid_ucode_alt \
     22     nvcamera \
     23     nvram \
     24     libEGL_tegra \
     25     libGLESv1_CM_tegra \
     26     libGLESv2_tegra \
     27     gralloc.tegra3 \
     28     hwcomposer.tegra3 \
     29     libardrv_dynamic \
     30     libcgdrv \
     31     libnvapputil \
     32     libnvasfparserhal \
     33     libnvaviparserhal \
     34     libnvavp \
     35     libnvcamerahdr \
     36     libnvddk_2d_v2 \
     37     libnvddk_2d \
     38     libnvdispmgr_d \
     39     libnvmm_audio \
     40     libnvmm_camera \
     41     libnvmm_contentpipe \
     42     libnvmm_image \
     43     libnvmm_manager \
     44     libnvmm_misc \
     45     libnvmm_parser \
     46     libnvmm_service \
     47     libnvmm_utils \
     48     libnvmm_video \
     49     libnvmm_writer \
     50     libnvmm \
     51     libnvmmlite \
     52     libnvmmlite_audio \
     53     libnvmmlite_image \
     54     libnvmmlite_utils \
     55     libnvmmlite_video \
     56     libnvodm_dtvtuner \
     57     libnvodm_hdmi \
     58     libnvodm_imager \
     59     libnvodm_misc \
     60     libnvodm_query \
     61     libnvomx \
     62     libnvomxilclient \
     63     libnvos \
     64     libnvparser \
     65     libnvrm_graphics \
     66     libnvrm \
     67     libnvsm \
     68     libnvtvmr \
     69     libnvwinsys \
     70     libnvwsi \
     71     libstagefrighthw \
     72     libtf_crypto_sst
     73 
     74 PRODUCT_PACKAGES += keystore.grouper
     75