#include "sbMockDevice.h"
#include <nsIPrefBranch.h>
#include <nsIPrefService.h>
#include <nsIVariant.h>
#include <nsIWritablePropertyBag.h>
#include <nsIWritablePropertyBag2.h>
#include <nsArrayUtils.h>
#include <nsCOMPtr.h>
#include <nsComponentManagerUtils.h>
#include <nsServiceManagerUtils.h>
#include <nsXPCOMCIDInternal.h>
#include <sbIDeviceCapabilities.h>
#include <sbIDeviceEvent.h>
#include <sbIDeviceLibrary.h>
#include <sbIDeviceManager.h>
#include <sbIDeviceProperties.h>
#include <sbRequestItem.h>
#include <sbDeviceContent.h>
#include <sbVariantUtils.h>
Go to the source code of this file.
Macros | |
#define | DEVICE_PREF_BRANCH "songbird.devices.mock.00000000-0000-0000-c000-000000000046." |
#define | SET_PROP(type, name) |
#define DEVICE_PREF_BRANCH "songbird.devices.mock.00000000-0000-0000-c000-000000000046." |
Definition at line 55 of file sbMockDevice.cpp.
#define SET_PROP | ( | type, | |
name | |||
) |
Definition at line 794 of file sbMockDevice.cpp.