mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-19 16:24:45 -04:00
feat: Change chipset_base_dir to vendor.
1. 把UHDF相关模块都安装到vendor目录 2. 运行时相关路径宏统一修改为vendor 3. 小海思二进制库中对system/lib|system/etc的访问修改为vendor Signed-off-by: handyohos <zhangxiaotian@huawei.com> Change-Id: I5de80c01de03051698936e2e30aec9b4026f40d1 #I4SBQU
This commit is contained in:
@@ -94,10 +94,10 @@ typedef enum {
|
||||
#define HDF_ETC_DIR "/etc"
|
||||
#define HDF_CONFIG_DIR "/etc"
|
||||
#else
|
||||
#define HDF_LIBRARY_FULL_PATH(x) "/system/lib/" x ".z.so"
|
||||
#define HDF_LIBRARY_DIR "/system/lib"
|
||||
#define HDF_ETC_DIR "/system/etc"
|
||||
#define HDF_CONFIG_DIR "/system/etc/hdfconfig"
|
||||
#define HDF_LIBRARY_FULL_PATH(x) "/vendor/lib/" x ".z.so"
|
||||
#define HDF_LIBRARY_DIR "/vendor/lib"
|
||||
#define HDF_ETC_DIR "/vendor/etc"
|
||||
#define HDF_CONFIG_DIR "/vendor/etc/hdfconfig"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user