Store test case code for the Drawing ETS interface Usage: 1) Copy the ets folders to the entry/src/main directory of the app project. App project can refer to: https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Native/NdkTsDrawing. 2) Copy the rawfile file from the app sample project to the entry/src/main/resources/rawfile/ directory. Rawfile path: https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/resources/rawfile 3) the project need four pictures, so rename test.jpg to test_1.jpg, test_2.jpg, test_3.jpg, test_4.jpg Or prepare local picturers to rawfile directory and rename to test_1.jpg, test_2.jpg, test_3.jpg, test_4.jpg 4) Compile and build app project using DevEco Studio.