Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FlashFCMPublicIDs.h
Go to the documentation of this file.
1 /******************************************************************************
2 * ADOBE CONFIDENTIAL
3 * ___________________
4 *
5 * Copyright [2013] Adobe Systems Incorporated
6 * All Rights Reserved.
7 *
8 * NOTICE: All information contained herein is, and remains
9 * the property of Adobe Systems Incorporated and its suppliers,
10 * if any. The intellectual and technical concepts contained
11 * herein are proprietary to Adobe Systems Incorporated and its
12 * suppliers and are protected by all applicable intellectual
13 * property laws, including trade secret and copyright laws.
14 * Dissemination of this information or reproduction of this material
15 * is strictly forbidden unless prior written permission is obtained
16 * from Adobe Systems Incorporated.
17 ******************************************************************************/
18 
28 #ifndef FLASH_FCM_PUBLIC_IDS_H_
29 #define FLASH_FCM_PUBLIC_IDS_H_
30 
31 #include "FCMPreConfig.h"
33 
34 
35 /* -------------------------------------------------- Forward Decl */
36 
37 
38 /* -------------------------------------------------- Enums */
39 
40 
41 /* -------------------------------------------------- Macros / Constants */
42 
43 
44 
45 namespace Application
46 {
55  #define kFlashCategoryKey_DocType "Flash.Component.Category.DocType"
56 
57 
66  #define kFlashCategoryKey_Publisher "Flash.Component.Category.Publisher"
67 
68 
79  #define kFlashCategoryKey_Name "Flash.Component.Category.Name"
80 
81 
91  #define kFlashCategoryKey_UniversalName "Flash.Component.Category.UniversalName"
92 
93 
101  #define kFlashDocTypeKey_Desc "Flash.Component.DocType.Desc"
102 
103 
111  #define kFlashPublisherKey_UI "Flash.Component.Publisher.UI"
112 
113 
123  #define kFlashPublisherKey_TargetDocs "Flash.Component.Publisher.TargetDocs"
124 
125 
126  namespace Service
127  {
137  static const FCM::SRVCID FLASHAPP_SERVICE =
138  {0x656f39dd, 0x8f8f, 0x4e2f, {0xb0, 0xb0, 0x12, 0x57, 0xe0, 0xd, 0x50, 0x18}};
139 
149  static const FCM::SRVCID FLASHAPP_OUTPUT_CONSOLE_SERVICE = APP_OUTPUT_CONSOLE_SERVICE;
150  }
151 };
152 
153 
154 
155 
156 /* -------------------------------------------------- Structs / Unions */
157 
158 
159 /* -------------------------------------------------- Class Decl */
160 
161 
162 /* -------------------------------------------------- Inline / Functions */
163 
164 
165 #include "FCMPostConfig.h"
166 
167 #endif // FLASH_FCM_PUBLIC_IDS_H_
168 
Provides interfaces for 'Adobe Animate CC' Application.
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
This file contains the dictionary keys and GUIDs for all the required interfaces that help you access...