mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-19 16:24:45 -04:00
!590 Change chipset_base_dir to vendor
Merge pull request !590 from handy/012621
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