sbDeviceDeviceTesterModule.cpp File Reference
#include <nsCOMPtr.h>
#include <nsServiceManagerUtils.h>
#include <nsICategoryManager.h>
#include <nsIGenericFactory.h>
#include "sbDeviceDeviceTesterUtils.h"
#include "sbMockDevice.h"
Include dependency graph for sbDeviceDeviceTesterModule.cpp:

Go to the source code of this file.

Functions

 NS_GENERIC_FACTORY_CONSTRUCTOR (sbDeviceDeviceTesterUtils)
 
 NS_GENERIC_FACTORY_CONSTRUCTOR (sbMockDevice)
 

Variables

static nsModuleComponentInfo sbDeviceDeviceTesterComponents []
 

Function Documentation

NS_GENERIC_FACTORY_CONSTRUCTOR ( sbDeviceDeviceTesterUtils  )
NS_GENERIC_FACTORY_CONSTRUCTOR ( sbMockDevice  )

Variable Documentation

nsModuleComponentInfo sbDeviceDeviceTesterComponents[]
static
Initial value:
=
{
{
"Songbird Device Device Tester - Utils",
{ 0x524f2420, 0xf979, 0x44ee,
{ 0xbc, 0x77, 0xba, 0x4e, 0x11, 0xae, 0xfc, 0x62 } },
"@songbirdnest.com/Songbird/Device/DeviceTester/Utils;1",
sbDeviceDeviceTesterUtilsConstructor
},
{
"Songbird Device Device Tester - Mock Device",
{ 0x3f023adc, 0x11ef, 0x4f63,
{ 0xa9, 0x69, 0xed, 0x55, 0x4d, 0xc9, 0x73, 0x6a } },
"@songbirdnest.com/Songbird/Device/DeviceTester/MockDevice;1",
sbMockDeviceConstructor
}
}

Definition at line 39 of file sbDeviceDeviceTesterModule.cpp.