1Store test case code for the Drawing ETS interface 2Usage: 3 1) Copy the ets folders to the entry/src/main directory of the app project. App project can refer to: 4 https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Native/NdkTsDrawing. 5 2) Copy the rawfile file from the app sample project to the entry/src/main/resources/rawfile/ directory. Rawfile path: 6 https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/resources/rawfile 7 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 8 4) Compile and build app project using DevEco Studio.