Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b8ee9ba2aa09e4afd80d64cad8a898782e05ccfc (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                
                                    
                         


                                                                                           
                    
#******************************************************************************
# Copyright (c) 2009 STMicroelectronics.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#   Xavier Raynaud <xavier.raynaud@st.com> - initial API and implementation
#*******************************************************************************
bundleProvider = Eclipse Linux Tools
bundleName = Gcov Plug-in
gcovEditor = Gcov Editor
gcov = gcov
gcovDescription = Gcov view displays the profiling information contained in gcda/gcno files
colorprefpage = Gcov

Back to the top