blob: d81acea4bc61c098c9298ab7e38e9b85f5461482 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# Package: sys/id
syscfg.defs:
ID_SERIAL_PRESENT:
description: 'Device serial number exported as sys/id/serial.'
value: 1
ID_SERIAL_MAX_LEN:
description: Maximum length of id/serial value
value: 64
ID_MANUFACTURER_PRESENT:
description: 'Device manufacturer string exported as sys/id/mfger.'
value: 0
ID_MANUFACTURER_LOCAL:
description: >
If set, device manufacturer stored in sys/config. Otherwise
must be exported by some other package.
value: 0
restrictions:
- 'ID_MANUFACTURER_PRESENT'
ID_MODEL_PRESENT:
description: 'Device model name string exported as sys/id/model.'
value: 0
ID_MODEL_LOCAL:
description: >
If set, device model name stored in sys/config. Otherwise
must be exported by some other package.
value: 0
restrictions:
- 'ID_MODEL_PRESENT'