Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 311759] New: Patches for Symbian TCF agent porting support

https://bugs.eclipse.org/bugs/show_bug.cgi?id=311759 
Product/Component: Target Management / TCF

           Summary: Patches for Symbian TCF agent porting support
    Classification: DSDP
           Product: Target Management
           Version: 3.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: ed.swartz@xxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Created an attachment (id=167163)
 --> (https://bugs.eclipse.org/bugs/attachment.cgi?id=167163)
patches (via svn diff) against rev 943

We've been working on porting the reference TCF agent to Symbian.  Attached are
an initial set of  patches against rev 943 needed to build for Symbian and Open
C / PIPS.  

While most of the changes are localized to mdep.c/.h changes, there are a few
extra trace() calls added which help us out in a tough-to-debug environment
(discovery_udp.c, asynscreq.c).  I hope they can be retained.  Let me know if,
on the other hand, a more specialized LOG_... selector should be used for
these.

I verified the agent still builds for Cygwin (my other readily available host
environment).

Note: our agent uses the TCF agent as a library, so the actual Symbian-specific
implementation is outside these sources and not included in this patch.  Thus,
the patch will not allow you to build a full agent for Symbian. 
(Unfortunately, we won't be able to release sources for a full functioning
agent since that would depend on proprietary internal APIs.)  But it would be
nice if we don't have to manually apply the attached changes when syncing
against the upstream.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top