Home
last modified time | relevance | path

Searched refs:lib (Results 1 - 25 of 74) sorted by relevance

123

/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dlibrary.mak4 -include $(SUBDIR)lib$(NAME).version
7 LIBVERSION := $(lib$(NAME)_VERSION)
8 LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
9 LIBMINOR := $(lib$(NAME)_VERSION_MINOR)
10 INCINSTDIR := $(INCDIR)/lib$(NAME)
14 all-$(CONFIG_STATIC): $(SUBDIR)$(LIBNAME) $(SUBDIR)lib$(FULLNAME).pc
15 all-$(CONFIG_SHARED): $(SUBDIR)$(SLIBNAME) $(SUBDIR)lib$(FULLNAME).pc
25 install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig
27 install-libs-$(CONFIG_STATIC): install-lib
[all...]
H A Dbuild_ffmpeg.sh76 cp -rf $FFMPEG_DIR/install/lib/libavcodec.so $OUT_DIR/
77 cp -rf $FFMPEG_DIR/install/lib/libavformat.so $OUT_DIR/
78 cp -rf $FFMPEG_DIR/install/lib/libavutil.so $OUT_DIR/
79 cp -rf $FFMPEG_DIR/install/lib/libswresample.so $OUT_DIR/
/device/soc/hisilicon/common/hal/middleware/
H A Dbuild.sh38 cp -rf $CUR_DIR/component/fileformat/mp4/lib/$OS_TYPE/libmp4.so $OUT_DIR/
39 cp -rf $CUR_DIR/component/fileformat/ts/lib/$OS_TYPE/libts.so $OUT_DIR/
40 cp -rf $CUR_DIR/component/fileformat/exif/lib/$OS_TYPE/libexif.so $OUT_DIR/
41 cp -rf $CUR_DIR/component/fileformat/common/lib/$OS_TYPE/libfileformat.so $OUT_DIR/
42 cp -rf $CUR_DIR/component/recorder_pro/lib/$OS_TYPE/librecorder_pro.so $OUT_DIR/
43 cp -rf $CUR_DIR/component/dtcf/lib/$OS_TYPE/libdtcf.so $OUT_DIR/
44 cp -rf $CUR_DIR/component/fstool/lib/$OS_TYPE/libfstool.so $OUT_DIR/
45 cp -rf $CUR_DIR/common/hitimer/lib/$OS_TYPE/libhitimer.so $OUT_DIR/
46 cp -rf $CUR_DIR/common/mbuffer/lib/$OS_TYPE/libmbuf.so $OUT_DIR/
47 cp -rf $CUR_DIR/common/log/lib/
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_env_cfg.py218 gcc_lib_path = os.path.join(gcc_lib_path, '..', 'lib', 'gcc', 'riscv32-unknown-elf', self.gcc_ver_num)
226 Get library name to be inclouded. Linker option -l follows the lib name without
227 prefix "lib" and surffix ".a", has to remove those parts from a library file name.
229 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs', 'boot_libs')) if lib.startswith('lib') and lib.endswith('.a')]
234 Get library name to be inclouded. Linker option -l follows the lib name without
235 prefix "lib" an
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_env_cfg.py218 gcc_lib_path = os.path.join(gcc_lib_path, '..', 'lib', 'gcc', 'riscv32-unknown-elf', self.gcc_ver_num)
226 Get library name to be inclouded. Linker option -l follows the lib name without
227 prefix "lib" and surffix ".a", has to remove those parts from a library file name.
229 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs', 'boot_libs')) if lib.startswith('lib') and lib.endswith('.a')]
234 Get library name to be inclouded. Linker option -l follows the lib name without
235 prefix "lib" an
[all...]
H A Dcommon_env.py44 'huawei', 'hms', 'hilink', 'ohos', 'l0', 'hi3861', 'lib', 'wifi')
88 os.path.join('..', '..', 'third_party', 'u-boot-v2019.07', 'u-boot-v2019.07', 'lib'),
106 os.path.join('..', '..', 'third_party', 'u-boot-v2019.07', 'u-boot-v2019.07', 'lib'),
305 for lib in libs:
306 src = macro_cfg[mod][lib]
307 str_2_mod = '%s\t%s_srcs += %s\n'%(str_2_mod, lib, ' '.join(src))
314 strs = '%s\t%s_libs += %s\n'%(strs, mod, lib)
340 for lib in libs:
341 src = macro_cfg[mod][lib]
342 if lib no
[all...]
H A Dscons_app.py90 libs.extend([lib[3:-2] for lib in os.listdir(folder) if lib.startswith('lib') and lib.endswith('.a')])
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A DMakefile12 LIB_NAME = lib$(LIB).a
25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \
26 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaDec.c \
27 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaTools.c
56 LIBS := $(patsubst lib%.a, -l%, $(notdir $(wildcard $(MAIN_TOPDIR)/build/libs/boot_libs/*.a)))
78 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
H A Dmodule_config.mk1 boot_srcs = startup drivers/lsadc drivers/flash drivers/efuse drivers/gpio drivers/io common/crc32 common/nvm common/partition_table upg lib/lzma lzmaram secure
13 -I$(MAIN_TOPDIR)/boot/flashboot/lib/lzma \
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A DMakefile12 LIB_NAME = lib$(LIB).a
25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \
26 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaDec.c \
27 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaTools.c
53 LIBS := $(patsubst lib%.a, -l%, $(notdir $(wildcard $(MAIN_TOPDIR)/build/libs/boot_libs/*.a)))
74 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/
H A DMakefile12 LIB_NAME = lib$(LIB).a
25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \
26 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaDec.c \
27 $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/lzma/LzmaTools.c
56 LIBS := $(patsubst lib%.a, -l%, $(notdir $(wildcard $(MAIN_TOPDIR)/build/libs/boot_libs/*.a)))
78 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/soc/rockchip/rk2206/hardware/
H A Dbuild.py47 inc += " \"./lib/hal/inc\",\n"
48 inc += " \"./lib/CMSIS/Device/%s/Include\",\n" % self.chip.upper()
49 inc += " \"./lib/CMSIS/Core/Include\",\n"
50 inc += " \"./lib/bsp/%s\",\n" % self.chip.upper()
89 gn.source('./lib/hal', 0)
90 gn.source('./lib/bsp', 1)
91 gn.source('./lib/CMSIS/Device', 1)
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/
H A DMakefile22 LIB_NAME = lib$(LIB).a
39 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/
H A DMakefile9 LIB_NAME = lib$(LIB).a
26 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/
H A DMakefile9 LIB_NAME = lib$(LIB).a
26 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dmodule.mk9 LIB_NAME = lib$(LIB).a
26 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/
H A DMakefile9 LIB_NAME = lib$(LIB).a
26 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/hilink/
H A DMakefile9 LIB_NAME = lib$(LIB).a
26 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/
H A DMakefile9 LIB_NAME = lib$(LIB).a
26 include $(MAIN_TOPDIR)/build/make_scripts/lib.mk
/device/board/hisilicon/hispark_taurus/liteos_a/board/
H A DMakefile25 ARFLAGS = r $$(cp libs/$(RELEASE_TYPE)/lib$(MODULE_NAME).a $@)
/device/board/hisilicon/hispark_aries/liteos_a/board/
H A DMakefile25 ARFLAGS = r $$(cp libs/$(RELEASE_TYPE)/lib$(MODULE_NAME).a $@)
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dlibcoap.h22 #pragma comment(lib,"Ws2_32.lib")
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A DMakefile23 KDIR ?= /lib/modules/$(shell uname -r)/build
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dfactory.mk27 GCC_LIBPATH := -L$(GCC_PATH)../lib/gcc/riscv32-unknown-elf/$(GCC_VER_NUM)
69 $(foreach lib, $($(module)_libs), \
70 $(MAKE) -C $(MAIN_TOPDIR)/$($(module)_dir) MODULE_DIR=$($(module)_dir) LIB=$(lib) FACTORY_MODE=y all;))
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A DMakefile17 KDIR ?= /lib/modules/$(shell uname -r)/build

Completed in 6 milliseconds

123