diff --git a/bsp/mini2440/project.uvproj b/bsp/mini2440/project.uvproj
index 724d09a0c5..648e2ddbc0 100644
--- a/bsp/mini2440/project.uvproj
+++ b/bsp/mini2440/project.uvproj
@@ -498,11 +498,6 @@
1
..\..\src\object.c
-
- rtm.c
- 1
- ..\..\src\rtm.c
-
scheduler.c
1
@@ -1303,6 +1298,11 @@
1
..\..\components\rtgui\common\rtgui_xml.c
+
+ rtgui_app.c
+ 1
+ ..\..\components\rtgui\common\rtgui_app.c
+
dc.c
1
@@ -1413,11 +1413,6 @@
1
..\..\components\rtgui\common\pixel_driver.c
-
- rtgui_application.c
- 1
- ..\..\components\rtgui\server\rtgui_application.c
-
driver.c
1
@@ -1543,11 +1538,6 @@
1
..\..\components\rtgui\widgets\list_view.c
-
- about_view.c
- 1
- ..\..\components\rtgui\widgets\about_view.c
-
filelist_view.c
1
@@ -1563,6 +1553,21 @@
1
..\..\components\rtgui\widgets\window.c
+
+ panel.c
+ 1
+ ..\..\components\rtgui\widgets\panel.c
+
+
+ groupbox.c
+ 1
+ ..\..\components\rtgui\widgets\groupbox.c
+
+
+ edit.c
+ 1
+ ..\..\components\rtgui\widgets\edit.c
+
@@ -1688,6 +1693,16 @@
1
..\..\examples\gui\demo_view_mywidget.c
+
+ demo_view_box.c
+ 1
+ ..\..\examples\gui\demo_view_box.c
+
+
+ demo_view_edit.c
+ 1
+ ..\..\examples\gui\demo_view_edit.c
+
mywidget.c
1