<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'pim_catalog.normalizer.standard.product.product_value' shared service.

if ($lazyLoad) {
    return $this->privates['pim_catalog.normalizer.standard.product.product_value'] = $this->createProxy('ProductValueNormalizer_53fcd55', function () {
        return \ProductValueNormalizer_53fcd55::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
            $wrappedInstance = $this->load('getPimCatalog_Normalizer_Standard_Product_ProductValueService.php', false);

            $proxy->setProxyInitializer(null);

            return true;
        });
    });
}

include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Normalizer/Standard/Product/ProductValueNormalizer.php';

return new \Akeneo\Pim\Enrichment\Component\Product\Normalizer\Standard\Product\ProductValueNormalizer(($this->privates['pim_standard_format_serializer'] ?? $this->load('getPimStandardFormatSerializerService.php')), ($this->privates['akeneo.pim.structure.query.get_attributes'] ?? $this->getAkeneo_Pim_Structure_Query_GetAttributesService()));
