xref: /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/config.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef CONFIG_H
2 #define CONFIG_H
3 
4 #define VIDEO_PATH  "/mnt/sdcard/mmcblk1/video/"
5 #define AUDIO_PATH  "/mnt/sdcard/mmcblk1/music/"
6 
7 
8 #endif // CONFIG_H
9 
10