propresenter-php/generated/GPBMetadata/ApplicationInfo.php
Thorsten Bus 22ba4aff7d refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples
- Move src/, tests/, bin/, generated/, proto/, composer.json, composer.lock, phpunit.xml from php/ to repo root
- Move ref/ to doc/reference_samples/ for better organization
- Remove vendor/ from git tracking (now properly gitignored)
- Update all test file paths (dirname adjustments and ref/ -> doc/reference_samples/)
- Update all documentation paths (AGENTS.md, doc/*.md)
- Remove php.bak/ directory
- All 252 tests pass
2026-03-30 13:26:29 +02:00

27 lines
1.4 KiB
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: applicationInfo.proto
namespace GPBMetadata;
class ApplicationInfo
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Version::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xA5\x04\x0A\x15applicationInfo.proto\x12\x07rv.data\"\xC4\x03\x0A\x0FApplicationInfo\x123\x0A\x08platform\x18\x01 \x01(\x0E2!.rv.data.ApplicationInfo.Platform\x12*\x0A\x10platform_version\x18\x02 \x01(\x0B2\x10.rv.data.Version\x129\x0A\x0Bapplication\x18\x03 \x01(\x0E2\$.rv.data.ApplicationInfo.Application\x12-\x0A\x13application_version\x18\x04 \x01(\x0B2\x10.rv.data.Version\"L\x0A\x08Platform\x12\x16\x0A\x12PLATFORM_UNDEFINED\x10\x00\x12\x12\x0A\x0EPLATFORM_MACOS\x10\x01\x12\x14\x0A\x10PLATFORM_WINDOWS\x10\x02\"\x97\x01\x0A\x0BApplication\x12\x19\x0A\x15APPLICATION_UNDEFINED\x10\x00\x12\x1C\x0A\x18APPLICATION_PROPRESENTER\x10\x01\x12\x13\x0A\x0FAPPLICATION_PVP\x10\x02\x12\x1E\x0A\x1AAPPLICATION_PROVIDEOSERVER\x10\x03\x12\x1A\x0A\x16APPLICATION_SCOREBOARD\x10\x04B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
, true);
static::$is_initialized = true;
}
}