📄 version.cdl
字号:
# ====================================================================## verion.cdl## uITRON version related configuration data## ====================================================================#####COPYRIGHTBEGIN##### # ------------------------------------------- # The contents of this file are subject to the Red Hat eCos Public License # Version 1.1 (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.redhat.com/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the # License for the specific language governing rights and limitations under # the License. # # The Original Code is eCos - Embedded Configurable Operating System, # released September 30, 1998. # # The Initial Developer of the Original Code is Red Hat. # Portions created by Red Hat are # Copyright (C) 1998, 1999, 2000 Red Hat, Inc. # All Rights Reserved. # ------------------------------------------- # #####COPYRIGHTEND##### ====================================================================######DESCRIPTIONBEGIN###### Author(s): jskov# Original data: hmt# Contributors:# Date: 1999-07-07######DESCRIPTIONEND###### ====================================================================cdl_option CYGNUM_UITRON_VER_MAKER { display "OS maker" flavor data legal_values 0 to 0xFFFF default_value 0 description " This value is returned in the 'maker' field of the T_VER structure in response to a get_ver() system call."}cdl_option CYGNUM_UITRON_VER_ID { display "OS identification" flavor data legal_values 0 to 0xFFFF default_value 0 description " This value is returned in the 'id' field of the T_VER structure in response to a get_ver() system call."}cdl_option CYGNUM_UITRON_VER_SPVER { display "ITRON specification" flavor data legal_values 0 to 0xFFFF default_value 0x5302 description " This value is returned in the 'spver' field of the T_VER structure in response to a get_ver() system call. Do NOT change this value."}cdl_option CYGNUM_UITRON_VER_PRVER { display "OS product version" flavor data legal_values 0 to 0xFFFF default_value 0x0100 description " This value is returned in the 'prver' field of the T_VER structure in response to a get_ver() system call."}# PRNO fields in own foldercdl_component CYGPKG_UITRON_VERSION_PRNO { display "Product info" flavor none description " The get_ver() uITRON system call returns several version related values describing the vendor, product and CPU in question as well as the version of the uITRON standard supported. These values may be specified here." cdl_option CYGNUM_UITRON_VER_PRNO_0 { display "Field 0" flavor data legal_values 0 to 0xFFFF default_value 0 description " This value is returned in the 'prno\[0\]' field of the T_VER structure in response to a get_ver() system call." } cdl_option CYGNUM_UITRON_VER_PRNO_1 { display "Field 1" flavor data legal_values 0 to 0xFFFF default_value 0 description " This value is returned in the 'prno\[1\]' field of the T_VER structure in response to a get_ver() system call." } cdl_option CYGNUM_UITRON_VER_PRNO_2 { display "Field 2" flavor data legal_values 0 to 0xFFFF default_value 0 description " This value is returned in the 'prno\[2\]' field of the T_VER structure in response to a get_ver() system call." } cdl_option CYGNUM_UITRON_VER_PRNO_3 { display "Field 3" flavor data legal_values 0 to 0xFFFF default_value 0 description " This value is returned in the 'prno\[3\]' field of the T_VER structure in response to a get_ver() system call." }}cdl_option CYGNUM_UITRON_VER_CPU { display "CPU information" flavor data legal_values 0 to 0xFFFF default_value 0 description " This value is returned in the 'cpu' field of the T_VER structure in response to a get_ver() system call."}cdl_option CYGNUM_UITRON_VER_VAR { display "System variant" flavor data legal_values 0 to 0xFFFF default_value 0x8000 description " This value is returned in the 'var' field of the T_VER structure in response to a get_ver() system call. Do NOT change this value."}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -