core/com.nokia.carbide.cpp.doc.user/intro/tutorialsCarbideExtContent.xml
author fturovic <frank.turovich@nokia.com>
Fri, 16 Jul 2010 09:55:08 -0500
changeset 1625 23cbab40ecdd
parent 1620 16cfaa469b1c
child 1648 0d551b392c77
permissions -rw-r--r--
removed extra chars that prevented tutorials from appearing and removed n-gage link

<?xml version="1.0" encoding="UTF-8" ?>

<introContent>

	<extensionContent 
		id="com.nokia.carbide.cpp.doc.user-tutorials" 
		name="Carbide.c+ Development" 
		alt-style="carbide.properties" 
		style="carbide.css" 
		path="tutorials/@">
		
		<group label="Carbide.c++ Development" id="carbide-cpp" style-id="content-group">
		
			<link 
				label="Creating and Debugging Symbian OS Projects" 
				url="http://org.eclipse.ui.intro/showHelpTopic?id=/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm" 
				id="carbide-sample" 
				style-id="content-link">
				<text>Learn how to create, build, and debug programs on the emulator using Carbide project templates.</text>
			</link>
			
			<link 
				label="Creating and Debugging DLL Projects" 
				url="http://org.eclipse.ui.intro/showHelpTopic?id=/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm"  
				id="carbide-sample" 
				style-id="content-link">
				<text>Learn how to create and debug DLL projects.</text>
			</link>
			
			<link 
				label="Debugging on Remote Targets (Run-mode)" 
				url="http://org.eclipse.ui.intro/showHelpTopic?id=/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_00.htm"  
				id="carbide-sample" 
				style-id="content-link">
				<text>Learn how debug applications on remote devices using the TRK debug agent.</text>
			</link>

			<link 
				label="Create a stop mode debugging application" 
				url="http://org.eclipse.ui.intro/showHelpTopic?id=/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/stop_mode_debug.htm"  
				id="carbide-sample" 
				style-id="content-link">
				<text>Learn how to create and build an application and debug it on a device using JTAG debug software on Lauterbach hardware.</text>
			</link>
			
		</group>
	</extensionContent>
	
</introContent>