core/com.nokia.carbide.cpp.doc.user/intro/tutorialsCarbideExtContent.xml
author fturovic <frank.turovich@nokia.com>
Tue, 13 Jul 2010 13:38:18 -0500
changeset 1610 5e244b89116e
parent 1207 e265bbe56eb0
child 1617 94b6d1326534
permissions -rw-r--r--
revised Create New Project tutorial, updated images, TOC, and welcome link

DLL<?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 New 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="Create a simple DLL example" 
				url="http://org.eclipse.ui.intro/showHelpTopic?id=/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html"  
				id="carbide-sample" 
				style-id="content-link">
				<text>Learn how to create a simple “Test1” DLL project.</text>
			</link>
			
			<link 
				label="Create a run mode debugging application" 
				url="http://org.eclipse.ui.intro/showHelpTopic?id=/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug.htm"  
				id="carbide-sample" 
				style-id="content-link">
				<text>Learn how create and build an application and debug it on a device using the App TRK on-device 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>

			<link 
				label="Using soft attach for on-device debugging example" 
				url="http://org.eclipse.ui.intro/showHelpTopic?id=/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/soft_attach_debug.htm"  
				id="carbide-sample" 
				style-id="content-link">
				<text>Learn how to use soft attach to debug an image flashed to ROM or on a memory card.</text>
			</link>
			
		</group>
	</extensionContent>
	
</introContent>