/* * profile.cpp * * Created on: 05.08.2012 * Author: savop */ #include "../include/media/profile.h" using namespace upnp; image::cIcon image::DLNA_ICON_PNG_SM_24A = { "image/png", 48, 48, 24 }; image::cIcon image::DLNA_ICON_PNG_LRG_24A = { "image/png", 120, 120, 24 }; image::cIcon image::DLNA_ICON_JPEG_SM_24 = { "image/jpeg", 48, 48, 24 }; image::cIcon image::DLNA_ICON_JPEG_LRG_24 = { "image/jpeg", 120, 120, 24 };