blob: c29b3e64f37874d1db7b3e4d8f0f163fc771593e [file] [log] [blame]
/*
DomoWare UPnP Base Driver is an implementation of the OSGi UnP Device Spcifaction
Copyright (C) 2004 Matteo Demuru, Francesco Furfari, Stefano "Kismet" Lenzi
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
You can contact us at:
{matte-d, sygent, kismet-sl} [at] users.sourceforge.net
*/
package org.apache.felix.upnp.extra.util;
/**
*
* @author Stefano "Kismet" Lenzi
*
*/
public interface Constants {
/**
* If this property is set on a UPnP Device means that the
* device service is been created by UPnP base Driver. <br>
* The value of the do not mean nothing. <br>
* The name of the property is "UPnP.device.import".
*/
public static final String UPNP_IMPORT = "UPnP.device.imported";
}