blob: c4a0709016982eaaf776f75290f936325a5e20c9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 Nokia and others.
* 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:
* Nokia - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.debug.edc;
public interface IEDCConstants {
/**
* This is the TCF peer attribute used to differentiate between available
* TCF peers distributed with stock CDT (e.g., windows, linux-x86).
*/
final static String PEER_ATTR_DEBUG_SUPPORT = "DebugSupport";
}