uidesigner/com.nokia.carbide.cpp.uiq.ui/templates/shared/standardDirFields.inc
author timkelly
Thu, 28 Jan 2010 12:09:31 -0600
changeset 840 c92830672f75
parent 0 fb279309251b
permissions -rw-r--r--
Fix 10622. Always add epco32\include to search paths when preprocessing varint HRH

		<description>%standardDirFields.desc</description>
		<filenameField 
				id="incDir"
				label="%standardDirFields.incDir.label"
		     	default="inc"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.incDir.desc</description>
		</filenameField>
		<filenameField 
				id="sourceDir"
				label="%standardDirFields.sourceDir.label"
				default="src"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.sourceDir.desc</description>
		</filenameField>
		<filenameField 
				id="groupDir"
				label="%standardDirFields.groupDir.label"
				default="group"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.groupDir.desc</description>
		</filenameField>
		<filenameField 
				id="sisDir"
				label="%standardDirFields.sisDir.label"
				default="sis"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.sisDir.desc</description>
		</filenameField>	
		<filenameField 
				id="gfxDir"
				label="%standardDirFields.gfxDir.label"
				default="data\appicons"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.gfxDir.desc</description>
		</filenameField>
		<filenameField 
				id="resDir"
				label="%standardDirFields.resDir.label"
				default="rsc"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.resDir.desc</description>
		</filenameField>
		<filenameField 
				id="regDir"
				label="%standardDirFields.regDir.label"
				default="reg"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.regDir.desc</description>
		</filenameField>