This repository was archived by the owner on Jun 5, 2019. It is now read-only.
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
VendorInfo strings should be separated #230
Open
Description
http://netmf.codeplex.com/workitem/2438
In the firmware description of the Porting Kit (displayed by MFDeploy>Target>Device Capabilities), the values of the fields for
HalSystemInfo.halVendorInfo
and
ClrInfo.clrVendorInfo
are generated from the same string. Therefore, NETMF adopters cannot include their vendor information without overwriting the CLR vendor reference to Microsoft.
In this context, HalSystemInfo.halVersion is currently defined to be equal to ClrInfo.clrVersion. We would recommend to remove HalSystemInfo.halVersion, since its definition does not provide useful information.