blob: 7f4d0de9ad36fd99cc2e24c62d39100401b33e12 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2018 Red Hat, Inc.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Red Hat Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.linuxtools.internal.gprof.launch;
/**
* Constants for the Gprof launcher.
*/
public interface GprofLaunch {
String PLUGIN_ID = "org.eclipse.linuxtools.gprof.launch"; //$NON-NLS-1$
String LAUNCH_ID = PLUGIN_ID + ".gprofLaunch"; //$NON-NLS-1$
}