Fixed broken resource file (app signature must not be the "Be Application" signature).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8515 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-07-29 20:25:50 +00:00
parent 1fb06331bd
commit 416e8e8104
2 changed files with 4 additions and 12 deletions
+3 -7
View File
@@ -1,13 +1,9 @@
/*
** uhci.rdef
** usb.rdef
**
*/
/* BEOS:APP_SIG :
application:/x-vnd.obos.app-name
*/
resource app_signature "application/x-vnd.Be-elfexecutable";
resource app_signature "application/x-vnd.haiku-usb";
resource app_version {
major = 0,
@@ -15,6 +11,6 @@ resource app_version {
minor = 1,
variety = 0,
internal = 1,
short_info = "USB system software",
short_info = "USB bus manager",
long_info = "Haiku - This driver is (c) 2003-2004 Niels Sascha Reedijk"
};
+1 -5
View File
@@ -3,11 +3,7 @@
**
*/
/* BEOS:APP_SIG :
application:/x-vnd.obos.app-name
*/
resource app_signature "application/x-vnd.Be-elfexecutable";
resource app_signature "application/x-vnd.haiku-uhci";
resource app_version {
major = 0,