|
1 /** @file |
|
2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: File contains all global literals used in this module |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef UPNPAVCPSTRING_H_ |
|
21 #define UPNPAVCPSTRING_H_ |
|
22 |
|
23 namespace UpnpAVCPStrings |
|
24 { |
|
25 _LIT8( KContentDirectory, "ContentDirectory:*"); |
|
26 _LIT8( KConnectionManager, "ConnectionManager:*"); |
|
27 _LIT8( KAVTransport, "AVTransport:*"); |
|
28 _LIT8( KRenderingControl, "RenderingControl:*"); |
|
29 _LIT8( KSetVolume, "SetVolume"); |
|
30 _LIT8( KInstanceID, "InstanceID"); |
|
31 _LIT8( KChannel, "Channel"); |
|
32 _LIT8( KDesiredVolume, "DesiredVolume"); |
|
33 _LIT8( KCurrentVolume, "CurrentVolume"); |
|
34 _LIT8( KDesiredMute, "DesiredMute"); |
|
35 _LIT8( KCurrentMute, "CurrentMute"); |
|
36 _LIT8( KGetVolume, "GetVolume"); |
|
37 _LIT8( KGetMute, "GetMute"); |
|
38 _LIT8( KSetMute, "SetMute"); |
|
39 _LIT8( KSetAVTransportURI, "SetAVTransportURI"); |
|
40 _LIT8( KSetNextAVTransportURI, "SetNextAVTransportURI"); |
|
41 _LIT8( KGetMediaInfo, "GetMediaInfo"); |
|
42 _LIT8( KGetTransportInfo, "GetTransportInfo"); |
|
43 _LIT8( KGetPositionInfo, "GetPositionInfo"); |
|
44 _LIT8( KGetDeviceCapabilities, "GetDeviceCapabilities"); |
|
45 _LIT8( KGetTransportSettings, "GetTransportSettings"); |
|
46 _LIT8( KStop, "Stop"); |
|
47 _LIT8( KPlay, "Play"); |
|
48 _LIT8( KPause, "Pause"); |
|
49 _LIT8( KRecord, "Record"); |
|
50 _LIT8( KSeek, "Seek"); |
|
51 _LIT8( KNext, "Next"); |
|
52 _LIT8( KPrevious, "Previous"); |
|
53 _LIT8( KSetPlayMode, "SetPlayMode"); |
|
54 _LIT8( KSetRecordQualityMode, "SetRecordQualityMode"); |
|
55 _LIT8( KGetCurrentTransportActions, "GetCurrentTransportActions"); |
|
56 _LIT8( KCurrentURI, "CurrentURI"); |
|
57 _LIT8( KCurrentURIMetaData, "CurrentURIMetaData"); |
|
58 _LIT8( KNextURI, "NextURI"); |
|
59 _LIT8( KNextURIMetaData, "NextURIMetaData"); |
|
60 _LIT8( KSpeed, "Speed"); |
|
61 _LIT8( KUnit, "Unit"); |
|
62 _LIT8( KTarget, "Target"); |
|
63 _LIT8( KNewPlayMode, "NewPlayMode"); |
|
64 _LIT8( KNewRecordQualityMode, "NewRecordQualityMode"); |
|
65 _LIT8( KMediaDuration, "MediaDuration"); |
|
66 _LIT8( KNrTracks, "NrTracks"); |
|
67 _LIT8( KPlayMedium, "PlayMedium"); |
|
68 _LIT8( KPlayMedia, "PlayMedia"); |
|
69 _LIT8( KRecordMedium, "RecordMedium"); |
|
70 _LIT8( KWriteStatus, "WriteStatus"); |
|
71 _LIT8( KCurrentTransportStatus, "CurrentTransportStatus"); |
|
72 _LIT8( KCurrentTransportState, "CurrentTransportState"); |
|
73 _LIT8( KCurrentSpeed, "CurrentSpeed"); |
|
74 _LIT8( KTrack, "Track"); |
|
75 _LIT8( KTrackDuration, "TrackDuration"); |
|
76 _LIT8( KTrackMetaData, "TrackMetaData"); |
|
77 _LIT8( KTrackURI, "TrackURI"); |
|
78 _LIT8( KRelTime, "RelTime"); |
|
79 _LIT8( KAbsTime, "AbsTime"); |
|
80 _LIT8( KAbsCount, "AbsCount"); |
|
81 _LIT8( KRecMedia, "RecMedia"); |
|
82 _LIT8( KRelCount, "RelCount"); |
|
83 _LIT8( KPlayMode, "PlayMode"); |
|
84 _LIT8( KActions, "Actions"); |
|
85 _LIT8( KRecQualityMode, "RecQualityMode"); |
|
86 _LIT8( KSearchCaps, "SearchCaps"); |
|
87 _LIT8( KSortCaps, "SortCaps"); |
|
88 _LIT8( KId, "Id"); |
|
89 _LIT8( KGetSearchCapabilities, "GetSearchCapabilities"); |
|
90 _LIT8( KGetSortCapabilities, "GetSortCapabilities"); |
|
91 _LIT8( KGetSystemUpdateID, "GetSystemUpdateID"); |
|
92 _LIT8( KCreateObject, "CreateObject"); |
|
93 _LIT8( KImportResource, "ImportResource"); |
|
94 _LIT8( KExportResource, "ExportResource"); |
|
95 _LIT8( KCreateReference, "CreateReference"); |
|
96 _LIT8( KBrowse, "Browse"); |
|
97 _LIT8( KDestinationURI, "DestinationURI"); |
|
98 _LIT8( KSourceURI, "SourceURI"); |
|
99 _LIT8( KTransferID, "TransferID"); |
|
100 _LIT8( KResourceURI, "ResourceURI"); |
|
101 _LIT8( KNumberReturned, "NumberReturned"); |
|
102 _LIT8( KTotalMatches, "TotalMatches"); |
|
103 _LIT8( KUpdateID, "UpdateID"); |
|
104 _LIT8( KBrowseFlag, "BrowseFlag"); |
|
105 _LIT8( KFilter, "Filter"); |
|
106 _LIT8( KStartingIndex, "StartingIndex"); |
|
107 _LIT8( KRequestedCount, "RequestedCount"); |
|
108 _LIT8( KSortCriteria, "SortCriteria"); |
|
109 _LIT8( KContainerID, "ContainerID"); |
|
110 _LIT8( KObjectID, "ObjectID"); |
|
111 _LIT8( KResult, "Result"); |
|
112 _LIT8( KTransferStatus, "TransferStatus"); |
|
113 _LIT8( KTransferLength, "TransferLength"); |
|
114 _LIT8( KTransferTotal, "TransferTotal"); |
|
115 _LIT8( KNewID, "NewID"); |
|
116 _LIT8( KSearch, "Search"); |
|
117 _LIT8( KDestroyObject, "DestroyObject"); |
|
118 _LIT8( KDeleteResource, "DeleteResource"); |
|
119 _LIT8( KStopTransferResource, "StopTransferResource"); |
|
120 _LIT8( KGetTransferProgress, "GetTransferProgress"); |
|
121 _LIT8( KUpdateObject, "UpdateObject"); |
|
122 _LIT8( KSearchCriteria, "SearchCriteria"); |
|
123 _LIT8( KCurrentTagValue, "CurrentTagValue"); |
|
124 _LIT8( KNewTagValue, "NewTagValue"); |
|
125 _LIT8( KPrepareForConnection, "PrepareForConnection"); |
|
126 _LIT8( KRemoteProtocolInfo, "RemoteProtocolInfo"); |
|
127 _LIT8( KPeerConnectionManager, "PeerConnectionManager"); |
|
128 _LIT8( KPeerConnectionId, "PeerConnectionID"); |
|
129 _LIT8( KDirection, "Direction"); |
|
130 _LIT8( KConnectionId, "ConnectionID"); |
|
131 _LIT8( KGetCurrentConnectionIDs, "GetCurrentConnectionIDs"); |
|
132 _LIT8( KConnectionComplete, "ConnectionComplete"); |
|
133 _LIT8( KGetCurrentConnectionInfo, "GetCurrentConnectionInfo"); |
|
134 _LIT8( KAVTransportId, "AVTransportID"); |
|
135 _LIT8( KConnectionIds, "ConnectionIDs"); |
|
136 _LIT8( KProtocolInfo, "ProtocolInfo"); |
|
137 _LIT8( KStatus, "Status"); |
|
138 _LIT8( KGetProtocolInfo, "GetProtocolInfo"); |
|
139 _LIT8( KSource, "Source"); |
|
140 _LIT8( KSink, "Sink"); |
|
141 _LIT8( KRcsID, "RcsID"); |
|
142 _LIT8( KElements, "Elements"); |
|
143 _LIT8( KPeerConnectionID, "PeerConnectionID"); |
|
144 _LIT8( KConnectionID, "ConnectionID"); |
|
145 _LIT8( KSystemUpdateID, "SystemUpdateID"); |
|
146 _LIT8( KContainerUpdateIDs, "ContainerUpdateIDs"); |
|
147 _LIT8( KSourceProtocolInfo, "SourceProtocolInfo"); |
|
148 _LIT8( KSinkProtocolInfo, "SinkProtocolInfo"); |
|
149 _LIT8( KCurrentConnectionIds, "CurrentConnectionIDs"); |
|
150 _LIT8( KLastChange, "LastChange"); |
|
151 _LIT8( KTransferIds, "TransferIDs"); |
|
152 } |
|
153 |
|
154 #endif //UPNPAVCPSTRING_H_ |