This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

File specific options <fileInfo>

Hi folks,

Looking at my project I see my DevInit_F2802x.c file has the push-pin icon decoration indicating some file -specific options.

Via the properties GUI I can see no options that appear different, or bolded, than the project settings.

Looking in the .cproject file I note the following:

<fileInfo id="com.ti.ccstudio.buildDefinitions.C2000.Default.1650183818.DevInit_F2802x.c" name="DevInit_F2802x.c" rcbsApplicability="disable" resourcePath="DevInit_F2802x.c" toolsToInvoke="com.ti.ccstudio.buildDefinitions.C2000_6.2.exe.compilerDebug.844712850.192798803">
						<tool id="com.ti.ccstudio.buildDefinitions.C2000_6.2.exe.compilerDebug.844712850.192798803" name="C2000 Compiler" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.exe.compilerDebug.844712850">
							<inputType id="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__C_SRCS.398544194" name="C Sources" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__C_SRCS"/>
							<inputType id="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__CPP_SRCS.2059493813" name="C++ Sources" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__CPP_SRCS"/>
							<inputType id="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__ASM_SRCS.250899632" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__ASM_SRCS"/>
							<inputType id="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__ASM2_SRCS.1244353756" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__ASM2_SRCS"/>
						</tool>
					</fileInfo>

But what are these options?? I cannot seem to find anything that they match up to in the GUI...

Thanks! 

EDIT CCS v5.5 btw