This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

What are the components that IMGTPC macro add to the AM335x BSP build?

We are using TI's AM335x WEC 7 BSP in our build and noticed that in order for our custom touch driver to work, we need to define IMGTPC because it wraps the touch registry in common.reg.

However, there is one problem if we define IMGTPC, the build will create a security policy  which blocks our .Net Compact Framework application to run.

Our current workaround is to remove this build macro and just define the touch\GWES registry needed for the touch screen driver under the touch driver registry itself instead of letting it be read from  common.reg.

Is this workaround logical?