diff --git a/adapter/build/test_common/BUILD.gn b/adapter/build/test_common/BUILD.gn index 377b8b778cf9e667f12965c60db1d91ebcb06ab1..d2d2e7a6cdc0a4de855346f3408743dcd4bdb65f 100644 --- a/adapter/build/test_common/BUILD.gn +++ b/adapter/build/test_common/BUILD.gn @@ -23,7 +23,7 @@ config("hdf_test_common_pub_config") { } if (defined(ohos_lite)) { HDF_ADAPTER_PATH = "./../../../adapter" - ohos_shared_library("libhdf_test_common") { + ohos_static_library("libhdf_test_common") { subsystem_name = "hdf" part_name = "hdf_core" output_extension = "z.so" @@ -53,14 +53,14 @@ if (defined(ohos_lite)) { public_deps = [ "//third_party/bounds_checking_function:libsec_shared" ] } } else { - ohos_shared_library("libhdf_test_common") { + ohos_static_library("libhdf_test_common") { public_configs = [ ":hdf_test_common_pub_config" ] sources = [ "$HDF_FRAMEWORK_PATH/test/unittest/common/hdf_common_test.c" ] include_dirs = [ "$HDF_FRAMEWORK_PATH/test/unittest/include" ] defines = [ "__OHOS__USER__" ] - install_images = [ chipset_base_dir ] + subsystem_name = "hdf" part_name = "hdf_core" if (is_standard_system) { diff --git a/framework/model/display/driver/panel/ili9881_st_5p5.c b/framework/model/display/driver/panel/ili9881_st_5p5.c index e56298c7be75e647be5c5f50ec1e1f0e29414d0e..6ca69a7faec9e5d53da8a492b2cc9681d1200a44 100755 --- a/framework/model/display/driver/panel/ili9881_st_5p5.c +++ b/framework/model/display/driver/panel/ili9881_st_5p5.c @@ -576,7 +576,7 @@ static struct PanelInfo g_panelInfo = { .vbp = 15, /* vertical back porch */ .vfp = 10, /* vertical front porch */ .vsw = 36, /* vertical sync width */ - .clockFreq = 65000000, /* clock */ + .clockFreq = 75000000, /* clock */ .pWidth = 68, /* physical width */ .pHeight = 121, /* physical height */ .connectorType = DRM_MODE_CONNECTOR_DPI, /* DRM_MODE_CONNECTOR_DPI=17 */ diff --git a/framework/test/coretest/.keep b/framework/test/coretest/.keep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000