rel_1.6.0 init

This commit is contained in:
guocheng.kgc 2020-06-18 20:06:52 +08:00 committed by shengdong.dsd
commit 27b3e2883d
19359 changed files with 8093121 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,15 @@
NAME := libprov
GLOBAL_INCLUDES += ../include/prov
$(NAME)_COMPONENTS := alicrypto
$(NAME)_COMPONENTS += irot
ifeq ($(HOST_ARCH), linux)
HOST_NAME := $(HOST_ARCH)
else
HOST_NAME := $(shell echo $(CONFIG_SYSINFO_DEVICE_NAME)|tr A-Z a-z)
endif
$(NAME)_PREBUILT_LIBRARY := lib/$(HOST_NAME)/libprov.a