[vendor/rockchip/common] optee_client&optee_user: add optee bin(build from the following git commits)

======================================================================
optee_client: ssh://zhangzj@10.10.10.29:29418/tee/OP-TEE/optee_client
              develop-rk3228 branch
======================================================================
commit 38308a45583d6713e2e139ded4b76ecd8a9df4c8
Author: Firefly <service@t-firefly.com>
Date:   Mon Apr 25 09:14:08 2016 +0800

    update rpmb.c for matching rk emmc block path

    Change-Id: I177837e461efe4affae8c14a0328285c59c801c8
    Signed-off-by: Firefly <service@t-firefly.com>

======================================================================
optee_user: ssh://zhangzj@10.10.10.29:29418/tee/OP-TEE/optee_test
              develop-rk3228 branch
======================================================================
commit d9e500a3b9559c3daf97c92cd5801d614ecdaaa6
Author: Firefly <service@t-firefly.com>
Date:   Tue Jun 7 17:36:00 2016 +0800

    widevine: optimize the flow of storing keybox

    Add keybox object detection and log when starting up,
    the system will start up directly if keybox has existed
    in secure storage.

    Change-Id: If60e3cd8129b07ded5fe8dc0d830b73704786093
    Signed-off-by: Firefly <service@t-firefly.com>
======================================================================

Signed-off-by: Firefly <service@t-firefly.com>
This commit is contained in:
Firefly
2016-06-21 09:04:15 +08:00
committed by cjp
parent dbbcd60c1b
commit 25ab7256cd
9 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
PRODUCT_COPY_FILES += \
vendor/rockchip/common/security/optee/optee.ko:system/lib/modules/optee.ko \
vendor/rockchip/common/security/optee/optee_armtz.ko:system/lib/modules/optee_armtz.ko
PRODUCT_COPY_FILES += \
vendor/rockchip/common/security/optee/optee_client/tee-supplicant:system/bin/tee-supplicant \
vendor/rockchip/common/security/optee/optee_client/libteec.so:system/lib/libteec.so
PRODUCT_COPY_FILES += \
vendor/rockchip/common/security/optee/optee_user/rk_widevine/rk_store_keybox:system/bin/rk_store_keybox \
vendor/rockchip/common/security/optee/optee_user/rk_widevine/c11fe8ac-b997-48cf-a28de2a55e5240ef.ta:system/lib/optee_armtz/c11fe8ac-b997-48cf-a28de2a55e5240ef.ta
#LOCAL_PATH := $(call my-dir)
#OPTEE_KO_FILES := $(shell ls $(LOCAL_PATH)/*.ko)
#PRODUCT_COPY_FILES += \

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.