相关的Issue

#I4KIG8:平台驱动测试用例目录微调

原因(目的、解决的问题等)

平台驱动测试用例目录微调

描述(做了什么,变更了什么)

新建drivers/framework/test/unittest/platform/entry子目录,收编如下entry文件:
hdf_adc_entry_test.c
hdf_adc_entry_test.h
hdf_emmc_entry_test.c
hdf_emmc_entry_test.h
hdf_gpio_entry_test.c
hdf_gpio_entry_test.h
hdf_hdmi_entry_test.c
hdf_hdmi_entry_test.h
hdf_i2c_entry_test.c
hdf_i2c_entry_test.h
hdf_i2s_entry_test.c
hdf_i2s_entry_test.h
hdf_i3c_entry_test.c
hdf_i3c_entry_test.h
hdf_mipi_csi_entry_test.c
hdf_mipi_csi_entry_test.h
hdf_mipi_dsi_entry_test.c
hdf_mipi_dsi_entry_test.h
hdf_pin_entry_test.c
hdf_pin_entry_test.h
hdf_pwm_entry_test.c
hdf_pwm_entry_test.h
hdf_regulator_entry_test.c
hdf_regulator_entry_test.h
hdf_rtc_entry_test.c
hdf_rtc_entry_test.h
hdf_sdio_entry_test.c
hdf_sdio_entry_test.h
hdf_spi_entry_test.c
hdf_spi_entry_test.h
hdf_uart_entry_test.c
hdf_uart_entry_test.h
hdf_watchdog_entry_test.c
hdf_watchdog_entry_test.h

测试用例(新增、改动、可能影响的功能)

未修改用例逻辑,平台驱动用例编译通过即可完成验证