Added "default" printers to image (Preview and Save as PDF). Thank you

Ingo, for providing the necessary build infrastructure!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21727 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2007-07-28 07:17:23 +00:00
parent da0bbaed22
commit f00954fc65
3 changed files with 25 additions and 0 deletions
+7
View File
@@ -385,6 +385,13 @@ AddDirectoryToHaikuImage beos system add-ons input_server methods ;
#optional
AddFilesToHaikuImage optional beos system add-ons input_server methods : canna ;
# printers
AddDirectoryToHaikuImage home config settings printers Preview
: home-config-settings-printers-preview.rdef ;
AddDirectoryToHaikuImage home config settings printers "Save-as-PDF"
: home-config-settings-printers-save-as-pdf.rdef ;
#pragma mark - Build The Image
@@ -0,0 +1,9 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be.printer";
resource(1, "Printer Name") "Preview";
resource(2, "Driver Name") "Preview";
resource(3, "transport") "";
resource(4, "transport_address") "";
resource(5, "connection") "Local";
resource(6, "state") "free";
@@ -0,0 +1,9 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be.printer";
resource(1, "Printer Name") "Save as PDF";
resource(2, "Driver Name") "PDF Writer";
resource(3, "transport") "Print To File";
resource(4, "transport_address") "";
resource(5, "connection") "Local";
resource(6, "state") "free";