driverdb.props
来自「OSGI这是一个中间件,与UPNP齐名,是用于移植到嵌入式平台之上」· PROPS 代码 · 共 43 行
PROPS
43 行
#### Property file describing database for BasicDriverLocator.## ## This property file should be named driverDB.props ## and should reside in the BasicDriverLocator's bundle jar file.#### Alternatively, an URL to another driver DB property file can## be specified when starting the platform by specifying a system ## property "org.osgi.service.basicdriverlocator.dburl"#### At least one property, "count", must exist, describing how many## entries exists in database.#### Each entry is then prefixes by a number (rising sequence from## zero to "count"-1.## ## ## count=<int value> # number of entries in database## <count>.category=<string value> # driver category## <count>.url=<string value> # URL to driver bundle## <count>.id=<string value> # Unique driver ID## <count>.desc=<string value> # Driver description## <count>.product=<string value> # Product this driver handles## <count>.vendor=<string value> # Driver vendor count=0#0.category=*#0.product=serialX10#0.vendor=*#0.url=serialx10.jar#0.id=serialx10.jar#0.desc=Driver for X10 over serial#1.category=*#1.product=X10Switch#1.vendor=*#1.url=x10switch.jar#1.id=x10switch.jar#1.desc=Driver for X10 switch
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?