open source build for K1 doesn't include the camera

The open source build for the K1 tablet doesn’t include the camera in the build. When the tablet boots, I get messages in the logcat like “W/hwcomposer: failed to load libnvcap_video.so: dlopen failed: library “libnvcap_video.so” not found” and “E/phs:governor: failed to load “libgov_ui.so”: No such file or directory”

also from the logcat…

03-16 13:18:13.671 195-195/? I/CameraService: CameraService started (pid=195)
03-16 13:18:13.687 195-195/? E/HAL: load: module=/vendor/lib/hw/camera.tegra.so
dlopen failed: library “libscf.so” not found
03-16 13:18:13.687 195-195/? E/CameraService: Could not load camera HAL module
03-16 13:18:15.645 627-627/system_process W/PackageManager: Not granting permission android.permission.BIND_WALLPAPER to package com.android.camera2 (protectionLevel=18 flags=0x58bc45)
03-16 13:18:15.889 627-686/system_process W/PackageManager: Not granting permission android.permission.BIND_WALLPAPER to package com.android.camera2 (protectionLevel=18 flags=0x58bc45)
03-16 13:18:16.976 748-748/com.android.systemui I/CameraManagerGlobal: getCameraService: Reconnecting to camera service
03-16 13:18:16.978 195-680/? E/CameraService: getCameraVendorTagDescriptor: camera hardware module doesn’t exist
03-16 13:18:16.978 748-748/com.android.systemui E/CameraMetadata-JNI: CameraMetadata_setupGlobalVendorTagDescriptor: Failed to setup vendor tag descriptors, received error No such device (-19)
03-16 13:18:16.978 748-748/com.android.systemui W/CameraManagerGlobal: Failed to set up vendor tags: The camera device is removable and has been disconnected from the Android device, or the camera service has shut down the connection due to a higher-priority access request for the camera device.

I followed the 3.2.0 build instructions:

http://nv-tegra.nvidia.com/gitweb/?p=manifest/android/binary.git;a=blob_plain;f=README_SHIELD;hb=rel-24-foster-r7-partner

I have similar errors, though related libgov_boot.so and the NVIDIA provided h264 codecs. I do have a USB Logitech camera that is working.

This seems to be related to the licensed binaries not being included in the build as expected, or permissions??

But I have not figured out how to get this to work properly…