videofeeds/server/tsrc/VCXVodContentApiTest/conf/VCXServiceUpdating.inc
branchRCL_3
changeset 57 befca0ec475f
parent 0 96612d01cf9f
equal deleted inserted replaced
56:839377eedc2b 57:befca0ec475f
       
     1 
       
     2 EId 0 
       
     3 EName 1
       
     4 EAddress 2
       
     5 EIconPath 3
       
     6 EEpgPluginUid 4
       
     7 EVodPluginUid 5
       
     8 EIptvPluginUid 6
       
     9 EServiceType 7
       
    10 ESetIapList 8
       
    11 EUserName 9
       
    12 EPassword 10
       
    13 EDesc 11
       
    14 EFlags 12
       
    15 EApplicationUid 13
       
    16 EDisplayOrder 14
       
    17 EProviderId 15
       
    18 EAccountManagementUrl 16
       
    19 EScheduleDlTime 17 // parameters: scheduled times of the day
       
    20 EScheduleDlNetwork 18 // parameter: AP name
       
    21 EScheduleDlType 19 // parameters: schedule type and the number of the possible downloads
       
    22 EScheduleLastDlTime 20 // time used is the current current
       
    23 ESearchUrl 21 // parameters: schedule type and the number of the possible downloads
       
    24 
       
    25 // few extra parameters for the fields above
       
    26 EAddress_2kLongUrl              "Address_2kLongUrl"
       
    27 EAddress_256charsLongSearchUrl  "Address_256charsLongSearchUrl"
       
    28 EAddress_256LongFileName        "Address_256CharsLongFileName"
       
    29 
       
    30 // Schedule times
       
    31 ENoSchedule  0
       
    32 ENight       1 
       
    33 EMorning     2
       
    34 ENoon        4
       
    35 EAfternoon   8
       
    36 EEvening     16
       
    37 
       
    38 // Schedule network
       
    39 EManual       0
       
    40 EWLAN         1
       
    41 EHomeCellular 2
       
    42 EAlways       3
       
    43 
       
    44 // Service flags
       
    45 ESelected 1
       
    46 EReadOnly 2
       
    47 EMainService 4
       
    48 EConnectionApproved 8
       
    49 EReadOnlyIaps 16
       
    50 EGroupedService 32
       
    51 EGroupReceived 64
       
    52 
       
    53 // Service types
       
    54 EVod 0
       
    55 ELiveTv 1
       
    56 EVodCast 2
       
    57 EBrowser 3
       
    58 EVideoRemote 4
       
    59 EApplication 5
       
    60 EMobileTv 6
       
    61 ESecureProvisioningServer 7
       
    62 EVideoStore 8
       
    63 EServiceGroup 9
       
    64 ESearch 10
       
    65 EUpload 11
       
    66 EOther 12
       
    67 
       
    68 
       
    69 
       
    70 // Schedule download types
       
    71 EIptvTestNoDownload          0
       
    72 EIptvTestDownloadLatest      1
       
    73 EIptvTestDownloadOldest      2
       
    74 EIptvTestDownloadAddedAfterLastScheduledDownload 3
       
    75 EIptvTestDownloadAll         4