# HG changeset patch # User ravikurupati # Date 1269237090 -19800 # Node ID a94395f1946bf0297b2c39a0432897ddfa5e3cac # Parent c6b0df440beebb9950651c71db8a287dd3cd885a Adding readme to the root of TRK diff -r c6b0df440bee -r a94395f1946b dbgagents/trkagent/Readme.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbgagents/trkagent/Readme.txt Mon Mar 22 11:21:30 2010 +0530 @@ -0,0 +1,30 @@ +// +// Trk +// + +Trk provides target side application level debug support for Carbide C++ +It comes preconfigured for certain reference platforms already supported by Symbian. +It also comes preconfigured for S60 and UIQ platforms. + +In order to build for different platforms, please follow the steps below: + +1) Choose the appropriate UI platform folder, for ex: if you are working techview, then choose tv folder. +If you are working with S60, then choose s60 folder. +If you are working a text shell environment, then choose tshell folder. + +2) Choose the type of TRK build, there are two options. One is OEM build which builds System TRK +and the other one is isv build for building Application TRK. +For ex: If you want to build System TRK for S60 3.2 platform, +then goto trk\group\s60 and run + bldmake bldfiles + abld build +For Application TRK build, goto trk\group\s60\isv_build and run the same build commands as above. + +3) You can either include TRK in rom or package TRK in a sis file. +For including trk in the rom image, please include trk.iby file +into one of the iby files that are used to build the rom. +For packaging trk in a sis file, please goto the sis folder and run the appropriate batch file. + + +NOTE: Please note that group2 folder is in development and use this only +if you are working with TRK that uses new debug API diff -r c6b0df440bee -r a94395f1946b dbgagents/trkagent/dbgtrccomm/internal/Distribution.Policy.S60 --- a/dbgagents/trkagent/dbgtrccomm/internal/Distribution.Policy.S60 Tue Mar 02 10:33:16 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -1 \ No newline at end of file diff -r c6b0df440bee -r a94395f1946b dbgagents/trkagent/dbgtrccomm/internal/doc/Distribution.Policy.S60 --- a/dbgagents/trkagent/dbgtrccomm/internal/doc/Distribution.Policy.S60 Tue Mar 02 10:33:16 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -1 \ No newline at end of file diff -r c6b0df440bee -r a94395f1946b dbgagents/trkagent/dbgtrccomm/internal/doc/USB_Comm_Design_API_Spec.doc Binary file dbgagents/trkagent/dbgtrccomm/internal/doc/USB_Comm_Design_API_Spec.doc has changed diff -r c6b0df440bee -r a94395f1946b dbgagents/trkagent/internal/Distribution.Policy.S60 --- a/dbgagents/trkagent/internal/Distribution.Policy.S60 Tue Mar 02 10:33:16 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -1 \ No newline at end of file diff -r c6b0df440bee -r a94395f1946b dbgagents/trkagent/internal/Readme.txt --- a/dbgagents/trkagent/internal/Readme.txt Tue Mar 02 10:33:16 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -// -// Trk -// - -Trk provides target side application level debug support for Carbide C++ -It comes preconfigured for certain reference platforms already supported by Symbian. -It also comes preconfigured for S60 and UIQ platforms. - -In order to build for different platforms, please follow the steps below: - -1) Choose the appropriate UI platform folder, for ex: if you are working techview, then choose tv folder. -If you are working with S60, then choose s60 folder. -If you are working a text shell environment, then choose tshell folder. - -2) Choose the type of TRK build, there are two options. One is OEM build which builds System TRK -and the other one is isv build for building Application TRK. -For ex: If you want to build System TRK for S60 3.2 platform, -then goto trk\group\s60 and run - bldmake bldfiles - abld build -For Application TRK build, goto trk\group\s60\isv_build and run the same build commands as above. - -3) You can either include TRK in rom or package TRK in a sis file. -For including trk in the rom image, please include trk.iby file -into one of the iby files that are used to build the rom. -For packaging trk in a sis file, please goto the sis folder and run the appropriate batch file. - - -NOTE: Please note that group2 folder is in development and use this only -if you are working with TRK that uses new debug API