Custom Platform Support Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Namespaces | Macros | Variables
FCMPublicIDs.h File Reference

This file contains all the public IDs used in FCM. More...

#include "FCMPreConfig.h"
#include "FCMTypes.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Namespaces

 FCM
 The definitions contained in this namespace define a framework called Flash Component Model (FCM), which is responsible for plug-in management. The FCM framework manages loading, unloading and registration of the plugin. It also manages service instantiation, object instantiation and object lifetime management.
 

Macros

#define kFCMDictKey_ServiceDict   "FCM.Service.Dictionary"
 Service Dictionary Key. The value for this key should be a dictionary that defines services the plugin provides.
 
#define kFCMDictType_ServiceDict   kFCMDictType_Dict
 Service Dictionary Type.
 
#define kFCMComponent   "FCM.Component"
 FCM component key. The value for this key should be a dictionary that defines the components in the plugin.
 

Variables

const FCM::SRVCID FCM::SRVCID_Core_Memory
 Defines the universally-unique ID for the memory service. More...
 
const FCM::SRVCID FCM::SRVCID_Core_Notification
 Defines the universally-unique ID for the Notification service. More...
 
const FCM::SRVCID FCM::SRVCID_Core_StringUtils
 Defines the universally-unique ID for a service to convert strings between StringRep8 and StringRep16. More...
 
const FCMCLSID FCM::CLSID_IFCMDictionary
 Defines the universally-unique class ID to create object that implements IFCMDictionary dictionary interface. More...
 
const FCMNotifyID FCM::NOTIFYID_FCM_SHUTDOWN
 Defines the universally-unique ID for the shutdown notification. More...
 

Detailed Description

This file contains all the public IDs used in FCM.