diff --git a/Base/res/apps/Inspector.af b/Base/res/apps/Inspector.af new file mode 100644 index 00000000000..87213b43e70 --- /dev/null +++ b/Base/res/apps/Inspector.af @@ -0,0 +1,8 @@ +[App] +Name=Inspector +Executable=/bin/Inspector +Category=Development + +[Icons] +16x16=/res/icons/16x16/app-inspector.png +32x32=/res/icons/32x32/app-inspector.png diff --git a/Base/res/apps/Profiler.af b/Base/res/apps/Profiler.af new file mode 100644 index 00000000000..50398fe65ab --- /dev/null +++ b/Base/res/apps/Profiler.af @@ -0,0 +1,8 @@ +[App] +Name=Profiler +Executable=/bin/Profiler +Category=Development + +[Icons] +16x16=/res/icons/16x16/app-profiler.png +32x32=/res/icons/32x32/app-profiler.png diff --git a/Base/res/icons/16x16/app-inspector.png b/Base/res/icons/16x16/app-inspector.png new file mode 100755 index 00000000000..330dfc5aa06 Binary files /dev/null and b/Base/res/icons/16x16/app-inspector.png differ diff --git a/Base/res/icons/16x16/app-profiler.png b/Base/res/icons/16x16/app-profiler.png new file mode 100755 index 00000000000..56bac62efe5 Binary files /dev/null and b/Base/res/icons/16x16/app-profiler.png differ diff --git a/Base/res/icons/32x32/app-inspector.png b/Base/res/icons/32x32/app-inspector.png new file mode 100755 index 00000000000..4b531309632 Binary files /dev/null and b/Base/res/icons/32x32/app-inspector.png differ diff --git a/Base/res/icons/32x32/app-profiler.png b/Base/res/icons/32x32/app-profiler.png new file mode 100755 index 00000000000..6a92e1ddffd Binary files /dev/null and b/Base/res/icons/32x32/app-profiler.png differ