Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-pmc] [CQ 20688] Android Project Headers for UPM MMC35240 Library

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20688





--- Comment #13 from Kai Hudalla <kai.hudalla@xxxxxxxxxxxx>  2019-09-16 07:39:37 ---
(In reply to comment #11)
> (In reply to comment #10)
> > (In reply to comment #8)
> > > Hi Kai, Achim,
> > > 
> > > These headers are part of the UPM MMC35240 sensor driver which is currently one
> > > of the many modules in the UPM project. So yes, our Github code base
> > > redistributes these 3 utility headers, as offered under the Apache 2.0 license
> > > from the Android project.
> > > 
> > > We do not link to the Android project.
> > > 
> > 
> > So, does your initial contribution for UPM already contain these files?
> 
> Yes it does. I have also attached a version of the project that does not
> include the mmc35240 library.
> 

I am not sure if I fully understand how the build works but I assume that you
dynamically link to the mmc35240 library, is that correct? If so, then what
happens when, during runtime, the mmc35240 library is not on the library path? 
Will UPM still work or will it crash immediately (or not start up at all)?
If the former is the case then it looks like mmc35240 is a works-with
dependency and since you already re-distribute the header files in UPM you will
only need a works-with CQ for mmc35240. However, if the latter is the case then
it is a pre-req dependency and you will need to add the full source code of the
mcc35240 library to this CQ (not just the headers).
Or is there no full source code, i.e. the headers already also contain the
implementation?

> > > You can build the UPM project for Android OS but that's an entirely different
> > > story :)
> > > 
> > > Hope this clarifies things.
> > > 
> > > Thanks,
> > > Tudor
> > > 
> > 
> 


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top