WIND RIVER SYSTEMS, INC.
OBJECT CODE LICENSE AND DISTRIBUTION AGREEMENT
THIS OBJECT CODE DEVELOPMENT LICENSE AND DISTRIBUTION AGREEMENT ("Agreement") is a legal contract between Customer ("Customer" or "you") and Wind River Systems ("Wind River"). The right to use the Software is granted only on the condition that Customer agrees to the following terms. If Customer does not agree to the terms of this Agreement, then Wind River and its licensors are unwilling to license the Software to Customer, in which case Customer may return the software within thirty (30) days after shipment, or refuse to download the Software, whichever is applicable, and the amount Customer paid for the Software will be refunded. THE DISTRIBUTION RIGHTS GRANTED UNDER THIS AGREEMENT ARE CONTINGENT UPON WIND RIVER'S RECEIPT OF APPLICABLE ROYALTY PAYMENTS, WHICH, UNLESS OTHERWISE AGREED UPON IN WRITING BY WIND RIVER, SHALL BE PAYABLE ACCORDING TO THE PRICING TERMS LISTED ON WIND RIVER'S THEN CURRENT PRICE LIST.
PLEASE READ THE TERMS CAREFULLY BEFORE CLICKING ON THE "ACCEPT" BUTTON, AS BY CLICKING ON THE "ACCEPT" BUTTON YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.
1. DEFINITIONS.
1.1 "Approved Host" means the host computer on which Customer is authorized to use the Software pursuant to the terms and conditions of this Agreement, as specified on Customer's Purchase Order and/or Wind River's final sales quote.
1.2 "Approved Target Processor" means the microprocessor(s) on which Customer is authorized to use the Software pursuant to the terms and conditions of this Agreement, as specified on Customer's Purchase Order and/or Wind River's final sales quote.
1.3 "Authorized Site" means the specific address of Customer's facility consisting of a single building or multiple buildings on a contiguous campus where the Approved Host is physically located, as specified on Customer's Purchase Order and/or Wind River's final sales quote.
1.4 "Confidential Information" means: (i) the Software; (ii) the technology, ideas, know how, documentation, processes, algorithms and trade secrets embodied in the Software; (iii) any software keys related to the Software; and (iv) any other information, whether disclosed orally or in written or magnetic media, that is identified as "confidential," "proprietary" or with a similar legend at the time of such disclosure. Confidential Information shall not include any information which is: (a) published or otherwise available to the public other than by breach of this Agreement by Customer; (b) rightfully received by Customer from a third party without confidential limitations; (c) independently developed by Customer as evidenced by appropriate records; (d) known to Customer prior to its first receipt of same from Wind River as evidenced by appropriate records; (e) hereinafter disclosed by Wind River to a third party without restriction on disclosure; or (f) approved for public release by written authorization of Wind River. If any Confidential Information must be disclosed to any third party by reason of legal, accounting or regulatory requirements beyond the reasonable control of Customer, Customer shall promptly notify Wind River of the order or request and permit Wind River (at its own expense) to seek an appropriate protective order.
1.5 "Customer" means the person or entity that installs or uses the Software at the Authorized Site.
1.6 "End User" means any entity to which Customer provides a Target Application for further distribution or such entity's own use, pursuant to an End User License Agreement.
1.7 "End User License Agreement" means a written license agreement in a commercially reasonable form containing the restrictions specified in Section 3.4, pursuant to which Customer may sublicense to End Users the Run-Time Module that is incorporated into a Target Application.
1.8 "Object Code" means computer programming code in the form not readily perceivable by humans and suitable for machine execution without the intervening steps of interpretation or compilation.
1.9 "Operating System" means the Object Code that is part of Wind River's VxWorks(r), VxWorksAE(r), pSOSystemsTM, IxWorks(r), BSD OS(tm) or OSEKWorksTM product families or other operating systems software and extensions thereto that may be provided by Wind River under this Agreement.
1.10 "Project" means a concerted undertaking by an identified Customer development team to design or produce a Target Application for use on the Approved Target Processor and that has a specified scope of functionality, as specified on Customer's Purchase Order and/or Wind River's final sales quote.
1.11 "Purchase Order" means Customer's standard purchase order form submitted by Customer to obtain the development and/or distribution rights acquired under this Agreement.
1.12 "Reference Source Code" means any board support package ("BSP") and/or driver Source Code that may be provided by Wind River in the Software.
1.13 "Run-Time Module" means components of the Operating System and Reference Source Code, in Object Code form, to be incorporated into a Target Application as inseparably embedded code.
1.14 "Software" means (i) the computer programming code and accompanying documentation, including updates (if any), provided by Wind River under this Agreement, and (ii) all modifications thereto and full or partial copies thereof, whether such modifications or copies are provided by Wind River or made by Customer as permitted under this Agreement. The definition of Software includes without limitation the Operating System, Tools, and Reference Source Code.
1.15 "Source Code" means computer programming code in human readable form that is not suitable for machine execution without the intervening steps of interpretation or compilation.
1.16 "Target Application" means an item, device or system developed by Customer pursuant to the Project that does not contain any software development functionality and that contains a Run-Time Module or any portion thereof.
1.17 "Tools" means the Object Code provided by Wind River under this Agreement that is intended for Customer's internal use in developing applications and not for incorporation into Target Applications or for distribution.
2. LICENSE GRANTS.
2.1 Operating System. Subject to Customer's compliance with the terms and conditions of this Agreement and payment of any applicable fees, Wind River hereby grants to Customer a restricted, personal, non-transferable, non-exclusive, internal-use license: (i) to use the Operating System at the Authorized Site, on the Approved Host, solely to develop a Run-Time Module in connection with the Project; and (ii) to reproduce the Operating System for archive purposes, consistent with Customer's standard archive procedures.
2.2 Tools. Subject to Customer's compliance with the terms and conditions of this Agreement and payment of any applicable fees, Wind River hereby grants to Customer a restricted, personal, non-transferable, non-exclusive, internal-use license: (i) to use the Tools at the Authorized Site, on the Approved Host, solely by the number of licensed users specified in the Purchase Order and/or Wind River's final sales quote; and (ii) to reproduce the Tools for archive purposes, consistent with Customer's standard archive procedures.
2.3 Reference Source Code. Subject to Customer's compliance with the terms and conditions of this Agreement and payment of any applicable fees, Wind River hereby grants to Customer a restricted, personal, non-transferable, non-exclusive, internal-use license: (i) to use the Reference Source Code, if any, at the Authorized Site, on the Approved Host, solely to develop a Run-Time Module in connection with the Project; (ii) to modify the Reference Source Code, solely to the extent necessary to support the development of the Target Application and to properly interface with the Run-Time Module;
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
1 安装WindML3.0和补丁包 基于Senbo提供的BSP进行配置及编译。前提要安装安装windml3.0和windml3_0-cp3补丁包。 2 修改BSP 2.1 包含必要的头文件 在target\config\LX3160_bsp\romInit.s文件中加上 #include <ugl/driver/graphics/pcbios/romInit.h> 。它必须是include的最后一个头文件。 2.2 在config.h中定义windml宏。如下: #define INCLUDE_WINDML ---此定义是配置windml必须的。 #define INCLUDE_PS2_KEYBOARD ---在目标设备中有键盘时必须。 #define INCLUDE_PS2_POINTER ---在目标设备中有鼠标时必须。 注意:上面三个宏中,键盘和鼠标的设置必须与实际设备对应,如果pc104中只接有键盘,就不要鼠标的配置了,反之亦然。 3 配置WindML 3.1 WindML设置 在WindML Configuration中,选择:pentium_VESABIOS_RGB565_640x480,点击“configure”进行设置,先 点击菜单 “File”->“Save As”,输入自己的配置文件名称(这样可以防止修改系统自带的选项)。四个选项卡,设置如下: 最好先建一个空的工程,不设置任何配置选项,编译bootrom.sys。否则有可能会出现如下现象: 1) WindML中不包含鼠标,运行ugldemo,黑屏。 2) WindML中包含鼠标后,运行ugldemo,但是键盘响应慢。
资源推荐
资源详情
资源评论
收起资源包目录
一次性搞定windML3.0+补丁包、Zinc6以及汉字字体生成工具 (590个子文件)
WIND.000 1.23MB
WIND.000 1.23MB
WIND.000 45KB
WIND.000 23KB
WIND.001 5.27MB
WIND.001 5.27MB
WIND.001 1.1MB
WIND.001 432KB
WIND.002 15.62MB
WIND.002 15.62MB
INSTALLPATCH.BAT 88B
INSTALLPATCH.BAT 85B
SETUP.BMP 352KB
BKGND.BMP 174KB
BKGND.BMP 174KB
SETUP.BMP 118KB
SETUP.BMP 118KB
BKGNDSOL.BMP 88KB
BKGNDSOL.BMP 88KB
TOR256.BMP 60KB
TOR256.BMP 60KB
TOR16.BMP 30KB
TOR16.BMP 30KB
PRODUCT.BMP 19KB
PRODUCT.BMP 19KB
UNINST.BMP 19KB
UNINST.BMP 19KB
DIALOG.BMP 15KB
DIALOG.BMP 15KB
FADEBG.BMP 1KB
FADEBG.BMP 1KB
SETUPICO.BMP 630B
SETUPICO.BMP 630B
Song.c 3.86MB
Song.c 3.86MB
udsimnt.c 115KB
udsimnt.c 115KB
i81xGart.c 30KB
i81xGart.c 30KB
uglusbkbd.c 25KB
uglusbkbd.c 25KB
uglpckbd.c 18KB
uglpckbd.c 18KB
uglusbptr.c 14KB
uglusbptr.c 14KB
igs5050Snd.c 13KB
igs5050Snd.c 13KB
i81xHw.c 13KB
i81xHw.c 13KB
uglabtts.c 8KB
uglabtts.c 8KB
uglusbkb-us.c 4KB
uglusbkb-us.c 4KB
usrWindMl.c 3KB
usrWindMl.c 3KB
usrWindML.c 2KB
usrWindML.c 2KB
CD_STATUS 9B
CD_STATUS 8B
CD_STATUS 8B
CD_STATUS 8B
02windmldev.cdf 4KB
02windmldev.cdf 4KB
01ugl.cdf 4KB
01ugl.cdf 4KB
01zinc.cdf 612B
01zinc.cdf 612B
uglDB.cfg 12KB
uglDB.cfg 12KB
flexlm.cpl 364KB
flexlm.cpl 364KB
i_ugldsp.cpp 63KB
i_ugldsp.cpp 63KB
i_combo.cpp 42KB
i_combo.cpp 42KB
i_notebk.cpp 40KB
i_notebk.cpp 40KB
z_msgwin.cpp 20KB
z_msgwin.cpp 20KB
z_listen.cpp 11KB
z_listen.cpp 11KB
DISK_ID 82B
DISK_ID 57B
DISK_ID 56B
DISK_ID 56B
MFC42.DLL 932KB
MFC42.DLL 932KB
MSVCP50.DLL 553KB
MSVCP50.DLL 553KB
UITCL.DLL 372KB
UITCL.DLL 372KB
TCL.DLL 368KB
TCL.DLL 368KB
TCL.DLL 368KB
TCL.DLL 368KB
MSVCRT.DLL 271KB
MSVCRT.DLL 271KB
UITCLCONTROLS.DLL 241KB
UITCLCONTROLS.DLL 241KB
SETUPTCL.DLL 176KB
共 590 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
- ID_LQX2018-10-30还不错程序能编过后续继续验证。
RyunJan
- 粉丝: 0
- 资源: 6
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 获取CPU的序列号的Python脚本
- 4354图446546546546546
- 邮箱管理技巧:减少垃圾邮件的9项实用措施
- 三汇SMG 系列D 型模拟网关用户手册,用于三汇SMG系列网关配置
- Siemens Automation Framework V1.2
- 单个IO口检测多个按键
- 汇川EASY32x固件6.3.0.0
- 高分成品毕业设计《基于SSM(Spring、Spring MVC、MyBatis)+MySQL开发个人财务管理系统》+源码+论文+说明文档+数据库
- 高分成品毕业设计《基于SSM(Spring、Spring MVC、MyBatis)+MySQL开发B2C电子商务平台》+源码+论文+说明文档+数据库
- HKJC_3in1_TR_PROD_L3.0R1An_Build10229.apk
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功