mirror of
https://github.com/openharmony/third_party_cups.git
synced 2026-08-26 20:47:33 -04:00
4a240ea0ba
Signed-off-by: guoshengbang <guoshengbang@huawei.com>
15 lines
460 B
C
15 lines
460 B
C
/*
|
|
* This file contains model number definitions for the CUPS sample
|
|
* HP driver.
|
|
*
|
|
* Copyright © 2020-2024 by OpenPrinting.
|
|
* Copyright 2007 by Apple Inc.
|
|
* Copyright 1997-2005 by Easy Software Products.
|
|
*
|
|
* Licensed under Apache License v2.0. See the file "LICENSE" for more information.
|
|
*/
|
|
|
|
#define HP_LASERJET 0 /* HP LaserJet */
|
|
#define HP_DESKJET 1 /* HP DeskJet with simple color */
|
|
#define HP_DESKJET2 2 /* HP DeskJet with CRet color */
|